当前位置: 首页 > news >正文

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

http://www.lryc.cn/news/373818.html

相关文章:

  • Web前端商业素材:挖掘价值,释放创意的无限可能
  • LeetCode206-反转链表
  • 5000天后的世界
  • Photoshop中颜色与色调的调整
  • 【退役之重学Java】终结篇,暂别 Java !
  • 查找——顺序查找和折半查找
  • Bio-Info每日一题:Rosalind-07-Mendel‘s First Law(孟德尔第一定律 python实现)
  • C++ 47 之 函数调用运算符重载
  • [Qt的学习日常]--常用控件1
  • 模型实战(23)之 yolov10 使用总结及训练自己的数据集
  • AIRNet模型使用与代码分析(All-In-One Image Restoration Network)
  • 欧洲杯“球迷狂欢趴”开启,容声带来“健康养鲜”新理念
  • 人工智能对零售业的影响
  • Spring Boot + EasyExcel + SqlServer 进行批量处理数据
  • 深入理解指针(四)
  • k-means聚类模型的优缺点
  • 我的创作纪念日(1825天)
  • Studio One 6.6.2 for Mac怎么激活,有Studio One 6激活码吗?
  • Windows搭建nacos集群
  • kotlin 中的字符
  • yocto根文件系统如何配置静态IP地址
  • 【博客720】时序数据库基石:LSM Tree的辅助优化
  • C++前期概念(重)
  • Java字符串加密HMAC-SHA1密钥,转换成Base64编码
  • 【网络架构】Nginx
  • C# OpenCvSharp 逻辑运算-bitwise_and、bitwise_or、bitwise_not、bitwise_xor
  • JVM常用概念之扁平化堆容器
  • python面试题5:浅拷贝和深拷贝之间有什么区别?(难度--中等)
  • Jetson Linux 上安装ZMQ
  • 【Pycharm】设置双击打开文件