system node image modify
Modify software image configuration
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The system node image modify command sets the default software image on a specified node. The default software image is the image that is run when the node is started. A node holds two software images; when you set one as the default image, the other image is automatically unset as the default. Conversely, if you unset a software image as the default, the other image is automatically set as the default.
Parameters
- -node {<nodename>|local} - Node
- This specifies the node on which the software image is located.
- -image {image1|image2|remote} - Image Name
- This specifies the software image that is to be set or unset as the default.
- [-isdefault {true|false}] - Is Default Image
- This optionally specifies whether the specified image is the default.
Examples
The following example sets the software image named image2 as the default image on a node named node0.
node::> system node image modify -node node0 -image image2 -isdefault true
Default Image Changed.
Give documentation feedback