Download Print this page
Qlogic  12000 Series Reference Manual

Qlogic 12000 Series Reference Manual

Infiniband switches and directors
Hide thumbs Also See for QLogic 12000 Series:

Advertisement

QLogic 12000 Series
InfiniBand Switches and Directors
CLI Reference Guide
Version 6.0
D000103-000 E

Advertisement

loading

Summary of Contents for Qlogic QLogic 12000 Series

  • Page 1 QLogic 12000 Series InfiniBand Switches and Directors CLI Reference Guide Version 6.0 D000103-000 E...
  • Page 2: Document Revision History

    QLogic Corporation reserves the right to change product specifications at any time without notice. Applications described in this document for any of these products are for illustrative purposes only. QLogic Corporation makes no representation nor warranty that such applications are suitable for the specified use without further testing or modification.
  • Page 3: Table Of Contents

    Table of Contents Preface Intended Audience ..........Documentation Conventions .
  • Page 4 QLogic 12000 Series InfiniBand Switches and Directors CLI Reference Guide D000103-000 E...
  • Page 5: Preface

    12000 switch CLI commands. Intended Audience This manual is intended to provide network administrators and other qualified personnel a reference for the command line interface of the QLogic 12000 series switches. Documentation Conventions This guide uses the following documentation conventions: NOTE: provides additional information.
  • Page 6: License Agreements

    License Agreements Refer to the QLogic Software End User License Agreement for a complete listing of all license agreements affecting this product. Technical Support Customers should contact their authorized maintenance provider for technical support of their QLogic products.
  • Page 7: Training

    Fibre Channel products. From the main QLogic web page at www.qlogic.com, click the Education and Resources tab at the top, then click the Education & Training tab on the left. The QLogic Global Training Portal offers online courses, certification exams, and scheduling of in-person training.
  • Page 8 Preface Technical Support viii D000103-000 E...
  • Page 9: Switch Command Line Interface

    Switch Command Line Interface Overview This section details the usage of the Command Line Interface (CLI) feature for the QLogic 12000 family of switches: The QLogic 12300 The QLogic 12800 Series: 12800-040 12800-120 12800-180 12800-360 The CLI allows the user to perform remote configuration and management tasks, which in many respects mirrors the functionality of the Chassis Viewer GUI.
  • Page 10: Commands And Functional Groups

    Switch Command Line Interface Commands and Functional Groups Administrator: Read and write Access. Reboot access. Can change operator and administrator passwords. Can disable user login and passwords. This would allow all users admin-level access without the need for a user name or password. Can view all current user sessions Can access all of the commands executed from any open operator session.
  • Page 11 Switch Command Line Interface Commands and Functional Groups SubnetManagement: InfiniBand subnet manager configuration and management. Log: Provides commands for viewing log files as well as configuring logging parameters. KeyManagement: License key management. IbSwitchInfo: Provides commands for displaying InfiniBand (IB) statistics for all IB ports on the switch, as well as for configuring port statistic thresholds.
  • Page 12: Online Help

    Switch Command Line Interface Online Help Online Help The online help for the CLI provides, for each command, all necessary information to successfully execute the command. For example, typing help list (can also type list help) displays the following information for the list command: NAME list SYNOPSIS...
  • Page 13 Switch Command Line Interface Keyboard Shortcuts 3. The system prompts for a password. The CLI has the following default passwords: Operator access: operpass Administrator access: adminpass Type the appropriate password and press Enter. The system responds with: Welcome to the <SWITCH> CLI. Type 'list' for the list of commands.
  • Page 14: Groups And Commands

    Switch Command Line Interface Groups and Commands Groups and Commands The following section lists all CLI functional groups along with the commands for each group. Commands for all 12000 switches are listed. Any commands specific to a switch(es) is noted. For more specific information for each functional group, the user would execute the help <GROUP NAME>...
  • Page 15 Switch Command Line Interface Groups and Commands Use the Up and Down arrow keys to browse command history, Left and Right arrow keys to edit the current command and the Tab key for tab completion of a command. Two alternate key bindings exist for the backspace and delete keys. If these keys are not responding as expected use the swapBsDel command to swap the bindings.
  • Page 16 Switch Command Line Interface Groups and Commands NOTES: Use 'list all' to display brief help for all available commands. Use 'list all -verbose' to display verbose help for all commands. Use 'list -noprompt' to display the list of command groups. history Displays the command history for this session.
  • Page 17 Switch Command Line Interface Groups and Commands Options: Does not prompt the user before rebooting. Reboot Master (local) QLogic 12300 (non-disruptive). slot n reset specific device where n = slotNumber (disruptive). Reboot Slave (remote) QLogic 12300 Reboot Slave (remote) management card only (non-disruptive) Reboot All local devices (excludes -n/-m/-s).
  • Page 18 Switch Command Line Interface Groups and Commands Options: Does not prompt the user before rebooting. Reboot Master (local) Management Module 228 (non-disruptive). slot n reset specific device where n = slotNumber (disruptive). Reboot Slave (remote) Management Module 227. Reboot Slave (remote) management card only (non-disruptive) Reboot All local devices (excludes -n/-m/-s).
  • Page 19 Switch Command Line Interface Groups and Commands Sample Output: -> killCliSession must supply session number NOTES: This command logs out remote sessions. Use 'who' to obtain the list of active sessions. Displays currently active CLI sessions. Syntax: Options: None. Sample Output: user role index...
  • Page 20 Switch Command Line Interface Groups and Commands Options: Message (Note: the message text must be encapsulated in quotes "". Sample Output: -> broadcast "The system will be rebooted in 5 minutes." NOTES: Writes the supplied message to all other active CLI sessions. The message to be written must be encapsulated in quotes, and non-empty.
  • Page 21 Switch Command Line Interface Groups and Commands Sample Output: -> setTermWidth 100 NOTES: Allows modification of the terminal width used for text formatting purposes. Note that not all commands adhere to this setting. The minimum width is 20 characters. getTermWidth Displays the terminal width for text formatting purposes.
  • Page 22 Switch Command Line Interface Groups and Commands ". For example: "*a prompt*". Also, if a prompt is not accepted try to enclose it with double quotes. In order for some FastFabric Tools to function correctly, the prompt must end in "-> " (note trailing space). case Display or change the case sensitivity for the command interpreter for the CLI session.
  • Page 23 Switch Command Line Interface Groups and Commands echo Echoes text back to the output.. Syntax: echo [<text> ...] Options: [<text> ...] Text to be echoed.. Sample Output: -> echo test test NOTES: This echoes the text for each argument back to the output. If there are multiple arguments they are separated by spaces.
  • Page 24 Switch Command Line Interface Groups and Commands rcmd Creates I/O terminal to local cards. Syntax: rcmd [hostName] Options: hostName The name of the device to connect. Sample Output: -> rcmd Slave NOTES: This command allows users to open a terminal to local I/O devices within the chassis.
  • Page 25 Switch Command Line Interface Groups and Commands logout Logout of the current CLI session. Syntax: logout Options: None. Sample Output: logout user Change user accounts. Syntax: user [user] Options: [user] Name of user account to change to. Sample Output: -> user operator User changed to: operator NOTES: Use this command to change to the 'operator' account, or to the 'admin' account.
  • Page 26 Switch Command Line Interface Groups and Commands passwd Change users password(s). Syntax: passwd [username] Options: [username] Name of the user whose password needs to be changed. Sample Output: -> passwd operator1 User password changed successfully NOTES: Allows the modification of the user's password. userAdd Add a user account.
  • Page 27 Switch Command Line Interface Groups and Commands userRem Remove a user account. Syntax: userRem [username] Options: username Name of the user to be removed. Sample Output: -> userRem Bob User deleted: Bob userListShow List all user accounts for this device. Syntax: userListShow Options:...
  • Page 28 Switch Command Line Interface Groups and Commands sshKey Adds, displays, and removes SSH public keys for individual users.. Syntax: sshKey <cmd> [-u <username>] [<input>] Options: show Displays the SSH public keys in the users authorized_keys file. add “<key>” Add key to the users authorized_keys file. Must be enclosed within double-quotes ("<key>").
  • Page 29 Switch Command Line Interface Groups and Commands loginMode Allows the user to change the user interface authentication requirements. Syntax: loginMode [mode] Options: [mode] Determines how users are able to login. Sample Output: -> loginMode 1 Mode successfully changed to: 1 = Password is not required NOTES: This command displays or changes how users are authenticated when connecting to the GUI or CLI.
  • Page 30 Switch Command Line Interface Groups and Commands NOTES: This sets the LDAP server ip address. The LDAP server will be contacted for remote authentication. setldapSvrPort Modify the LDAP Server Port. Syntax: setldapSvrPort [port] Options: [port] The port of the LDAP server to be authenticated. Sample Output: ->...
  • Page 31 Switch Command Line Interface Groups and Commands idleTimeoutSet Set the UI idle timeout value. Syntax: idleTimeoutSet [--all | --cli | --gui] seconds] Options: [seconds] Idle timeout value (in seconds). --all Set the idle timeout for both the CLI and the GUI to the same value. --cli Set the idle timeout for the CLI.
  • Page 32 Switch Command Line Interface Groups and Commands sessionTimeoutEnable Enable the idle timeout for the CLI session. Syntax: sessionTimeoutEnable Options: None. Sample Output: -> sessionTimeoutEnable Enabled session idle timeout. NOTES: Enables the idle timeout for the current CLI session. This value does not persist across instances of the session (i.e., with each log on, it defaults back to the system default value).
  • Page 33 Switch Command Line Interface Groups and Commands Options: [message] The login message (should be encapsulated in quotes “ “). [-clear] Clear welcome message. Sample Output: -> loginMsgSet "Be certain to logout when you are finished using the CLI." Welcome message set successfully NOTES: This command can be used to modify the welcome message displayed when logging onto the CLI.
  • Page 34 Switch Command Line Interface Groups and Commands Options: [name] Set the login name. [-clear] Clear the login name. Sample Output: -> loginNameSet Switch1 login-name set successfully NOTES: The login name is an arbitrary string displayed prior to a user attempting a login to a new CLI session.
  • Page 35 Switch Command Line Interface Groups and Commands Sample Output: -> serialAuthSet 1 Serial authentication set to enabled. NOTES: This command is used to enable or disable user authentication on the serial console. Use 1 as the only parameter to enable authentication, or 0 to disable authentication.
  • Page 36 Switch Command Line Interface Groups and Commands This command can also be used to enable or disable various access methods. Use '-<proto> 0' to disable a protocol, and '-<proto> 1' to enable. Multiple operations may be specified in a single command. A reboot is not required for this command.
  • Page 37 Switch Command Line Interface Groups and Commands IpoIbConfigShow Displays the IPoIB Enable/Disable setting. Syntax: IpoIbConfigShow Options: None. Sample Output: -> IpoIbConfigShow IpoIbConfigEnable Enable IPoIB feature. Syntax: IpoIbConfigEnable <- IpoIb enable> Options: None. Sample Output: -> IpoIbConfigEnable IpoIbConfigDisable Disables the IPoIB feature. Syntax: IpoIbConfigDisable Options:...
  • Page 38 Switch Command Line Interface Groups and Commands IpoIbAddressShow Displays the IpoIb IP address and associated netmask. Syntax: IpoIbAddressShow Options: None. Sample Output: -> IpoIbAddressShow NOTES: IPoIB must be enabled to display these fields. IpoIbAddressSet Change the IpoIb IP address and associated network mask. Syntax: IpoIbAddressSet -h ipaddress -m netMask Options:...
  • Page 39 Switch Command Line Interface Groups and Commands Options: <ipv6Address/netMaskLen> See NOTES. Sample Output: -> IpoIbAddressSetIPv6 <ipv6Address/netMaskLen> NOTES: The <ipv6Address/netMaskLen> is made up of two major components, separated by a '/'. The ipv6Address is in notation format 'a:b:c:d:e:f:g:h', where embedded 0s can be shortened (for example, 'a:b::g:h'). The netMaskLen is a value between 0 and 128 inclusive.
  • Page 40: Chassis

    Switch Command Line Interface Groups and Commands Chassis hwCheck Runs a system check at the chassis level and returns current hardware status. Syntax: hwCheck Options: [n - 0=default, 1=verbose] Sample Output: -> hwCheck Chassis hardware status: GOOD NOTES: Returns OK or provides detailed status/warning/error information. If an error/warning is detected, this command automatically provides verbose information.
  • Page 41 Switch Command Line Interface Groups and Commands Sample Output: (Sample 1) -> hwMonitor 0 System monitor, Uptime: 0 days 4 hours 55 minutes 37 seconds MODULES MODULES(cont) MODULES(cont) Power & Fans SLOT|P|TMP|VLT SLOT|P|TMP|VLT SLOT|P|TMP|VLT SLOT|P|SPEED SLOT|P|SPEED | |E|W|E|W | |E|W|E|W | |E|W|E|W M201 |*| | | | L101 |*| | | |...
  • Page 42 Options: None. Sample Output: -> setIBNodeDesc "QLogic 12300 GUID=0x00066a00da000" IB Node (SMA) Description successfully changed to = QLogic 12300 NOTES: New node name must be enclosed in quotes. Node name must be less than 64 characters. setIBNodeDescFormat Changes the IB Node (SMA) description format modifier.
  • Page 43 Switch Command Line Interface Groups and Commands Sample Output: -> setIBNodeDescFormat Format = 0 NOTES: If the format is not specified, then the current format selection value is displayed. When the format is 0, the SMA node description is in a verbose format. When the format is one the format is brief.
  • Page 44 Switch Command Line Interface Groups and Commands chassisQuery Displays information about modules inserted in the chassis that support firmware updates. This includes information regarding cardType, Board Support Package (BSP) and SlotNumber. Syntax: chassisQuery [-master] [-slave] [slot] [-showType] [-type card_type] [-ignoreInvalidType] Options: [-master] Display the master slot number...
  • Page 45 Switch Command Line Interface Groups and Commands Sample Output: MasterMM202-> showInventory ___________________________________ Leaf 101 ----------------------------------- GUID - 00066A00EC002712 Manufacturer Id - 00066A Manufacturer Name - SST Mfg Date/Time - 2009/04/09 10:00 Model - 12800-LF18 Part Number - 220052-004-B Product Name - 12800 QDR 18P Leaf Module Serial Number - USF1150920031 Version - 004-B setBeacon...
  • Page 46 Switch Command Line Interface Groups and Commands Sample Output: -> setSystemContact [contact string] NOTES: If the system contact is not specified, the current system contact is displayed. setSystemName Allows the user to set/show the chassis system name. Syntax: setSystemName [name] Options: [name] System name string...
  • Page 47: Network

    Switch Command Line Interface Groups and Commands Network ifShow Displays information for all the network interfaces for the switch, including the management port and the internal Ethernet network. Syntax: ifShow [ifName] Options: [ifName] The network interface name. Sample Output: -> ifShow sbe0 (unit number 0): Flags: (0x8063) UP BROADCAST MULTICAST ARP RUNNING Type: ETHERNET_CSMACD...
  • Page 48 Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> routeShow ROUTE NET TABLE destination gateway flags Refcnt Interface ---------------------------------------------------------------------------- 0.0.0.0 172.26.0.1 18966 sbe0 0.0.0.0 172.26.3.35 sbe0 127.1.0.0 127.1.1.2 sbe1 127.2.0.0 127.2.0.1 sbe1 172.26.0.0 172.26.3.35 sbe0 172.26.0.0 172.26.3.19 sbe0 ---------------------------------------------------------------------------- ROUTE HOST TABLE...
  • Page 49 Switch Command Line Interface Groups and Commands Sample Output: -> ping 172.26.0.254 PING 172.26.0.254: 56 data bytes 64 bytes from 172.26.0.254: icmp_seq=0. time=0. ms 64 bytes from 172.26.0.254: icmp_seq=1. time=0. ms 64 bytes from 172.26.0.254: icmp_seq=2. time=0. ms 64 bytes from 172.26.0.254: icmp_seq=3. time=0. ms 64 bytes from 172.26.0.254: icmp_seq=4.
  • Page 50 Switch Command Line Interface Groups and Commands NOTES: This routine spawns a process to send ping packets to the specified IPv6 address. If packetCount is given, the process exits after that number of packets are sent. If packetCount is omitted, a default the number of packets defaults to 5. showChassisIpAddr Displays the chassis IP address.
  • Page 51 Switch Command Line Interface Groups and Commands Options: <ipv6Address> The new IPv6 address in notation format 'a:b:c:d:e:f:g:h', embedded 0s can be shortened, eg a:b::g:h. <maskLen> Network mask length. (0-128). Sample Output: -> setChassisIpv6Addr <ipv6Address> NOTES: Changing the chassis IPv6 address may drop the connection to the CLI if not using the console port, and may cause the device to become unreachable.
  • Page 52 Switch Command Line Interface Groups and Commands Sample Output: -> showChassisIpv6Addr autoConfIPv6Enable Enables IPv6 address autoconfiguration. Syntax: autoConfIPv6Enable Options: None. Sample Output: -> autoConfIPv6Enable NOTES: This command allows prefix learning from attached routers, and does not affect link-local or manually configured addresses. autoConfIPv6Disable Disables IPv6 address autoconfiguration.
  • Page 53 Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> autoConfIPv6Show ndpShow Displays the IPv6 Neighbors table. Syntax: ndpShow Options: None. Sample Output: -> ndpShow showDefaultRoute Displays the default gateway IP address. Syntax: showDefaultRoute Options: None. Sample Output: ->...
  • Page 54 Switch Command Line Interface Groups and Commands Syntax: setDefaultRoute -h ipaddress Options: -h ipaddress The default gateway IP address in dotted decimal format (xxx.xxx.xxx.xxx). Sample Output: setDefaultRoute -h 172.26.0.235 NOTES: This allows the user to configure the IP address for the default gateway to route packets from the OOB management port to an external network.
  • Page 55 Switch Command Line Interface Groups and Commands Options: None. D000103-000 E 1-47...
  • Page 56 Switch Command Line Interface Groups and Commands Sample Output: -> hostShow hostname inet address aliases -------- ------------ ------- localhost 127.0.0.1 CHASSIS slot1 127.1.0.1 slot2 127.1.0.2 slot3 127.1.0.3 slot4 127.1.0.4 slot5 127.1.0.5 slot6 127.1.0.6 slot7 127.1.0.7 slot8 127.1.0.8 slot9 127.1.0.9 slot10 127.1.0.10 slot11 127.1.0.11...
  • Page 57 Switch Command Line Interface Groups and Commands dhcpEnable Enable the DHCP client for this system. Syntax: dhcpEnable Options: None. Sample Output: MasterMM202-> dhcpEnable DHCP is enabled NOTES: Enables the DHCP client subsystem, requests a DHCP lease, and then configures the interface with the lease data from the server, dhcpDisable Disable the DHCP client and release any acquired IP address Syntax:...
  • Page 58 None. Sample Output: MasterMM202-> dnsParamsShow DNS Resolver : Enabled DNS Server Address : xxx.xxx.xxx.xxx Local Domain Name : st.qlogic.com NOTE: This command retrieves the stored configuration parameters used for domain name resolution. dnsParamsSet Changes the DNS configuration parameters. Syntax: dnsParamsSet [-s <ipaddress>] [-d <domain name>] [-e <1 or 0>]...
  • Page 59 DNS Resolver : Disabled DNS Server Address : xxx.xxx.xxx.xxx Local Domain Name : st.qlogic.com NOTE: The DNS resolver cannot be enabled until both the server address and local domain name have been configured. It is necessary to manually reboot the switch in order to start or stop the DNS resolver.
  • Page 60: Firmware

    Switch Command Line Interface Groups and Commands Firmware fwUpdate (12300) Updates the firmware. Syntax: fwUpdate [host user password dir filename] Options: host The name of the host where the firmware file resides. user The FTP user name. password The FTP user password. After logging in, the directory to cd to.
  • Page 61 Switch Command Line Interface Groups and Commands Options: slotnumber The chassis slot numberto update. [host] The name of the host where the firmware file resides. [user] The FTP user name. [password] The FTP user password. [dir] After logging in, the directory to cd to. [filename] The name of the firmware file.
  • Page 62 Switch Command Line Interface Groups and Commands Sample Output: -> fwUpdateChassis all reboot NOTES: Firmware update works by retrieving the firmware file from an ftp server. The file is saved locally and then written to flash. Using the ’all’ option, all cards in the chassis will be updated.
  • Page 63 Switch Command Line Interface Groups and Commands Sample Output: -> fwShowUpdateParams Firmware update ftp configuration settings: host:[0.0.0.0] user:[ftp] password:[ftp] directory:[] filename management:[] filename evic:[] filename fvic:[] fwSetUpdateParams Change the default update firmware settings. Syntax: fwSetUpdateParams -c cardtype [-h hostname] [-u username] [-p password] [-d directory] [-f filename] Options: -c - cardtype...
  • Page 64 Switch Command Line Interface Groups and Commands Options: [-key feature] Displays information for a particular feature. Sample Output: -> showCapability fwPush: 1 showLastScpRetCode Display the return code from the last SCP Firmware Push. Syntax: showLastScpRetCode slot | -all Options: slot The slot number in the chassis.
  • Page 65 Switch Command Line Interface Groups and Commands Sample Output: Management Module 201 Information ----------------- Firmware Version: 5.0.0.0.73 Firmware build: 5_0_0_0_73 Firmware BSP: MBC Version: None Bootrom Version: 5.0.0.0.57 bootQuery Displays boot image version information. Syntax: bootQuery [slot] [-active | -alternate | -all] Options: [slot] Slot number.
  • Page 66 Switch Command Line Interface Groups and Commands Options: [slot] The slot number using the next boot image. [-i index] The index of the boot image to be used next. [-alternate] Chooses the alternate image to be used next. [-version version] Chooses a specific version to be the image to be used next.
  • Page 67: Subnet Management

    Switch Command Line Interface Groups and Commands Subnet Management smControl Starts and stops the embedded subnet manager. Syntax: smControl start | stop | restart | status Options: Start Start the SM. Stop Stop the SM. restart Restarts the SM. status Prints out the SM Status.
  • Page 68 None. Sample Output: sm_state = MASTER count = 572781 LMC = 0, Topology Pass count = 339, Priority = 0, Mkey = 0x0 ----------------------------------------------------------------------------------------- QLogic 12300 GUID=0x00066a00da000000 172.26.2.2 MM 1, Ch ----------------------------------------------------------------------------------------- Node[ 0] => 00066a000600013c ports=24, path= Port ----...
  • Page 69 Switch Command Line Interface Groups and Commands smPriority Display the priority of the embedded subnet manager. Syntax: smPriority Options: None. Sample Output 1: -> smPriority The SM Priority is 0 NOTES: The priority of the Subnet Manager (SM) determines which subnet manager will become the master SM for the fabric.
  • Page 70 Switch Command Line Interface Groups and Commands NOTES: The sweep rate determines how often the subnet manager scans the fabric for changes and events. The subnet manager must be running to display or dynamically set the sweep rate of the embedded subnet manager. Changes to sweepRate made with the smSweepRate command will only affect the subnet manager that is currently running and will not be persistent.
  • Page 71 Switch Command Line Interface Groups and Commands Options: Display the host name as part of the output. Sample Output: -> smShowGroups Multicast Groups: join state key: F=Full N=Non S=SendOnly Member 0xff12601bffff0000:00000001ffffd5bb (c001) qKey = 0x00000000 pKey = 0xFFFF mtu = 4 rate = 3 life = 19 sl = 0...
  • Page 72 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Service Name = QLogic Fabric Executive service Rev 1.1 Service Data 8 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00...
  • Page 73 Switch Command Line Interface Groups and Commands Sample Output: -> smShowSubscriptions ****************************************************************** There are 2 subscriptions ****************************************************************** Subscriber GID = 0xFE80000000000000:00066A00D8000163 Subscriber LID = 0x0071 Subscriber PKey = 0xFFFF Subscriber Start LID = 0x0001 Subscriber End LID = 0xBFFF Subscriber Record ID = 0x00000001 Subscriber Inform Info = = 0x0000000000000000:0000000000000000...
  • Page 74 Switch Command Line Interface Groups and Commands Sample Output: -> smMasterLMC NOTES: The value of the LMC determines how many LID's are assigned to an endport; 2 LMC LIDs are assigned to endports based on this value. For example, setting the LMC to a value of 3 will assign 8 LIDs per endport. The allowable LMC values are between 0 and 7, inclusive.
  • Page 75 SM is currently in the MASTER state, with Topology Pass count = 341 ---------------------------------------------------------------------------------- Lid 0x0001: guid = 0x00066a000600013c, pass = 341, QLogic 12300 GUID=0x00066a00da000100 172.26.2.2 Spine 1, Ch Lid 0x0002: guid = 0x00066a0007000170, pass = 341, QLogic 12300 GUID=0x00066a00da000100 172.26.2.2 Leaf 4, Chi...
  • Page 76 Switch Command Line Interface Groups and Commands Options: lifetime The packet lifetime value between 0 and 31, inclusive. Sample Output: -> smSwitchLifetime 15 SM switch packet lifetime: 15 (~134217 microseconds) NOTES: The switch lifetime value determines the maximum time a packet may remain within a switch, calculated using the formula: 4.096 * (2 switchlifetime) in microseconds.
  • Page 77 Switch Command Line Interface Groups and Commands smVLStall Allows the user to display/dynamically set the VL stall value of the subnet manager. Syntax: smVLStall [packets] Options: packets The number of sequential packets dropped before port enters VL stalled state. Sample Output: ->...
  • Page 78 Switch Command Line Interface Groups and Commands Sample Output: -> smShowSMParms SM priority is set to 4 SM LMC is set to 0 SM sweep rate is set to 300 SM max retries on receive set to 3 SM max receive wait interval set to 250 millisecs switchLifetime set to 15 HoqLife set to 9 VL Stall set to 5...
  • Page 79 Switch Command Line Interface Groups and Commands Sample Output: -> smInfoKey SM Key: 0x0000000000000001 (1 decimal). NOTES: Use this command to set the SM key. SM must be offline and key value is up to 8 byte hex. The subnet manager must be running to display the SMInfo key value.
  • Page 80 Switch Command Line Interface Groups and Commands Options: clear Clears all set options. default Enable the default set of options (i.e., def-mcgrp-create and dyn-pit). def-mcgrp-create Auto create default multicast group. If using only this option, dyn-pit will be disabled. dyn-pit Enable dynamic packet lifetimes for pathrecord queries.
  • Page 81 Switch Command Line Interface Groups and Commands Valid Values for TClass are 0 to 0xff smGidPrefix Set the Subnet Prefix (default=0xfe80000000000000). Syntax: smGidPrefix [prefix] Options: None. Sample Output: -> smGidPrefix Subnet Prefix: 0xfe80000000000001 NOTES: Use this command to set the subnet prefix of the SM. The SM must be offline and the subnet prefix value is 8 byte hex.
  • Page 82 Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> smTopoErrorThresh 100 Set topology error threshold to:100 NOTES: Sets the maximum number of errors the SM may encounter during a sweep before abandoning the sweep. The subnet manager must be running to display the error threshold for a topology sweep.
  • Page 83 Switch Command Line Interface Groups and Commands Sample Output: -> smMaxRetries 3 Set max retries to:3 -> smMaxRetries Max retries: 3 NOTES: The subnet manager must be running to display this information. smRcvWaitTime Displays the maximum time (in milliseconds) to wait for a reply to a subnet manager packet. Syntax: smRcvWaitTime Options:...
  • Page 84 Switch Command Line Interface Groups and Commands NOTES: The subnet manager must be running to display this information. smNonRespDropSweeps Displays the sweeps to wait before dropping a non-responsive node. Syntax: smNonRespDropSweeps Options: None. Sample Output: -> smNonRespDropSweeps 3 Set Nonresponsive node drop sweeps to: 3 sweeps ->...
  • Page 85 Switch Command Line Interface Groups and Commands smLogMode Displays or dynamically sets the Subnet Manager logging mode. Syntax: smLogMode [<logmode>] Options: logmode logging mode 0 or 1 Sample Output: -> smLogMode 1 NOTES: 0 - use normal logging levels 1 - logging is quieted by downgrading the majority of fatal, error, warn and infiniinfo log messages to level 3 (INFO) and only outputting user actionable events when LogLevel is 1 or 2.
  • Page 86 Switch Command Line Interface Groups and Commands NOTES: Subsystems: CS, MAI, CAL, DVR, IF3, SM, SA, PM, PA, BM, FE, APP The Subnet manager must be running to use this command. Changes made with this command will only affect the currently running SM, and will will be forgotten if the FM is restarted or the chassis is rebooted.
  • Page 87 Switch Command Line Interface Groups and Commands smMasterPingInterval Displays the ping interval (in seconds) of the subnet manager. Syntax: smMasterPingInterval Options: None. Sample Output: -> smMasterPingInterval 4 Set master ping interval to 3 seconds -> smMasterPingInterval Master ping interval: 4 seconds NOTES: Value must be between 3 and 10.
  • Page 88 Sample Output: -> smDbSyncInterval SM DB full sync interval currently set to 15 minutes -----SM DB SYNCHRONIZATION interval set to 900 seconds, 2 SM(s) in fabric----- MASTER SM node at QLogic 12300 GUID=0x00066a00d90003fa, LID 0x0008, PortGuid 0x00066a00d90003fa Sync Capability is SUPPORTED...
  • Page 89 Switch Command Line Interface Groups and Commands smDynamicPlt Set/display dynamic packet lifetime values. Syntax: smDynamicPlt [index] [plt] Options: index The index of the entry in the table to be changed. Range is 1-9.. The packet lifetime value. The range is 0-63. Sample Output: ->...
  • Page 90 Switch Command Line Interface Groups and Commands sm1xLinkMode Displays how the subnet manager handles 1x links. Syntax: sm1xLinkMode Options: None. Sample Output: -> sm1xLinkMode Mode is 'off'. Erroneous 1x links will be activated normally. -> sm1xLinkMode ignore -> sm1xLinkMode Mode is 'ignore'. Erroneous 1x links will not be activated. NOTES: When set to 'off', all links come up normally.
  • Page 91 Switch Command Line Interface Groups and Commands the value to 0 to disable this feature. The subnet manager must be running to display this information. smAppearanceMsgThresh Displays the threshold for appearance and disappearance messages. Syntax: smAppearanceMsgThresh Options: None. Sample Output: ->...
  • Page 92 Switch Command Line Interface Groups and Commands Sample Output: -> smPmBmStart SM is enabled PM is enabled BM is enabled FE is enabled -> smPmBmStart disable SM is enabled PM is disabled BM is disabled FE is enabled smShowRemovedPorts Displays the ports that have been automatically removed from the fabric.. Syntax: smShowRemovedPorts Options:...
  • Page 93 Switch Command Line Interface Groups and Commands Sample Output: -> smShowCounters COUNTER: THIS SWEEP LAST SWEEP TOTAL ------------------------------------ ---------- ---------- ---------- SM State transition to DISCOVERY: SM State transition to MASTER: SM State transition to STANDBY: SM State transition to INACTIVE: Total transmitted SMA Packets: 2181 Direct Routed SMA Packets:...
  • Page 94 Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> pmShowCounters pmResetCounters Resets various statistics and counters about the performance manager (PM). Syntax: pmResetCounters Options: None. Sample Output: -> pmResetCounters pmShowRunningTotals Displays Running Total Counters for the performance manager (PM) for all ports in a fabric. Syntax: pmShowRunningTotals Options:...
  • Page 95 Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> bmPriority The BM Priority is 0 The BM Elevated Priority is disabled NOTES: The priority of the Baseboard Manager (BM) determines which BM will become the master BM for the fabric. The priority values are 0 (lowest) and 15 (highest).
  • Page 96 Switch Command Line Interface Groups and Commands smRestorePriority Restore normal priorities from elevated states for the SM, BM, and PM. Syntax: smRestorePriority [sm | bm | pm | all] Options: Restore normal SM priority Restore normal BM priority Restore normal PM priority Restore normal priorities for the SM, BM and PM.
  • Page 97 Switch Command Line Interface Groups and Commands smShowConfig Displays the XML configuration file. Syntax: smShowConfig [-infoOnly | -contentOnly] [-noprompt] Options: -infoOnly Displays the timestamp for the XML configuration file. -contentOnly Displays the contents of the XML configuration file. -noprompt Do not prompt to 'Continue' for each page of displayed output. Sample Output: ->...
  • Page 98 Switch Command Line Interface Groups and Commands -noprompt flag to send all output to the screen at once.This command is only available on the Master Chassis management card. 1-90 D000103-000 E...
  • Page 99: Log

    Switch Command Line Interface Groups and Commands logShow Displays the log file. Syntax: logShow Options: None. Sample Output: -> logshow W|2006/10/04 20:26:31.176U: Thread "Log" (0x8fdab3b0) Log: Unable to Send Trap: 523:Bad:65535 W|2006/10/04 20:26:31.176U: Thread "CPU1" (0x1) Fcpi: Target Device 1 (2e7 p1) NPort Id 0x0106d1: Connection Restored W|2006/10/04 20:26:31.196U: Thread "Log"...
  • Page 100 Switch Command Line Interface Groups and Commands logClear Clears the log file. Syntax: logClear [-noprompt] Options: -noprompt delete all log messages without prompting the user Sample Output: -> logClear Ram Log cleared NOTES: This command deletes all entries in the log file. logConfigure Configures the log settings.
  • Page 101 Switch Command Line Interface Groups and Commands Sample Output: -> logConfigure Type Q or X to exit. Please enter the number corresponding to what you want to configure. index : name : description -------------------------- : Device : Logging device. (IE. Ram, syslog, etc) : Preset : General log filter.
  • Page 102 Switch Command Line Interface Groups and Commands logResetToDefaults Restores the log file default settings. Syntax: logResetToDefaults [-noprompt] Options: -noprompt Restore the defaults without prompting the user. Sample Output: -> logResetToDefaults Log configuration has been reset logSyslogConfig Configure the syslog host IP address. Syntax: logSyslogConfig [-h xxx.xxx.xxx.xxx] [-p xxxx] [-f xx] [-m x]...
  • Page 103 Switch Command Line Interface Groups and Commands 0 kern 1 user 2 mail 3 daemon 4 auth 5 syslog 6 lpr 7 news 8 uucp 9 cron 10 authpriv 11 ftp 12 ntp 13 audit 14 alert 15 clock 16 local0 17 local1 18 local2 19 local3...
  • Page 104 Switch Command Line Interface Groups and Commands logShowConfig Display the current log configuration settings. Syntax: logShowConfig Options: None. Sample Output: Log Configuration for Slot 101: ------------------------------ Configurable devices index : name : |D|F|E|A|W|P|C|I|P|N|1|2|3|4|5| ---------------------------------------------------- : Ram : |X|X|X|X|X| | | | |X| | | | | | : Console : |X|X|X|X|X| | | | |X| | | | | | : Syslog...
  • Page 105 Switch Command Line Interface Groups and Commands Options: Send Error severity CSM test message to Syslog. Send Warning severity CSM test message to Syslog Send Warning severity CSM test message to Syslog. Sample Output: -> logSyslogTest -e Currently configured Syslog host is: 0.0.0.0 port 514 facility 22 Syslog configuration has been tested NOTES: This command tests the Syslog configuration by sending CSM message(s) to registered Syslog servers.
  • Page 106: Key Management

    Switch Command Line Interface Groups and Commands Key Management showKeys Display the license keys for the unit. Syntax: showKeys Options: None. Sample Output: -> showKeys -------------------------------------------------------- Key number: Key: XX7P91-2V9H6F-946XS3-3SCEV5-XXMZ5R-S Description: Subnet Manager License Status: Active NOTES: License keys unlock various product software features. addKey Add a license key.
  • Page 107 Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> removeKey -------------------------------------------------------- Key number: Key: XX7P91-XXXH6F-XXXQS3-YYCEV5-YYYZ5R-S Description: Subnet Manager License Status: Active Please enter the key number you wish to remove: NOTES: After entering this command a list of available keys will be displayed. The keys are shown along with an associated number.
  • Page 108: Ibswitchinfo

    Switch Command Line Interface Groups and Commands IbSwitchInfo ismPortStats Displays link error information associated with each switch port. These statistics include errors, dropped packets, discarded packets, and invalid packets. Syntax: ismPortStats [-clear] [-noprompt] [-cols X] [-port X] [-leaf X] [-spine X] Options: -clear Clears the statistics.
  • Page 109 Switch Command Line Interface Groups and Commands NOTES: Port statistic descriptions: PhysState - The physical state of the port. PortState - The state of the link on this port. LinkWidth - The currently active link width on this port. LinkSpeed - The currently active link speed on this port. Port speed is LinkWidth * LinkSpeed.
  • Page 110 Switch Command Line Interface Groups and Commands ismPortCounters Displays a table comparision of transmit, receive and error counters cooresponding to each port of the module. Syntax: ismPortCounters [-clear] [-active] [-errors] [-potential] [-stats] [-noprompt] Options: -clear Clears the counters. Counters are first displayed, then cleared. -active Displays only the counters for ports in the active state.
  • Page 111 Switch Command Line Interface Groups and Commands Symbol, Errors - Number of symbol errors received on the port. Active, Speed - The active link speed of the port. Active, Width - The active link width of the port. Active, Potential - The port utilization based on the maximum supported link speed and maximum supported link width.
  • Page 112 Switch Command Line Interface Groups and Commands Options: switch switch number. Sample Output: -> ismLinearFwdb Switch Leaf 101 Linear Fwdb (LFTTOP = 0x27): LID :: Port 0001 18 (L101P18) 0003 22 (L101P22S105BP15) 0004 21 (L101P21S105AP21) 0005 21 (L101P21S105AP21) 0006 21 (L101P21S105AP21) 0009 19 (L101P19S105BP18) 0014...
  • Page 113 Switch Command Line Interface Groups and Commands ismMultiFwdb Displays the Multicast Forwarding database for the switch. Syntax: ismMultiFwdb [switch] Options: switch Switch identifier. Sample Output: -> ismMultiFwdb Switch Leaf 101 Multicast Fwdb: c000 18 (L101P18) 19 (L101P19S105BP18) 21 (L101P21S105AP21) c001 18 (L101P18) 19 (L101P19S105BP18) 21 (L101P21S105AP21) c002 19 (L101P19S105BP18) 21 (L101P21S105AP21)
  • Page 114 Switch Command Line Interface Groups and Commands Options: enable Enable the auto-clear feature. disable Disable the auto-clear feature. warn Generate warning log messages instead of the default information messages. log_first Log first clear (otherwise the first clear is not logged). Sample Output: ->...
  • Page 115 Switch Command Line Interface Groups and Commands supporting 8X link aggregation. NOTE: The option portName is case sensitive. To force links to only operate at 8X, use the '8X only' option. Calling this command without the enable8xBit option will display the current values of the port(s).
  • Page 116 Switch Command Line Interface Groups and Commands ismChassisSetSpeed Allows the user to view and set port link speeds for the entire chassis. Syntax: ismChassisSetSpeed [speed] [-bounce] Options: speed 1=SDR 2=DDR 3=SDR/DDR 4=QDR 5=SDR/QDR 6=DDR/QDR 7=SDR/DDR/QDR -bounce Brings the active links down and back up if a new value is set. Sample Output: ->...
  • Page 117 Switch Command Line Interface Groups and Commands Sample Output: -> ismPortEnable S3BL08b NOTE: The option portName is case sensitive. ismChassisSetEnable Allows the user to view and enable ports for entire chassis. Syntax: ismChassisSetEnable [enable] Options: enable 1=enable, 0=disable. Sample Output: ->...
  • Page 118 Switch Command Line Interface Groups and Commands NOTE: The port option is case sensitive. ismPortSetSpeed Allows the user to view and set port speeds. Syntax: ismPortSetSpeed port [speed] [-bounce] Options: port Port name. speed 1=SDR 2=DDR 3=SDR/DDR 4=QDR 5=SDR/QDR 6=DDR/QDR 7=SDR/DDR/QDR. bounce Brings the active links down and back up if a new value is set.
  • Page 119 Switch Command Line Interface Groups and Commands Sample Output: -> ismIslSet12x 0 L01S2Ba 8x mode is DISABLED L01S2Bb 8x mode is DISABLED L01S2Bc 8x mode is DISABLED NOTE: This command is included for backwards compatibility. The ismIslSetWidth command is prefered. This command ONLY works on chassis' which support 8X link aggregation.
  • Page 120 Switch Command Line Interface Groups and Commands Sample Output: -> 1-> ismChassisSetMtu L01P01 MTUCap=4(2048 bytes) VLCap=4(8 VLs) L01P02 MTUCap=4(2048 bytes) VLCap=4(8 VLs) L01P03 MTUCap=4(2048 bytes) VLCap=4(8 VLs) L01P04 MTUCap=4(2048 bytes) VLCap=4(8 VLs) L01P05 MTUCap=4(2048 bytes) VLCap=4(8 VLs) L01P06 MTUCap=4(2048 bytes) VLCap=4(8 VLs) L01P07 MTUCap=4(2048 bytes) VLCap=4(8 VLs) L01P08...
  • Page 121 Switch Command Line Interface Groups and Commands NOTE: This command sets the supported link speed on each of the internal switch-to-switch ports. This command does not cause the associated ports to change the active or enabled speed of the port. The active and enabled speed is changed the next time the port transitions down and back up.
  • Page 122 Switch Command Line Interface Groups and Commands 3 portXmitPkts: data packets transmitted 4 portRecvPkts: data packets received 6 portSymbolErr: a 8B10B encoding violation, or a displarity violation was detected 7 portLinkErrRecv: link error recovery process happened successfully 8 portLinkDowned: link error recovery process failed 9 portRecvErr: errors received 10 portRecvRemPhysErr: remote physical errors received 12 portXmitDiscard: port transmit discards...
  • Page 123 Switch Command Line Interface Groups and Commands NOTE: The available thresholds are: portXmitData portRecvData portXmitPkts portRecvPkts portSymbolErr portLinkErrRecv portLinkDowned portRecvErr portRecvRemPhysErr portXmitDiscard portPKeyViolIn portPKeyViolOut portRawViolIn portRawViolOut portLocalLinkInteg portExcBufferOverrun portRelayedVL15Dropped portLocalVL15Dropped portNonSMPDropped ismRemoveStateDump Removes switch ASIC state dumps files. Syntax: ismRemoveStateDump [all] [-leaf X] [-spine X] Options: Removes all switch ASIC state dump files.
  • Page 124 Switch Command Line Interface Groups and Commands Sample Output: -> ismRemoveStateDump all ismRemoveStateDump (12300) Removes switch ASIC state dumps files. Syntax: ismRemoveStateDump Options: None ismShowStateDump Shows contents of switch ASIC state dumps. Syntax: ismShowStateDump [all] [-leaf X] [-spine X] Options: Removes all switch ASIC state dump files.
  • Page 125 Switch Command Line Interface Groups and Commands Options: Removes all switch ASIC state dump files. Sample Output: -> ismRemoveStateDump all ismPortSetWidth View/Set/Unset the port link width for a specific port[s]. Syntax: ismPortSetWidth [portName] [linkWidth] [-bounce] Options: portName Valid port name. For ex. L101P01 or S201AP13L101P22 linkWidth 1=1X, 2=4X, 3=1X/4X, 4=8X, 5=1X/8X, 6=4X/8X, 7=1X/4X/8X -bounce...
  • Page 126 Switch Command Line Interface Groups and Commands Options: linkWidth 1=1X, 2=4X, 3=1X/4X, 4=8X, 5=1X/8X, 6=4X/8X, 7=1X/4X/8X -bounce Brings the active links down and back up if a new value is set. Sample Output: -> ismChassisSetWidth L101P01 link width supported: 4X L101P02 link width supported: 4X L101P03 link width supported: 4X L101P04 link width supported: 4X...
  • Page 127 Switch Command Line Interface Groups and Commands Options: [linkWidth]: 1=1X, 2=4X, 3=1X/4X, 4=8X, 5=1X/8X, 6=4X/8X, 7=1X/4X/8X. -bounce Brings the active links down and back up if a new value is set. Sample Output: -> ismIslSetWidth 4 NOTE: This command ONLY works on chassis' supporting 8X link aggregation.
  • Page 128 Switch Command Line Interface Groups and Commands ismPortQsfpInfo Displays information from installed Quad Small Form-factor pluggable (QSFP) cables Syntax: ismPortQsfpInfo [scope] [output option] Options: scope leafname, portname, or all output option -verbose = display multi-line output Sample Output: -> ismPortQsfpInfo L101 -verbose NOTE: The Scope argument is case-sensitive and should adhere to the following formats:...
  • Page 129 Switch Command Line Interface Groups and Commands ismIslBounce Bounce only the enabled internal ports. Syntax: ismIslBounce Options: None. Sample Output: -> ismIslBounce ismPortBounce Bounce enabled port(s). Syntax: ismPortBounce Options: None. Sample Output: -> ismPortBounce D000103-000 E 1-121...
  • Page 130: Timemanagement

    Switch Command Line Interface Groups and Commands TimeManagement time Configure the time on the device. Syntax: time -S ipaddr | -T hhmmss[mmddyyyy] Options: -S ipaddr Sets the NTP Server IP address. -T hhmmss[mmddyyyy] Set the local clock time hour, minutes, and seconds along with the month, day, and year. Sample Output: ->...
  • Page 131 Switch Command Line Interface Groups and Commands NOTE: The offset parameter specifies a time zone the system should use when setting the time. In the U.S. the following time zones are in effect: Eastern Standard Time = GMT -5; Central Standard Time = GMT -6;...
  • Page 132 Switch Command Line Interface Groups and Commands timeNtpTimeout Display or set the number of seconds to wait for a NTP response. Syntax: timeNtpTimeout numSeconds Options: numSeconds New timeout setting. Sample Output: -> timeNtpTimeout Current NTP timeout value: 2 seconds -> timeNtpTimeout 3 Current NTP timeout changed to 3 seconds NOTE: With no arguments, this command displays the current NTP timeout...
  • Page 133 Switch Command Line Interface Groups and Commands NOTE: With no arguments this command displays the current NTP refresh time, which is the delay in seconds between attempts to sync the clock via NTP. This value can be configured by using this same command with the new refresh time (in whole seconds) as the only argument.
  • Page 134: Snmp

    Switch Command Line Interface Groups and Commands SNMP snmpCommunityConf Displays and allows the changing of the SNMP community strings. Syntax: snmpCommunityConf [-r readonly_comm_str] [-w read_write_comm_str] Options: A read-only community string. A read/write community string. Sample Output: -> snmpCommunityConf -r public Read Only Community String Was Set To: public NOTE: If no options are entered the current SNMP read-only community...
  • Page 135 Switch Command Line Interface Groups and Commands Options: show Displays the contents of the snmpTargetAddrTable. Adds a row to the snmpTargetAddrTable. edit Modifies an existing row in the snmpTargetAddrTable. delete Removes an existing row of the snmpTargetAddrTable. Name. A unique name used to identify a row. Any name with a space (e.g. xxx v3) must be surrounded by double quotes (").
  • Page 136 Switch Command Line Interface Groups and Commands snmpTargetParams Displays the snmpTargetParamsTable entries. Syntax: snmpTargetParams [show] Options: show Displays the contents of the snmpTargetParamsTable. Sample Output: -> snmpTargetParams rfc2573t:snmpTargetParamsMPModel: v1 params : 0 rfc2573t:snmpTargetParamsMPModel: v2 params : 1 rfc2573t:snmpTargetParamsMPModel: v3 params : 3 rfc2573t:snmpTargetParamsSecurityModel: v1 params : 1 rfc2573t:snmpTargetParamsSecurityModel: v2 params : 2 rfc2573t:snmpTargetParamsSecurityModel: v3 params : 3...
  • Page 137 Switch Command Line Interface Groups and Commands NOTE: The output is in the form: 'mib : mib_object : table_index : value' . For more details on the snmpNotifyFilterProfileTable see SNMP-NOTIFICATION-MIB, RFC-2573. snmpNotifyFilter Displays the snmpNotifyFilterTable entries. Syntax: snmpNotifyFilter [show] Options: show Displays the contents of the snmpNotifyFilterTable.
  • Page 138 : 1.3.6.1.4.1.10222.7.1.2 rfc1907:sysUpTime: : 1 Day(s), 23 Hour(s), 34 Minute(s), 47 Second(s) rfc1907:sysContact: þ : {no value} rfc1907:sysName: þ : QLogic 12800-040-254 rfc1907:sysLocation: þ : Main Chassis Unit, Slot 254 rfc1907:sysServices: : 79 NOTE: The output is in the form: 'mib : mib_object : table_index : value'.
  • Page 139 Switch Command Line Interface Groups and Commands snmpUsrSec Configure and display SNMP V3 users. Syntax: snmpUsrSec [add | show | edit | delete] [name] [-a algo [key]] Options: add an entry to the V3 user table. show show entries in the V3 user table. edit modify an entry in the V3 user table.
  • Page 140: Captureinfo

    Switch Command Line Interface Groups and Commands CaptureInfo capture Displays information for this switch. Syntax: capture Options: None. NOTE: This command is intended for support personnel. captureFw Display firmware information for this device. Syntax: captureFw Options: None. NOTE: This command is intended for support personnel. captureLog Display log information for this device.
  • Page 141 Switch Command Line Interface Groups and Commands captureSm Displays Subnet Management information for this device. Syntax: captureSm Options: None. NOTE: This command is intended for support personnel. captureIsm Display Infiniband switch information for this device. Syntax: captureIsm Options: None. NOTE: This command is intended for support personnel.
  • Page 142 Switch Command Line Interface Groups and Commands Options: None. NOTE: This command is intended for support personnel. captureMisc Display miscellaneous information for this device. Syntax: captureMisc Options: None. NOTE: This command is intended for support personnel. captureSnmp Display SNMP information for this device. Syntax: captureSnmp Options:...
  • Page 144 UK | Ireland | Germany | India | Japan | China | Hong Kong | Singapore | Taiwan © 2010 QLogic Corporation. Specifications are subject to change without notice. All rights reserved worldwide. QLogic and the QLogic logo are registered trademarks of QLogic Corporation. All other brand and product names are trademarks or registered trademarks of their respective owners.