由于测试的需要,需要把存储的GROUP ip与端口ip更改为生产网络的ip地址,在web界面找了半天,有个修改的地方但是更改不成功。所以只能用控制线登陆到CLI下进行配置了。存储上没有直接修改network的地方,需要在member下更改。(这里给大家一个配置思路和过程,高手自动忽略)

1.先查看下member

PS5000> member show

Name       Status  Version    Disks Capacity   FreeSpace  Connections

---------- ------- ---------- ----- ---------- ---------- -----------

ps5000     online  V6.0.2 (R2 13    3.48TB     293.15GB   0

87892)

2.查看下这下面有哪些可用的网络相关的命令(删除了一些不需要的显示)

PS5000> member select ps5000

cancel-operation     - Cancels an in-progress operation.

controller-safe      - Enables or disables controller-safe mode for the selecte

d member. If enabled, operates in write-through mode to

ensure data integrity.

def-gateway          - Sets a default gateway for the member.

delay-data-move      - Enables or disables (default) a delay before using membe

r storage until initial RAID verification completes and

batteries are fully charged.

description          - Sets a description for the member.

disk                 - Displays information about one or more disks or adds dis

ks.

eth                  - Selects a network interface to configure, modify, or dis

play.

3. 发现eth为配置网络的选项,所以查看下这个参数下可以跟啥命令

PS5000> member select ps5000 eth

select               - Selects a network interface to configure.

show                 - Displays information about Ethernet connections.

4.很明显,要我们选择一个网络端口,先看下有哪些端口可以选择

PS5000> member select ps5000 eth show

Name ifType          ifSpeed    Mtu  Ipaddress                     Status Errors DCB

---- --------------- ---------- ---- ----------------------------- ------ ------

------

eth0 ethernet-csmacd 1 Gbps     9000 10.68.118.224                 up     0

off

eth1 ethernet-csmacd 10 Mbps    1500 10.68.118.225                 down   0

off

eth2 ethernet-csmacd 10 Mbps    1500                               down   0

off

5.我们选择eth1这个口来配置

PS5000> member select ps5000 eth select 1

6.进入eth1的配置模式下

PS5000(member_ps5000 eth_1)>

dcb                  - Configure and display data center bridging features for

this interface.

description          - Specifies a description for the selected network interfa

ce.

down                 - Disables the selected network interface.

ipaddress            - Sets the IP address for the selected network interface.

ipv6address          - Sets the IP address for the selected network interface.

lldp                 - Configure and display link layer discovery protocol para

mters on this DCB-enabled interface

mgmt-only            - Enables or disables mgmt-only attribute for the selected

network interface.

netmask              - Specifies a subnet mask for the selected network interfa

ce.

show                 - Displays information about the selected network interfac

e.

up                   - Enables the selected network interface.

7.从上面的参数中我们可以看到有ipaddress的选项

PS5000(member_ps5000 eth_1)> ipaddress 192.168.20.99 netmask 255.255.255.0

Changing the IP address closes all management and iSCSI connections associated w

ith this IP address. Do you really want to change? (y/n) [n]y

8.查看更改后的信息

PS5000(member_ps5000 eth_1)> show

_______________________________ Eth Information _______________________________

Name: eth1                             Status: down

Changed: Mon Feb 17 15:06:13 2014      Type: ethernet-csmacd

DesiredStatus: down                    Mtu: 1500

Speed: 10 Mbps                         HardwareAddress: 00:09:8A:03:24:E5

IPAddress: 192.168.20.99               NetMask: 255.255.255.0

IPv6Address:                           Description:

SupportsManagement: no                 ManagementStatus: disabled

DCB: off

9.上面的信息只是更改了端口的ip地址,存储设备还有一个GROUP ip,也来更改下。我们使用grpparams这个命令,查看下原来的gropu-ip。

PS5000> grpparams

PS5000(grpparams)> show

______________________________ Group Information ______________________________

Name: PS5000                           Group-Ipaddress: 192.168.20.100

Def-Snap-Reserve: 100%                 Def-Snap-Warn: 10%

Def-Snap-Depletion: delete-oldest      Def-Thin-Growth-Warn: 60%

Def-Thin-Growth-Max: 100%              DateAndTime: Mon Feb 17 15:29:41 2014

TimeZone: Asia/Chongqing               Description:

10. 输入命令

PS5000(grpparams)> group-ipaddress 10.68.118.225

Changing the group-ipaddress closes all management and iSCSI connections associa

ted with this IP address. Do you really want to change? (y/n) [n]y

11.查看更改后的

PS5000(grpparams)> show

______________________________ Group Information ______________________________

Name: PS5000                           Group-Ipaddress: 10.68.118.225

Def-Snap-Reserve: 100%                 Def-Snap-Warn: 10%

Def-Snap-Depletion: delete-oldest      Def-Thin-Growth-Warn: 60%

Def-Thin-Growth-Max: 100%              DateAndTime: Mon Feb 17 15:30:32 2014

戴尔服务器修改系统IP,DELL PS5000更改ip地址相关推荐

  1. dell服务器linux密码,戴尔服务器修改iDRAC密码

    戴尔远控卡密码修改的两种方式: 戴尔服务器远控卡默认用户名密码为:root calvin 1) 在本地Centos服务器上直接修改: yum -y install OpenIPMI OpenIPMI- ...

  2. 戴尔服务器修改网卡名称,Centos 7 中网卡重命名及网乱序解决方案

    1. udev 网卡规则加载顺序 1.1 udev 配置文件 路径 作用 /lib/udev/rules.d 包含 udev 默认配置文件(不要修改) /etc/udev/rules.d/*.rule ...

  3. 戴尔服务器 centos系统 进入pe蓝屏报错 The BIOS in this system is not full ACPI compliant 的解决方案

    戴尔服务器要重装系统但是使用老毛桃无法进入pe系统蓝屏报错 如图所示,根据提示需要更新BIOS驱动程序,或者是在加载系统驱动的时候按F7键 不适用ACPI启动系统,解决方案即使如此,在进入老毛桃选择系 ...

  4. 戴尔服务器重装系统bios设置,dell服务器bios设置方法

    今天小编就要为网友们带来大家期待已久的dell服务器bios设置方法了,其实小编也是能够理解网友们需要dell服务器bios设置方法的心情,所以小编也一直在努力,尽全力的写最完美的教程分享给大家.所以 ...

  5. 戴尔服务器r730系统,戴尔R730服务器安装Win8.1操作系统 | 小迪的生产力工具室

    其实戴尔 PowerEdge R730 服务器不是仅可以装 Server 系统来当服务器使,而且可以装 Desktop 桌面系统来作为高性能工作机使用,这是一个 R730 服务器安装 Win8.1 系 ...

  6. 戴尔服务器的型号1950,DELL PowerEdge 1950

    DELL PowerEdge 1950 语音 编辑 锁定 上传视频 上传视频 DELL PowerEdge 1950是戴尔2006年6月推出的第九代服务器产品之一,属于1U机架式结构,可全面支持英特尔 ...

  7. 戴尔服务器装系统蓝屏,win7系统安装戴尔电脑遇到蓝屏的解决方法

    很多小伙伴都遇到过win7系统安装戴尔电脑遇到蓝屏的困惑吧,一些朋友看过网上零散的win7系统安装戴尔电脑遇到蓝屏的处理方法,并没有完完全全明白win7系统安装戴尔电脑遇到蓝屏是如何解决的,今天小编准 ...

  8. 戴尔服务器t420系统,戴尔PowerEdge T420

    戴尔PowerEdge T420 语音 编辑 锁定 上传视频 上传视频 本词条缺少概述图,补充相关内容使词条更完整,还能快速升级,赶紧来编辑吧! 戴尔PowerEdge T420是Intel 酷睿2至 ...

  9. 戴尔服务器修改光驱盘符,戴尔笔记本电脑驱动光盘和安装说明.doc

    戴尔笔记本电脑驱动光盘和安装说明 一..驱动光盘解压与安装指南 请将Dell 驱动光盘放入光驱.Dell驱动光盘都是"Drivers and Utilities "标识,如图,不同 ...

最新文章

  1. 视频分辨率无损放大软件 Topaz Video Enhance AI 2.3.0
  2. static关键字的作用?
  3. 《树莓派用户指南(第3版)》——2.1 连接显示器
  4. [POJ2976] Dropping tests
  5. nginx 和php连接数,nginx限制ip连接数和带宽
  6. Vue.js学习过程
  7. python spyder跑出的数据部分有些不变是怎么回事_解决Python spyder显示不全df列和行的问题...
  8. Yarn篇--搭建yarn集群
  9. java在原文件替换_Java:创建临时文件并替换为原始文件
  10. ffmpeg-20160517-git-bin
  11. 深信服测试开发日常实习岗位一面凉经(来自李某)
  12. Handler消息机制之深入理解Message.obtain()
  13. 新元宇宙奇科幻小说每周连载《地球人奇游天球记》第十二回金星挖矿
  14. mysql 查询最多的_mysql查询——查找订单最多的客户
  15. win7 修改html文件图标,如何更改文件图标,教您Win7如何更改图标
  16. INF443 Amphi 2: Calculs d‘Illumination
  17. 淘宝网热浪引擎平台资费规则
  18. python数据分析
  19. 爬取腾讯新闻中省份疫情数据到Mysql数据库
  20. 盗链网站服务器,网站被挂盗链,木马,悬镜服务器卫士解决您的困扰

热门文章

  1. 小白快进来,一篇文章彻底带你弄清C语言常见的输入输出函数
  2. ubuntu-16.04 详细安装教程(图文)附下载地址
  3. 植物浮雕艺术工作坊:让孩子探究自然之美
  4. 接力队选拔matlab,口袋之旅接力棒战术详解 教你如何组成接力队
  5. 亚马逊本土化视频拍摄-老外真人出镜
  6. mysql获取今天上/前月时间、上年时间、上年月份、上年年份
  7. 试题 历届试题 分巧克力
  8. Redis 中的 持久化 RDB持久化 SAVE:阻塞服务器并创建RDB文件 BGSAVE:以非阻塞方式创建RDB文件 通过配置选项自动创建RDB文件
  9. AutoJs学习-实现文件下载进度
  10. 机器视觉2D/3D标注工具汇总