NetApp SP: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
No edit summary
m (Text replacement - "<source" to "<syntaxhighlight")
Line 3: Line 3:


== Setup SP IP address==
== Setup SP IP address==
<source lang=bash>
<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

Revision as of 19:09, 25 November 2021

NetApp SP

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 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

</source>