Skip to main content
NetApp Knowledge Base

How to modify IP address of the cluster management interface to avoid disruption

Views:
26,335
Visibility:
Public
Votes:
31
Category:
ontap-9
Specialty:
core
Last Updated:
5/9/2025, 5:55:49 AM

Applies to

ONTAP 9.8 and later

Description

This document describes step by step procedure to create a new cluster management interface to avoid a disruption in cluster management access

Procedure

 

WARNING

Modifying node and cluster management IP can incur I/O interruptions in environments with databases on SAN storage due to LUN VPD changes please schedule maintenance a window 

Note: This procedure assumes that the new interface will be in the same broadcast domain as the original.

 

  1. Connect to SP/BMC over SSH to any node in the cluster and enter the "system console" command.
  2. Login to ONTAP.
  3. Start by gathering current configuration.
    1. The admin SVM is used to host the cluster management LIF:

cluster1::> vserver show -type admin -fields vserver

vserver
--------
cluster1

  1. Show the network route with gateway information on the admin SVM:

cluster1::> network route show -vserver cluster1

Vserver             Destination     Gateway         Metric
------------------- --------------- --------------- ------
cluster1
                    0.0.0.0/0       10.10.10.1      20

  1. Show details for the current cluster management LIF:

cluster1::> network interface show -vserver cluster1 -service-policy default-management -failover-policy broadcast-domain-wide -fields vserver,lif,address,netmask,home-node,home-port,broadcast-domain

vserver  lif          address      netmask       home-node   home-port broadcast-domain
-------- ------------ ------------ ------------- ----------- --------- ----------------
cluster1 cluster_mgmt 10.10.10.10  255.255.255.0 cluster1-01 e0a       MGMT

  1. If the new cluster management LIF will use a new port or VLAN, add the port into the same broadcast domain following Add or remove ports from a broadcast domain (ONTAP 9.8 and later).
  2. Create the new cluster management interface:

cluster1::> network interface create -vserver cluster1 -lif cluster_mgmt_new -service-policy default-management -failover-policy broadcast-domain-wide -address 10.20.20.20 -netmask 255.255.255.0 -home-node cluster1-01 -home-port e0c-100

  1. If the new LIF uses a different gateway, delete the existing route on the admin SVM and create a new route:

cluster1::> network route delete -vserver cluster1 -destination 0.0.0.0/0 -gateway 10.10.10.1

cluster1::> network route create -vserver cluster1 -destination 0.0.0.0/0 -gateway 10.20.20.1

  1. Verify you are able to ping and have full access to the newly created cluster management interface.
  2. Once confirmed, modify the old cluster management interface to a down state:

cluster1::> network interface modify -vserver cluster1 -lif cluster_mgmt -status-admin down

  1. Delete the previous old cluster management interface:

cluster1::> network interface delete -vserver cluster1 -lif cluster_mgmt

  1. If desired, rename the new interface to the original name: 

cluster1::> network interface rename -vserver cluster1 -lif cluster_mgmt_new -newname cluster_mgmt

  1. Remove any previous ports in the broadcast domain that the new cluster management interface should no longer use following the link in step 4.

 

 

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.