3.5.1 Matrix Server Administration Guide

Chapter 5: Configure the SAN 75
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
You can use the following command to control whether this failover
behavior can occur on a particular node. Run the command on the server
where you want to change the failover behavior. (Matrix Server starts
with failover enabled.)
# mxmpio enableall|disableall
Enable or Disable Failover for a PSD Device
When a failure occurs in the I/O path to a particular PSD device, Matrix
Server by default fails over to another I/O path. You can use this
command to control whether this behavior can occur for specific PSD
devices. (Matrix Server starts with failover enabled.)
# mxmpio enable|disable [<PSD-device ...>]
Specify the Path for I/O
If you are troubleshooting problems with an I/O path, you may want to
direct the I/O to another I/O path. You might also want to manually
balance I/O paths on a per-server basis across the cluster. This is possible
because mxmpio controls are server-specific.
You can use the following command to specify either a particular HBA or
a PSD device. Matrix Server will then fail over the I/O to the path that
includes the specified device. In the command, PSD-device is specified by
the base name of the device path, such as psd2p1 (not /dev/psd/psd2p1).
# mxmpio active <target> <PSD-device>
target can be one of the following values:
I A numerical index on the PSD device target array (0..).
M,m A decimal major/minor number identifying the host adapter.
M:m A hexadecimal major/minor number identifying the host
adapter.
scsiN/C A scsi bus ID. N is the scsi host adapter ID (0..) and C is the
scsi host channel number (0..) as defined in /proc/scsi/scsi and
/proc/scsi/*/[0-9]. If C is omitted, zero is assumed.
sdNsP A device node in /dev. The value is converted to a major/minor
number identifying the corresponding host adapter.