NetApp SP: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
No edit summary |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Category:Hardware|NetApp]] | ||
[[ | [[Category:NetApp|SP]] | ||
== Setup SP IP address== | == Setup SP IP address== | ||
< | <syntaxhighlight lang=bash> | ||
filer01> system node service-processor network modify -address-type IPv4 -ip-address 172.32.40.54 -netmask 255.255.255.0 -gateway 172.32.40.1 -enable true | filer01> system node service-processor network modify -address-type IPv4 -ip-address 172.32.40.54 -netmask 255.255.255.0 -gateway 172.32.40.1 -enable true | ||
filer01> system node service-processor reboot-sp | filer01> system node service-processor reboot-sp | ||
Line 9: | Line 9: | ||
Note: If your console connection is through the SP, it will be disconnected. | Note: If your console connection is through the SP, it will be disconnected. | ||
Do you want to reboot the SP ? {y|n}: y | Do you want to reboot the SP ? {y|n}: y | ||
</ | </syntaxhighlight> |
Latest revision as of 04:41, 26 November 2021
Setup SP IP address
filer01> system node service-processor network modify -address-type IPv4 -ip-address 172.32.40.54 -netmask 255.255.255.0 -gateway 172.32.40.1 -enable true
filer01> system node service-processor reboot-sp
Note: If your console connection is through the SP, it will be disconnected.
Do you want to reboot the SP ? {y|n}: y