NetApp SP: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
No edit summary
m (Text replacement - "</source" to "</syntaxhighlight")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Kategorie:Hardware|NetApp]]
[[Category:Hardware|NetApp]]
[[Kategorie:NetApp]]
[[Category: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
</syntaxhighlight>

Latest revision as of 05: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