NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Ontal 9.3 single node cluster - how to revert Intercluster lif to home port with cli

thomas382
3,552 Views

Hello;

 

I successfully updated a 2554 singele node cluster to 9.3P21, with 4 LIFs not at the home port.

I could revert 3 of them without any problems to there home port.

But i cannot revert the Intercluster LIF with the GUI, is there a command for reverting the Intercluster LIF per CLI?

many hanks + Greetings, thomas

1 ACCEPTED SOLUTION

Ontapforrum
3,543 Views

This is the standard command to revert LIFs via CLI:
::> network interface revert  -vserver <vserver>   -lif <intercluster LIF>

 

View solution in original post

3 REPLIES 3

Ontapforrum
3,544 Views

This is the standard command to revert LIFs via CLI:
::> network interface revert  -vserver <vserver>   -lif <intercluster LIF>

 

thomas382
3,499 Views

Thanks a lot, i tryed it yesterday after the update and it did not revert the interface?!

Today mornig, it reverted the interface!

Greetings Thomas

TMACMD
3,516 Views

Inter cluster lifs do not migrate so they do not revert

 

 haven’t tried lately but you could try:

 set advanced

Net int modify -vserver admins vm -LIF iclif  -status down

 net int modify -vserver admins vm -LIF iclif  -home-node xx -home-port xx

Net int modify -vserver admins vm -LIF iclif  -status up

 

Public