Commands for managing the SP from ONTAP
ONTAP provides commands for managing the SP, including the SP network configuration, SP firmware image, SSH access to the SP, and general SP administration.
Commands for managing the SP network configuration
If you want to... | Run this ONTAP command... |
---|---|
Enable the SP automatic network configuration for the SP to use the IPv4 or IPv6 address family of the specified subnet | system service-processor network auto-configuration enable |
Disable the SP automatic network configuration for the IPv4 or IPv6 address family of the subnet specified for the SP | system service-processor network auto-configuration disable |
Display the SP automatic network configuration | system service-processor network auto-configuration show |
Manually configure the SP network for a node, including the following:
| system service-processor network modify |
Display the SP network configuration, including the following:
| system service-processor network show Displaying complete SP network details requires the -instance parameter. |
Modify the SP API service configuration, including the following:
| system service-processor api-service modify (advanced privilege level) |
Display the SP API service configuration | system service-processor api-service show (advanced privilege level) |
Renew the SSL and SSH certificates used by the SP API service for internal communication | system service-processor api-service renew-certificates (advanced privilege level) |
Commands for managing the SP firmware image
If you want to... | Run this ONTAP command... |
---|---|
Display the details of the currently installed SP firmware image, including the following:
| system service-processor image show The -is-current parameter indicates the image (primary or backup) that the SP is currently booted from, not whether the installed firmware version is most current. |
Enable or disable the SP automatic firmware update | system service-processor image modify By default, the SP firmware is automatically updated with the update of ONTAP or when a new version of the SP firmware is manually downloaded. Disabling the automatic update is not recommended because doing so can result in suboptimal or nonqualified combinations between the ONTAP image and the SP firmware image. |
Manually download an SP firmware image on a node | system node image get Note Before you run the The SP firmware image is packaged with ONTAP. You do not need to download the SP firmware manually, unless you want to use an SP firmware version that is different from the one packaged with ONTAP. |
Manually update the SP firmware, by specifying the following:
| system service-processor image update |
Display the status for the latest SP firmware update triggered from ONTAP, including the following information:
| system service-processor image update-progress show |
Commands for managing SSH access to the SP
If you want to... | Run this ONTAP command... |
---|---|
Grant SP access to only the specified IP addresses | system service-processor ssh add-allowed-addresses |
Block the specified IP addresses from accessing the SP | system service-processor ssh remove-allowed-addresses |
Display the IP addresses that can access the SP | system service-processor ssh show |
Commands for general SP administration
If you want to... | Run this ONTAP command... |
---|---|
Display general SP information, including the following:
| system service-processor show Displaying complete SP information requires the -instance parameter. |
Reboot the SP on a node and optionally specify the SP firmware image (primary or backup) to use | system service-processor reboot-sp Attention You should avoid booting the SP from the backup image. Booting from the backup image is reserved for troubleshooting and recovery purposes only. It might require that the SP automatic firmware update be disabled, which is not a recommended setting. You should contact Technical Support before attempting to boot the SP from the backup image. |
Generate and send an AutoSupport message that includes the SP log files collected from a specified node | system node autosupport invoke-splog |
Display the allocation map of the collected SP log files in the cluster, including the sequence numbers for the SP log files that reside in each collecting node | system service-processor log show-allocations |