system service-processor image modify
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Enable/Disable automatic firmware update
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system service-processor image modify
command enables or disables automatic firmware update on the Service Processor of specified node or nodes.
Parameters
-node {<nodename>|local}
- Node-
The parameter specifies the node on which automatic Service Processor firmware update is to be enabled or disabled.
[-autoupdate {true|false}]
- Firmware Autoupdate-
Setting this parameter to
true
enables automatic firmware update. Setting this parameter tofalse
disables automatic firmware update. This is a mandatory parameter.
Examples
The following command enables automatic firmware update for the Service Processor on the local node.
cluster1::> system service-processor image modify -node local -autoupdate true
The following command enables automatic firmware update for the Service Processors on all the nodes.
cluster1::> system service-processor image modify -node * -autoupdate true 2 entries were modified.