Skip to main content

Move a SAN LIF

Contributors

If a node needs to be taken offline, you can move a SAN LIF to preserve its configuration information, such as its WWPN, and avoid rezoning the switch fabric. Because a SAN LIF must be taken offline before it is moved, host traffic must rely on host multipathing software to provide nondisruptive access to the LUN. You can move SAN LIFs to any node in a cluster, but you cannot move the SAN LIFs between storage virtual machines (SVMs).

What you'll need

If the LIF is a member of a port set, the LIF must have been removed from the port set before the LIF can be moved to a different node.

About this task

The destination node and physical port for a LIF that you want to move must be on the same FC fabric or Ethernet network. If you move a LIF to a different fabric that has not been properly zoned, or if you move a LIF to an Ethernet network that does not have connectivity between iSCSI initiator and target, the LUN will be inaccessible when you bring it back online.

Steps
  1. View the administrative and operational status of the LIF:

    network interface show -vserver vserver_name

  2. Change the status of the LIF to down (offline):

    network interface modify -vserver vserver_name -lif LIF_name -status-admin down

  3. Assign the LIF a new node and port:

    network interface modify -vserver vserver_name -lif LIF_name -home-node node_name -home-port port_name

  4. Change the status of the LIF to up (online):

    network interface modify -vserver vserver_name -lif LIF_name -status-admin up

  5. Verify your changes:

    network interface show -vserver vserver_name