Skip to main content
NetApp Knowledge Base

Renaming a Cluster LIF adds the node name to the LIF name automatically

Views:
2,431
Visibility:
Public
Votes:
2
Category:
clustered-data-ontap-8
Specialty:
CORE
Last Updated:

Applies to

  • Clustered Data ONTAP 8.3 and later
  • Cluster LIF

Issue

While renaming a cluster LIF, ONTAP  will automatically prefix the node name to the LIF if the new name does not already contain the node name.

For Example:

LIF node01_clus1 already complies with the naming scheme and will not change.

Netapp::> net int show
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster     node01_clus1
                       up/up      169.254.147.172/16 node01        e0d     true
            node01_clus2
                       up/up      169.254.235.191/16 node01        e0f     true
            node02_clus1
                       up/up      169.254.8.177/16   node02        e0d     true
            node02_clus2
                       up/up      169.254.191.120/16 node02        e0f     true


Netapp::> net int rename -vserver Cluster -lif node01_clus1 -newname custom_name_e0d

Netapp::> net int show
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster     node01_custom_name_e0d
                       up/up      169.254.147.172/16 node01        e0d     true
            node01_clus2
                       up/up      169.254.235.191/16 node01        e0f     true
            node02_clus1
                       up/up      169.254.8.177/16   node02        e0d     true
            node02_clus2
                       up/up      169.254.191.120/16 node02        e0f     true

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

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.