DM存储ontap系统修改管理IP

存储已配置完成在使用,修改管理ip不会影响生产

旧管理IP 新管理IP
192.0.2.1/24 192.0.10.1/24
192.0.2.2/24 192.0.10.2/24
192.0.2.3/24 192.0.10.3/24

旧网关:192.0.2.254

新网关:192.0.10.254

查看现有的管理IP信息

复制代码
cluster1::> network interface show
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
cluster1
            cluster_mgmt
                       up/up      192.0.2.1/192      node0         e0M     true
            node0_mgmt1
                       up/up      192.0.2.2/192      node0         e0M     true
            node1_mgmt1
                       up/up      192.0.2.3/192      node1         e0M     true
Cluster
            node0_clus1
                       up/up      192.0.2.66/192     node0         e0a     true
            node0_clus2
                       up/up      192.0.2.67/192     node0         e0b     true
            node1_clus1
                       up/up      192.0.2.68/192     node1         e0a     true
            node1_clus2
                       up/up      192.0.2.69/192     node1         e0b     true

可以看到有3个管理IP, cluster_mgmt、node0_mgmt1、node1_mgmt1

修改3个管理IP,没有修改顺序要求,但是要注意修改完,要能访问到管理IP,远程修改时,需要先添加路由

查看已有路由信息

复制代码
cluster1::> route show
Vserver              Destination     Gateway         Metric
------------------- --------------- --------------- ------
cluster1
                      0.0.0.0/0       192.0.2.254     20

添加路由,不懂的参数,可以按tab键补齐

复制代码
cluster1::> route create -vserver cluster1 -destination 0.0.0.0/0 -gateway 192.0.10.254

修改管理IP

复制代码
cluster1::> network interface modify -vserver cluster1 -lif cluster_mgmt -service-policy default-management -address 192.0.10.1 -netmask 255.255.255.0

cluster1::> network interface modify -vserver node0_mgmt1 -lif cluster_mgmt -service-policy default-management -address 192.0.10.2 -netmask 255.255.255.0

cluster1::> network interface modify -vserver node1_mgmt1 -lif cluster_mgmt -service-policy default-management -address 192.0.10.3 -netmask 255.255.255.0

修改完ping一下

复制代码
cluster1::> ping -node node0_mgmt1 -destination 10.98.16.164
10.98.16.164 is alive

alive表示是通的

最后修改服务处理器ip(SP)

登录web界面,到集群信息里面,修改服务处理器ip

相关推荐
_下雨天.12 分钟前
Nginx性能调优与深度监控
运维·nginx
皮卡蛋炒饭.28 分钟前
进程得控制
linux·运维·服务器
带娃的IT创业者2 小时前
WeClaw 日志分析实战:如何从海量日志中快速定位根因?
运维·python·websocket·jenkins·fastapi·架构设计·实时通信
杨云龙UP3 小时前
Oracle ASM磁盘组空间分配与冗余理解
linux·运维·数据库·sql·oracle
互成4 小时前
加密系统哪款最好用?2026年五款加密系统深度对比测评
运维·网络·安全
minji...4 小时前
Linux 库制作与原理(三)深入动静态链接原理
linux·运维·服务器·c++
CDN3604 小时前
游戏服稳定运行:360CDN SDK 游戏盾实测体验
运维·游戏·网络安全
bukeyiwanshui4 小时前
Linux实践
linux·运维·服务器
守望时空335 小时前
使用NetworkManager替换当前网络管理器
linux·运维
MinterFusion5 小时前
如何在开放麒麟(openKylin)下安装FTP服务器(v0.1.0)
运维·服务器·网络·vsftpd·开放麒麟·明德融创·openkylin