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.
To learn more, please review the information in this blog post.

ONTAP Discussions

How "net int migrate-all -node local" will be working?

netappmagic
2,805 Views

The reason I am asking is because we are planning on a networking maintenance to customer data switches. 

Therefore, all data connections will be stopped and reconnected. I am thinking to migrate all NFS/CIFS connections to the other node in the cluster, and then revert them back after the maintenance is completed.

 

Does that sounds all we need to do for this maintenance ? Am I missing anything? If this command can do the work? 

Thank you!

 

 

 

 

1 REPLY 1

SpindleNinja
2,604 Views

It's a very hand command if you need to preform network maintaince on a node.    I used it recenly for a customer that was redoing their network archetection.  We did one node at a time,  Went something like this:

  1. Ran net int migrate-all -node node-1
  2. <Network team did their thing>
  3. Checked each ifgrp when the network team said they were done.
  4. Moved some test lifs 
  5. Ran net int revert * to do the rest 

I would specifiy the node though, not "local"   network interface migrate-all -node node-01

 

 

Public