|
This command lists all of the failover devices, all the paths associated with each device, their assigned priorities, and the selected primary path.
To list the paths associated with all the devices on the server, enter the command without specifying the device_id.
To list the paths associated with a given device, enter the command followed by the device_id.
For example, to see the paths associated with a device with device_id 0x12, enter the following at the server console
list failover devices 0x12
The list provides output similar to the following results:
Ox12 [V132-A1-D2:20] ABC DEVICE rev:5678
Up 11 [V132-A1-D2:20] ABC DEVICE rev:5678 Priority = 1 selected
Up 26 [V132-A1-D2:20] ABC DEVICE rev:5678 Priority = 2
In this example, two paths are assigned to device Ox12. Number 11 is
Up, and it has been assigned the highest priority of 1. The word
Up simply means that this path is available for use. The word
selected means that any disk requests that are trying to reach the Ox12 device automatically go through the 11 path, because it is set as the primary path. In this example, you could use the
mm set failover path command to override the priorities and make the number 26 path to be the primary path used.
|