您的位置:首页 > 汽车 > 时评 > DM存储ontap系统修改管理IP

DM存储ontap系统修改管理IP

2025/2/12 21:18:31 来源:https://blog.csdn.net/zds00virtue/article/details/139646473  浏览:    关键词:DM存储ontap系统修改管理IP

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

旧管理IP新管理IP
192.0.2.1/24192.0.10.1/24
192.0.2.2/24192.0.10.2/24
192.0.2.3/24192.0.10.3/24

旧网关:192.0.2.254
新网关:192.0.10.254

查看现有的管理IP信息

cluster1::> network interface showLogical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
cluster1cluster_mgmtup/up      192.0.2.1/192      node0         e0M     truenode0_mgmt1up/up      192.0.2.2/192      node0         e0M     truenode1_mgmt1up/up      192.0.2.3/192      node1         e0M     true
Clusternode0_clus1up/up      192.0.2.66/192     node0         e0a     truenode0_clus2up/up      192.0.2.67/192     node0         e0b     truenode1_clus1up/up      192.0.2.68/192     node1         e0a     truenode1_clus2up/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
------------------- --------------- --------------- ------
cluster10.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

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com