HP StorageWorks Fabric OS 6.x administrator guide (5697-7344, March 2008)

Fabric OS 6.x administrator guide 441
Configuring FTRACE
FTRACE is a support tool primarily for use by Tech Support personnel. FTRACE includes the ability to freeze
traces on certain events, and to retain the trace information for future examination. The syntax for the
portcfg ftrace command is as follows:
portcfg ftrace [slot/]ge0|ge1 tunnel_Id cfg [-a 1|0] [-b value] [-e 1|0] [-i
value] [-p value] [-r value] [-s value] [-t value] [-z value]
Where:
The following example configures FTRACE with ACO disabled, and FTRACE enabled with a trigger mask
value of 00000003, and a trace mask value of ffffffff.
portcfg ftrace ge0 3 cfg -a 0 -e 1 -p 5 -s 00000003 -t ffffffff
Verifying the FCIP tunnel configuration
After you have created local and remote FCIP configurations, it is recommended that you verify that the
tunnel configuration operation succeeded using the portShow fcipTunnel command (be sure to
specify the slot/port numbers and number of tunnels). The command syntax is as follows:
portshow fciptunnel [slot/][ge0|ge1 all|tunnel_id
Where:
slot The number of a slot in a 4/256 SAN Director or DC Director chassis
that contains an FR4-18i blade. This parameter does not apply to the
stand-alone 400 Multi-protocol Router.
ge0|ge1 The Ethernet port used by the tunnel (ge0 or Ge1).
tunnelid The tunnel number (0 - 7).
cfg Creates an FTRACE configuration.
-a 1|0 Enables or disables ACO.
-b value Number of buffers (range 0 to 8).
-e 1|0 Enable or disable FTRACE.
-i value Display mask value (range 0 to FFFFFFFF).
Default is FFFFFFFF.
-p value Post trigger percentage value (range 0-100). Default is 5.
-r value Number of records (range 0 through 1,677,721). Default us 200000.
-s value Trigger mask value (range 00000000 to FFFFFFFF). Default is
00000003.
-t value Trace mask value (range 00000000 to FFFFFFFF). Default is
80000C7B.
-z value Trace record size (range 80 to 240). Default is 80.
all Displays all FCIP tunnels.
tunnel_id Displays the specified FCIP tunnel.