如何更改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 /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 /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://

 

http://

 

http://

 

情景二:新的IP地址和原地址在同一网段

 

1.     用下列命令更改两个SP的IP地址,确认新地址生效。

 

# /nas/sbin/clariion_mgmt -modify -spa_ip 10.240.200.52 -spb_ip 10.240.200.53

 

# ping 10.240.200.52

 

# ping 10.240.200.53

 

# tail /etc/hosts

 

10.240.200.52 A_FNM00104600113 SPA # CLARiiON SP

 

10.240.200.53 B_FNM00104600113 SPB # CLARiiON SP

 

# nas_storage -c -a

 

Discovering storage on c250 (may take several minutes)

 

done

 

# /nas/sbin/navicli -h 10.240.200.52 domain -list

 

# /nas/sbin/navicli -h 10.240.200.53 domain –list

 

2.      更改CS0的IP地址,并确认新地址更新至Domain中。

 

# nas_cs -set -ip4address 10.240.200.50 -ip4netmask 255.255.255.0 -ip4gateway 10.240.200.1

 

OK

 

# nas_cel -list

 

id    name          owner mount_dev  channel    net_path          CMU

 

0     c250          0                           10.240.200.50     FNM001046001132007

 

# /nas/sbin/navicli -h 10.240.200.52 domain -list

 

# /nas/sbin/navicli -h 10.240.200.53 domain -list

 

# grep /etc/hosts

 

10.240.200.50  c250.emc.com      c250

 

3.     对于有两个Control Station的VNX设备,需要从CS0切换至CS1,更改CS1的IP地址,等待CS1新地址更新至Domain。

 

a)  从CS0切换至CS1

 

# /nas/sbin/cs_standby -failover

 

b) 登陆CS1,并确认CS1是当前的primary control station。

 

# /nas/sbin/getreason

 

11 - slot_0 secondary control station

 

10 - slot_1 primary control station

 

5 - slot_2 contacted

 

5 - slot_3 contacted

 

c) 更改CS1的IP地址,并确认新地址更新到Domain中。

 

# nas_cs -set -ip4address 10.240.200.51 -ip4netmask 255.255.255.0 -ip4gateway 10.240.200.1

 

OK

 

# nas_cel -list

 

# grep /etc/hosts

 

10.240.200.51   cs1_250.localdomain     cs1_250

 

# /nas/sbin/navicli -h 10.240.200.52 domain -list

 

# /nas/sbin/navicli -h 10.240.200.53 domain –list

 

4. 从CS1切换回CS0,等待CS0的IP地址再次更新至Domain。

 

a) 从CS1切换回CS0

 

# /nas/sbin/cs_standby -failover

 

b) 登陆CS0,并确认CS0是当前的primary control

 

# /nas/sbin/getreason

 

11 - slot_0 primary control station

 

10 - slot_1 secondary control station

 

5 - slot_2 contacted

 

5 - slot_3 contacted

 

c)  确认CS0地址更新至Domain

 

# /nas/sbin/navicli -h 10.240.200.52 domain -list

 

# /nas/sbin/navicli -h 10.240.200.53 domain -list

 

5.  登陆Unisphere,确认IP地址是否修改成功。

 

http://

 

http://

 

http://

时间: 2024-09-22 19:35:37

如何更改VNX Storage Processsor和Control Station的管理地址的相关文章

VNX怎么快速切换Control Station

解决方案: 用SSH登录 Control Station 用户名 nasadmin 密码 nasadmin 在primary Control Station上输入 /nasmcd/sbin/cs_stadndby -failover (将primary状态的CS切换到standby) 在secondry Control Station上输入 /nasmcd/sbin/cs_standby -takeover  (将standby状态的CS切换回primary) 需要 root权限

Data Studio和Control Center对象管理对比介绍

Data Studio 是 IBM®InfoSphere Optim数据生命周期管理工具和解决方案家族的一个基于 http://www.aliyun.com/zixun/aggregation/13428.html">Eclipse的工具. Data Studio 为 DB2®数据库管理和数据库应用程序开发提供了一个集成环境,可以极大的提高用户管理数据库和开发数据库应用程序的效率,缩短开发和管理周期. 它替换了 DB2®V10 之前提供的 Control Center 工具,成为 DB2®

如何更改VNX Unify的SP的物理IP地址?

解决方案: 从VNX File OE 7.0.35.3 或者Block OE 05.31.000.5.502版本开始,用户不能直接从Unify界面直接更改SP ip,需要使用命令行程序更改.   更改SP的物理ip会导致CS无法访问SP,除特殊情况,请勿随意修改!   使用SSH登录CS0,用户名 nasadmin 密码 nasadmin   输入如下命令:   # /tftpboot/bin/naviseccli -h -user sysadmin -password sysadmin -sc

联想VNX新版本的虚拟化介绍

新版本在虚拟化方面主要增加了两个功能,更好地整合了VNX和VMware的功能,本文将详细介绍VASA.   VASA (vStorage API for Storage Awareness) 用于NFS多重快照的VAAI (vStorage API for Array Integration) 解决方案: VASA功能介绍     VASA是VMware开发的API用在vCenter显示存储信息.VASA的功能和VNX Unisphere的功能很类似,正如VNX通过Unisphere显示主机VM

如何将VNX Unify恢复到可以用VIA做初始化的状态

故障现象: VNX Unified系列在用VIA做File部分初始化的时候,只能做一次,如果配置一半的时候失败或者关闭了VIA的窗口,VIA就无法再次扫描到该存储. 解决方案: 1.使用Putty等软件通过串口线登录CS0,注意这里的串口线必须是随机自带的串口线,因为CS的接口特别窄,其他串口线会无法插入.串口速率19200   a).串口登录CS0  用户名:root   密码:nasadmin   注意:如果存储是双CS配置的话,可以先把CS1给关闭,拔掉线缆,然后配置完成VIA之后,再把C

VNX OE for Block v05.32.000.5.006和VNX OE for File v7.1.47.5的新特性和增强功能概述

故障现象: VNX OE (Operating Environment) 操作环境新版本已正式发布.对应Block和File的版本号分别为VNX OE for Block v05.32.000.5.006和VNX OE for File v7.1.47.5.现在就本次新版本VNX OE更新里所含的新内容做一个概要的总结. 解决方案: 新特性和增强功能 ·VNX数据块至统一存储(Block to Unified)即插即用升级服务:此功能允许用户实施块至统一存储的升级. ·升级准备检查工具(Upgr

VNX for File字符显示常见问题和解决方案

故障现象: 文章转载自EMC中文支持论坛. VNX for File默认的字符编码为ASCII,常采用Unicode语言字符标准以统一方式来存储.搜索和互换任何语言的文本.在系统初始安装和平台迁移后,由于新安装的VNX上没有启动Unicode字符编码,常导致在某台计算机上显示正常的文件名在另一台计算机上变成乱码,这篇文章将介绍这类问题的解决方案. 解决方案: VNX for File采用Unicode consortium指定的语言字符标准,Unicode字符涵盖世界上主要的书面语言,其中包括:

如何收集VNX日志 收集VNX日志的方法

故障现象: 如何收集VNX日志,需要收集哪些文件? 解决方案: VNX需要收集两份日志   一份是dump日志,存在于 /nas/var/dump 使用WinSCP登录 Control Station之后收集下来即可.   另一份是support materials,需要先用SSH登录Control Station输入以下命令:   /nas/tools/collect_support_materials   运行之后会返回文件名和路径,如图:     同样使用WinSCP登录之后 下载下来即可

VNX for File和Celerra忘记管理员密码如何操作

1.通过串口线连接到Control Station是唯一能够重置管理员密码的方法.串口线连接后使用putty等工具登录,连接属性设为19200,8,无,1即可. 2.通过Control Station前面板的power钮重启Control Station. 3.在Control Station完成BIOS自检和GRUB加载后,在出现"auto booting in 10 seconds"提示按任意键中止自动启动. 4.按e键在启动前编辑命令. 5.按e键编辑启动序列. 6.界面会出现三