Thursday, December 15, 2016

Change VNX SP IP address


1) List the IPs first using the Naviseccli tool



C:\Users\ageorge>naviseccli -h 10.110.81.238  -User sysadmin -Password sysadmin -Scope 0 networkadmin -get -sp b 


Storage Processor:                  SP A
Storage Processor Network Name:     VNX5600-62L-SPA

Port ID:                            0
Management Port Settings:
Link Status:                        Link-Up
Current Speed:                      1000Mbps/full duplex
Requested Speed:                    Auto
Auto-Negotiate:                     YES
Capable Speeds:                     10Mbps half/full duplex
                                    100Mbps half/full duplex
                                    1000Mbps full duplex
                                    Auto

Virtual Port ID:                    0
VLAN ID:                            Disabled
Storage Processor IP Mode:          Manual
Storage Processor IP Address:       10.110.81.233
Storage Processor Subnet Mask:      255.255.255.0
Storage Processor Gateway Address:  10.110.81.1
Storage Processor IPv6 Mode:                Disabled


2) Note down the new IP and Issue the command below.



C:\Users\ageorge>naviseccli -h 10.110.81.233  -User sysadmin -Password sysadmin
-Scope 0 networkadmin -set -ipv4 -address 10.110.81.239 -subnetmask 255.255.255.
0 -gateway 10.110.81.1

Changing the IPv4 Address on SP B, Port 0, Virtual Port 0 from 10.110.81.233 to
10.110.81.239
Changing the IPv4 Subnet Mask on SP B, Port 0, Virtual Port 0 from 255.255.255.0
 to 255.255.255.0
Changing the IPv4 Gateway Address on SP B, Port 0, Virtual Port 0 from 10.110.81
.1 to 10.110.81.1
This operation will cause a management server restart!
Do you wish to continue? (y/n) y


C:\Users\ageorge>ping 10.110.81.239

Pinging 10.110.81.239 with 32 bytes of data:
Reply from 10.110.81.239: bytes=32 time<1ms TTL=128

No comments:

Post a Comment