如何更改VNX Storage Processsor和Control Station的管理地址 问题:磁盘分区 故障现象: 如何更改VNX Storage Processsor和Control Station管理地址?解决方案: 准备工作 a) 列出VNX Storage Processsor和Control Station的新的IP地址清单。 b) 用串口线连接CS0,并通过putty登陆。注:从Control Station的背面看,串口位于最右边。 c) 登陆Putty,配置参数如下: bits per second: 19200 data bits: 8 parity: None stop bit: 1 flow control: None Telnet terminal ID: ANSI d) 作为用户nasadmin登陆,进入根目录$ su root 情景一:新的IP地址和原地址在不同网段 1. 用下列命令暂停SP的Proxy ARP。这时原IP地址将不再回应任何ARP请求,即原地址失效。恢复到出厂的管理地址128.221.252.200和128.221.252.201。 # /nas/sbin/clariion_mgmt -stop # ping 128.221.252.200 [SPA] # ping 128.221.253.201 [SPB] 2. 更改CS0的IP地址,并验证: a) 更改CS0的IP地址,并验证: # nas_cs -set -ip4address 10.240.210.110 -ip4netmask 255.255.255.0 -ip4gateway 10.240.210.1 OK # nas_cel -list id name owner mount_dev channel net_path CMU 0 c250 0 10.240.210.110 FNM001046001132007 # grep <cs0_name> /etc/hosts 10.240.210.110 c250.emc.com c250 b) 等待5-15分钟,CS0的新IP地址将被更新到管理域domain中。 # /nas/sbin/navicli -h 128.221.252.200 domain -list # /nas/sbin/navicli -h 128.221.253.201 domain -list 注:在两个SP上最终的结果会显示CS0的新IP地址。 c) 如果有必要,插拔管理端口的端口到另一台交换机。 d) 如果只有单个Control Station,直接进入步骤5。如果有两个Control Station,继续下一步。 3. 从CS0切换至CS1,修改CS1的IP地址并更新至管理域domain。 a) 从CS0切换至CS1: # /nas/sbin/cs_standby -failover The system will reboot, do you wish to continue? [yes or no]: yes Failing over from Primary Control Station... b) 用串口线连接CS1,并通过putty登陆。确认CS1是当前的Primary control station。 # /nas/sbin/getreason 11 - slot_0 secondary control station 10 - slot_1 primary control station -->这里显示"Primary" 5 - slot_2 contacted 5 - slot_3 contacted # ps -ef |grep boxm # ps -ef |grep nas_m c) 更改CS1的IP地址,并等待5-15分钟,确认CS0的新IP地址将被更新到管理域domain中。 # nas_cs -set -ip4address 10.240.210.111 -ip4netmask 255.255.255.0 -ip4gateway 10.240.210.1 OK # nas_cel -list # /nas/sbin/navicli -h 128.221.252.200 domain -list # /nas/sbin/navicli -h 128.221.253.201 domain -list # grep <cs1_name> /etc/hosts 10.240.210.111 cs1_250.localdomain cs1_250 d) 如果有必要,插拔管理端口的端口到另一台交换机。 4. 从CS1切换回CS0,等待CS0的IP地址再次更新至Domain。 a) 从CS1切换回CS0。 # /nas/sbin/cs_standby -failover The system will reboot, do you wish to continue? [yes or no]: yes Failing over from Primary Control Station... b) 用串口线连接CS0,并通过putty登陆。确认CS0当前是primary control station。 # ps -ef |grep boxm # ps -ef |grep nas_m # /nas/sbin/getreason 10 - slot_0 primary control station 11 - slot_1 secondary control station c) 等待几分钟再次更新CS0 IP到domain中。 # /nas/sbin/navicli -h 128.221.252.200 domain -list # /nas/sbin/navicli -h 128.221.253.201 domain –list 5. 在SPA和SPB上启用Proxy ARP、配置新的IP地址并确认新地址生效,整个过程大概需要15分钟。 # /nas/sbin/clariion_mgmt -start -spa_ip 10.240.210.112 -spb_ip 10.240.210.113 # /nas/sbin/getreason # nas_storage -c -a # ping 10.240.210.112 # ping 10.240.210.113 # /nas/sbin/navicli -h 10.240.210.112 domain -list # /nas/sbin/navicli -h 10.240.210.113 domain –list 6. 登陆Unisphere,确认IP地址是否修改成功。 http://<SPA_IP_address> http://<SPB_IP_address> http://<CS0_IP_address> 情景二:新的IP地址和原地址在同一网段 1. 用下列命令更改两个SP的IP地址,确认新地址生效。 # /nas/sbin/clariion_mgmt -modify -spa_ip
如何更改VNX Storage Processsor和Control Station的管理地址-联想乐享知识库
⚡ 核心结论
本文来源联想官方,解答关于 如何更改VNX Storage Processsor和Control Station的管理地址 的常见问题,包括:VNX Storage Processor和Control Station管理地址变更后无法访问Unisphere,怎么办、VNX如何更改Storage Processor和Control Station的管理IP地址、VNX更改管理地址时为何必须先停止Proxy ARP等。
内容来源:联想官方
常见问题解答
VNX Storage Processor和Control Station管理地址变更后无法访问Unisphere,怎么办
该问题通常因SP与CS的IP地址未同步更新至管理域或Proxy ARP未正确启用导致。需先通过串口登录CS0,执行/nas/sbin/clariion_mgmt -stop暂停Proxy ARP,再用nas_cs -set命令分别配置CS0、CS1新IP并等待5–15分钟使域名更新;随后通过cs_standby -failover切换主备CS确保双控均生效;最后执行/nas/sbin/clariion_mgmt -start -spa_ip <新SPA_IP> -spb_ip <新SPB_IP>启用Proxy ARP并验证SPA/SPB及CS的ping连通性与navicli domain -list输出。务必确认新IP已写入/etc/hosts且管理端口物理连接正确。
VNX如何更改Storage Processor和Control Station的管理IP地址
需分情景操作:若新旧IP跨网段,先串口登录CS0(波特率19200),以nasadmin登录后su root;运行/nas/sbin/clariion_mgmt -stop停Proxy ARP;用nas_cs -set -ip4address等命令配置CS0新IP,等待5–15分钟待其同步至SP域名;如有双CS,需执行cs_standby -failover切换至CS1,同样配置其IP并同步;再切回CS0;最后运行/nas/sbin/clariion_mgmt -start -spa_ip <新SPA> -spb_ip <新SPB>启用SP新地址。同网段则直接使用clariion_mgmt -modify命令修改SP地址。全程需验证ping、navicli domain -list及Unisphere网页访问(http://<新IP>)。
VNX更改管理地址时为何必须先停止Proxy ARP
因为Proxy ARP功能使Storage Processor代答Control Station的ARP请求,若不先停用,原IP地址将持续响应ARP,导致网络中存在IP冲突和路由混乱,新地址无法被正确识别。文档明确要求执行/nas/sbin/clariion_mgmt -stop以使原管理地址128.221.252.200/201立即失效,确保后续CS和SP地址变更过程平滑、无中断。停用后需通过ping验证原地址不可达,再进行后续IP配置。