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
Ontal 9.3 single node cluster - how to revert Intercluster lif to home port with cli
2021-08-31
11:11 AM
2,583 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
thomas382 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is the standard command to revert LIFs via CLI:
::> network interface revert -vserver <vserver> -lif <intercluster LIF>
3 REPLIES 3
thomas382 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is the standard command to revert LIFs via CLI:
::> network interface revert -vserver <vserver> -lif <intercluster LIF>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
