Accessing the SP/BMC from an administration host
You can log in to the SP of a node from an administration host to perform node management tasks remotely.
Before you begin
The following conditions must be met:
The administration host you use to access the SP must support SSHv2.
Your user account must already be set up for accessing the SP.
To access the SP, your user account must have been created with the -application parameter of the security login create command set to service-processor and the -authmethod parameter set to password .
About this task
If the SP is configured to use an IPv4 or IPv6 address, and if five SSH login attempts from a host fail consecutively within 10 minutes, the SP rejects SSH login requests and suspends the communication with the IP address of the host for 15 minutes. The communication resumes after 15 minutes, and you can try to log in to the SP again.
ONTAP prevents you from creating or using system-reserved names (such as root
and naroot
) to access the cluster or the SP.
Examples of SP access from an administration host
[admin_host]$ <kbd className="ph userinput nolinebreak">ssh joe@192.168.123.98 </kbd>
joe@192.168.123.98's password:
SP>
[admin_host]$ <kbd className="ph userinput nolinebreak">ssh joe@fd22:8b1e:b255:202::1234</kbd>
joe@fd22:8b1e:b255:202::1234's password:
SP>
[admin_host]$ <kbd className="ph userinput nolinebreak">ssh joe@fd22:8b1e:b255:202:2a0:98ff:fe01:7d5b</kbd>
joe@fd22:8b1e:b255:202:2a0:98ff:fe01:7d5b's password:
SP>