system service-processor image modify
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 to false 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
cluster1::> system service-processor image modify -node * -autoupdate true
2 entries were modified.
Give documentation feedback