Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Change home port of a cluster management LIF permanently?
2016-10-25
12:42 PM
12,024 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
ONTAP 9.1RC1
FAS8040HA
I have a LIF for NDMP backups but it's on 1Gbps link which gets saturated frequently. The LIF has cluster management role and I am able to move it to one of the 10GbE ports. However, I can't seem to make the 10GbE port as the LIF's new home port. Is it possible to re-home a LIF with the cluster management role?
Thanks,
Solved! See The Solution
1 ACCEPTED SOLUTION
ACHOU_SIMG has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Net int modify -vserver vserver -lif <lifname> -home-node <node> -home-port <port>
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Refer the commands below:
Check current settings
::> network interface show -lif cluster_mgmt
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------------- ------------------- ----------------- ------------------ ------------------------ ----------- ----
cm3270-ams cluster_mgmt up/up 10.64.24.65/24 cm3270-ams-01 e0M true
Change the home port or node using net int modify as below:
For home port options are listed using tab
cm3270-ams::> network int modify -vserver cm3270-ams -lif cluster_mgmt -home-node cm3270-ams-01 -home-port
e0M e0a e0b e1b e2b
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
ACHOU_SIMG has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Net int modify -vserver vserver -lif <lifname> -home-node <node> -home-port <port>
