HP Fibre Channel Mass Storage Adapters Support Guide FibrChanl-01 (fcd) Driver, September 2009

fcmsutil with dual port adapters, each port is accessed and configured independently through
the appropriate device driver.
CAUTION: The fcmsutil command is a powerful diagnostic tool that can cause problems if
used incorrectly. Read and understand the manpage carefully before using fcmsutil.
The primary fcmsutil options for system administrators are:
echo
test
reset
get
For detailed information on this utility and its options, see the fcmsutil manpage.
To use fcmsutil, you must know the device file name. Enter the following command to
determine the device file:
ioscan -fknd fcd
The output varies depending on the device, and the version of HP-UX which you are using
(HP-UX 11i v2 and 11i v3 outputs vary considerably). A sample for HP-UX 11i v2 follows:
fc 1 1/0/2/1/1 fcd CLAIMED INTERFACE HP AB379-60001 4Gb Dual Port PCI/PCI-X Fibre Channel
Adapter (FC Port 2)/dev/fcd1
If the device file does not display in the ioscan output, run /sbin/rc2.d/S900hpfcms
start to recreate the device file.
To use the basic fcmsutil command, enter the following command:
/opt/fcms/bin/fcmsutil /dev/<device_filename>
If you use fcmsutil with dual port universal adapter A6826A, enter the following command:
fcmsutil /dev/fcdx
where:
x is the number assigned to the adapter port being accessed.
The output is similar to the following example:
Vendor ID is = 0x001077
Device ID is = 0x002312
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x0012ba
PCI Mode = PCI-X 66 MHZ
ISP Code version = 3.2.26
ISP Chip Version = 3
Topology = PTTOPT_FABRIC
Link Speed = 1Gb
Local N_Port_id is = 0x211413
Previous N-Port_id is = None
N_Port Node World Wide Name = 0x50060b00001d21fd
N_Port Port World Wide Name = 0x50060b00001d21fc
Switch Port World Wide Name = 0x2014080088404800
Switch Node World Wide Name = 0x1000080088404800
Driver state = ONLINE
Hardware Path is = 0/4/1/0
Maximum Frame Size = 2048
Driver-Firmware Dump Available = NO
Driver-Firmware Dump Timestamp = N/A
Driver Version = @(#) libfcd.a HP Fibre
Channel ISP 23xx Driver B.11.11.02
/ux/kern/kisu/FCD/src/common/wsio/fcd_init.c:Feb 19 2004,17:46:19
**********************************************************
Check to see that the driver state is ONLINE.
fcmsutil 21