QLogic 12000 Series InfiniBand Switches and Directors CLI Reference Guide Version 6.
QLogic 12000 Series Information furnished in this manual is believed to be accurate and reliable. However, QLogic Corporation assumes no responsibility for its use, nor for any infringements of patents or other rights of third parties which may result from its use. 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.
Table of Contents Preface Intended Audience . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Documentation Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . License Agreements. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Technical Support. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Availability . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
QLogic 12000 Series InfiniBand Switches and Directors CLI Reference Guide iv D000103-000 E
Preface This manual describes the command line interface (CLI) task information for the QLogic 12300 and 12800 family of switches. This manual is organized as follows: This section describes the intended audience and technical support. Section 1 describes the 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.
Preface License Agreements Text in Courier font indicates a file name, directory path, or command line text. For example: To return to the root directory from anywhere in the file structure: Type cd /root and press ENTER. Enter the following command: sh ./install.bin Key names and key strokes are indicated with UPPERCASE: Press CTRL+P. Press the UP ARROW key. Text in italics indicates terms, emphasis, variables, or document titles.
Preface Technical Support Training QLogic offers training for technical professionals for all iSCSI, InfiniBand, and 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. Technical Certification courses include installation, maintenance and troubleshooting QLogic products.
Preface Technical Support viii D000103-000 E
1 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.
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.
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.
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 list [group] [-noprompt] [-verbose] DESCRIPTION List available commands. OPTIONS group - List the commands in that particular group -noprompt - Just list the command groups.
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 CLI. Type 'list' for the list of 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 command. For more specific command information, the user would execute the help command.
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. Commands are grouped into subcategories. To list the commands in a subcategory type in the category heading.
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. Syntax: history Options: None.
Switch Command Line Interface Groups and Commands Options: now Does not prompt the user before rebooting. -m Reboot Master (local) QLogic 12300 (non-disruptive). slot n reset specific device where n = slotNumber (disruptive). -s Reboot Slave (remote) QLogic 12300 -n Reboot Slave (remote) management card only (non-disruptive) all Reboot All local devices (excludes -n/-m/-s).
Switch Command Line Interface Groups and Commands Options: now Does not prompt the user before rebooting. -m Reboot Master (local) Management Module 228 (non-disruptive). slot n reset specific device where n = slotNumber (disruptive). -s Reboot Slave (remote) Management Module 227. -n Reboot Slave (remote) management card only (non-disruptive) all Reboot All local devices (excludes -n/-m/-s).
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. who Displays currently active CLI sessions. Syntax: who Options: None. Sample Output: user role index logged in last cmd type ip address --------------------------------------------------------------------------------------------------admin admin 0 13:19:03 07/11/2008 09:41:20 07/11/2008 serial 0.0.0.
Switch Command Line Interface Groups and Commands Options: msg 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. swapBsDel Swaps the backspace and delete character key bindings. Syntax: swapBsDel Options: None.
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. Syntax: getTermWidth Options: None. Sample Output: -> getTermWidth Current terminal width: 80 characters. NOTES: Displays the terminal width used for text formatting purposes.
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. Syntax: case [off | on] Options: off | on Turn case sensitivity off or on.
Switch Command Line Interface Groups and Commands echo Echoes text back to the output.. Syntax: echo [ ...] Options: [ ...] 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. rlogin Creates I/O terminal to local cards. Syntax: rlogin [hostName] Options: hostName The name of the device to connect.
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. The command rcmd is an alias of rlogin. See also hostShow. resetCard Reboot a specific slot in the chassis. Syntax: resetCard n [now] Options: n Chassis slot number. now No prompt before resetting the card.
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. The minimum password length is 8 characters. The maximum length is 40 characters.
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. Syntax: userAdd [role] [username] [password] Options: [role] Can be either admin or operator. [username] The name of the user to be added. [password] Optional password.
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: None.
Switch Command Line Interface Groups and Commands sshKey Adds, displays, and removes SSH public keys for individual users.. Syntax: sshKey [-u ] [] Options: show Displays the SSH public keys in the users authorized_keys file. add “” Add key to the users authorized_keys file. Must be enclosed within double-quotes (""). rem Remove key at for the user. rem -all Remove all keys for the usern.
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. With no parameters, the current login mode is displayed.
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: -> setldapSvrPort 389 NOTES: Sets the LDAP server port. The LDAP server will be contacted for remote authentication. idleTimeoutGet Retrieves the UI idle timeout value.
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. This is the default if no identifier is specified. --gui Set the idle timeout for the GUI. Sample Output: -> idleTimeoutSet --all 700 Timeout is set to 700 seconds.
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). loginMsgGet Displays the CLI login message for this device.
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. The current message can be viewed with the loginMsgGet command.
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. This command modifies this string. The current name can be viewed with the loginNameGet command. serialAuthGet Displays the current serial authentication status. Syntax: serialAuthGet Options: None.
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. Exit and re-login for the setting to take effect. The login mode must be set to 0 or 1 for authentication to take place on the serial port. uiConfig View or configure the user interfaces to this device.
Switch Command Line Interface Groups and Commands This command can also be used to enable or disable various access methods. Use '- 0' to disable a protocol, and '- 1' to enable. Multiple operations may be specified in a single command. A reboot is not required for this command. Depending on the specific method, it may take 5-10 seconds for the changes. Note that existing connections (for example a telnet session) will not be affected by disabling the underlying access method.
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: None.
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: [-h ipaddress] the new IP address in dotted notation format 'xxx.xxx.xxx.xxx'. [-m netMask] network mask.
Switch Command Line Interface Groups and Commands Options: See NOTES. Sample Output: -> IpoIbAddressSetIPv6 NOTES: The 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. IpoIbAddressShowIPv6 Displays the IPoIB IPv6 Address and associated netmask settings.
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. hwMonitor Displays current port states, fan speeds, temperatures, and voltages.
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 |*| | | | | | | | | P201| | F201|*| 6840 M202 |*| | | | L102 |*| | | | | | | | | P202|*| F202|*| 6480 S105A|*| | | | L103 |*| | | | | | | | | P203| | F203|*| 6480 S105B|*| | | |
Switch Command Line Interface Groups and Commands Options: [-d] Show the default Node Name for this unit. Sample Output: -> showIBNodeDesc IB Node (SMA) Description is = QLogic 12300 GUID=0x00066a00030001xa NOTES: Entering this command with no parameters displays the current Node Description. The -d option will display the unit's default value. setIBNodeDesc Changes the IB Node (SMA) Description. Syntax: setIBNodeDesc "New Node String" Options: None.
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. The brief format is more consistent with the CLI/GUI Port Stat port naming. fruInfo Displays the EEProm contents.
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.
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 Allows the user to view/set the chassis beacon.
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 Sample Output: -> setSystemName [name string] NOTES: If the system name is not specified, the current system name is displayed.
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 Internet address: 192.168.100.9 Broadcast address: 192.168.111.255 Internet address: 172.26.3.19 Broadcast address: 172.
Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> routeShow ROUTE NET TABLE destination gateway flags Refcnt Use Interface ---------------------------------------------------------------------------0.0.0.0 172.26.0.1 3 2 18966 sbe0 0.0.0.0 172.26.3.35 3 0 0 sbe0 127.1.0.0 127.1.1.2 101 0 0 sbe1 127.2.0.0 127.2.0.1 101 0 0 sbe1 172.26.0.0 172.26.3.35 101 0 0 sbe0 172.26.0.0 172.26.3.
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. time=0. ms ----172.26.0.
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. Syntax: showChassisIpAddr Options: None. Sample Output: -> showChassisIpAddr Chassis IP Address: 172.26.0.221 Net mask: 255.255.240.
Switch Command Line Interface Groups and Commands Options: 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. Network mask length. (0-128). Sample Output: -> setChassisIpv6Addr 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. delChassisIpv6Addr Deletes the chassis IPv6 address.
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. Syntax: autoConfIPv6Disable Options: None.
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: -> showDefaultRoute Gateway IP Address: 172.26.0.254 NOTES: This is the IP address for the default gateway to route packets from the OOB mangement port to an external network.
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. arpShow Displays the contents of the ARP table. Syntax: arpShow Options: None.
Switch Command Line Interface Groups and Commands Options: None.
Switch Command Line Interface Groups and Commands Sample Output: -> hostShow hostname -------localhost slot1 slot2 slot3 slot4 slot5 slot6 slot7 slot8 slot9 slot10 slot11 slot12 slot13 slot14 slot15 slot16 slot17 slot18 slot19 slot20 slot21 slot22 slot23 slot24 slot25 slot26 slot27 slot28 slot29 slot30 slot31 slot32 slot33 slot34 slot35 slot36 mm1 mm2 Master Slave WRS-Template home 1-48 inet address -----------127.0.0.1 127.1.0.1 127.1.0.2 127.1.0.3 127.1.0.4 127.1.0.5 127.1.0.6 127.1.0.7 127.1.0.8 127.
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: dhcpDisable Options: None.
Switch Command Line Interface Groups and Commands Options: -v verbose output Sample Output: MasterMM202-> dhcpShow Client state = BOUND Assigned IP address: 172.26.3.35 Client subnet mask: 255.255.240.0 DHCP server: 172.26.1.20 Default IP router: 172.26.0.1 Client lease duration: 518400 secs (421299 remaining) dnsParamsShow Displays the stored domain named server (DNS) parameters. Syntax: dnsParamsShow Options: None.
Switch Command Line Interface Groups and Commands Options: -s DNS server IP address in dotted notation format (xxx.xxx.xxx.xxx) -d The local domain name where this switch is installed (limit 32 chars). -e <1 or 0> 1 = enable the DNS resolver, 0 = disable the DNS resolver. Sample Output: dnsParamsSet -e 0 MasterMM202-> dnsParamsShow DNS Resolver : Disabled DNS Server Address : xxx.xxx.xxx.xxx Local Domain Name : st.qlogic.
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. dir After logging in, the directory to cd to. filename The name of the firmware file. Sample Output: -> fwUpdate Enter 1 for FTP, 2 for local file: 1 Ftp Server IP Address:[192.168.0.
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. Sample Output: -> fwUpdateSlot 1 Enter 1 for FTP, 2 for local file: 1 Ftp Server IP Address:[192.168.0.
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. This assumes that all firmware files are in the same location. The user will be prompted for the names of each file for each line card type present.
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.
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. -all All slots in the chassis.
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: xt3 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. [-active] Displays the version of the active firmware image. [-alternate] Displays t]he version of the alternate firmware image.
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. [-noprompt] Displays the current configuration only. Sample Output: MasterMM202-> bootSelect 201 Currently installed firmware versions index : alias : version -------------------------*# 1 : image1 : 5.0.
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. Sample Output: -> smControl start Starting the SM... smConfig Configure startup parameters of the embedded subnet manager.
Switch Command Line Interface Groups and Commands Sample Output 2: -> smconfig startAtBoot yes startOnSlaveCmu yes Saving.... Saving complete... NOTES: Use this command to configure the subnet manager. Changes to these parameters do not take effect until the chassis management card(s) is rebooted. This command is only available on the master chassis management card. smShowLids Displays the LID of the subnet manager. Syntax: smShowLids Options: None.
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. Zero is the lowest priority and fifteen is the highest. The SM with the highest priority becomes the master SM for the fabric.
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. smForceSweep Force a fabric sweep by the embedded subnet manager.
Switch Command Line Interface Groups and Commands Options: -h Display the host name as part of the output.
Switch Command Line Interface Groups and Commands Sample Output: -> smShowServices ****************************************************************** There is 1 Service Records ********************************************************* Service ID = 0x1100D03C34834444 Service GID = 0xFE80000000000000:00066A000600013C Service P_Key = 0x0000 Service Lease = infinite Service Key = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Service Name = QLogic Fabric Executive service Rev 1
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 = GID = 0x0000000000000000:0000000000000000 St
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. The subnet manager must be running as MASTER to display the LMC value. smShowMasterLid Display the LID of the subnet manager.
Switch Command Line Interface Groups and Commands Sample Output: -> smShowLidMap ---------------------------------------------------------------------------------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.
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. The packet lifetime values may be between 0 and 31, inclusive.
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: -> smVLStall 5 SM VL Stall Threshhold: 5 packets NOTES: Use this command to set the VL stall value for ports in the fabric.
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 packetLifetime constant is set to 18 Dynamic PLT ON using values: 1 hop=16, 2 hops=17, 3 hops=17, 4 hops=18, 5 hops=18, 6 hops=18, 7 hops=18, 8+hops=19 SM DBSync interval set to 900 SM topology errors threshold se
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. smMgmtKey Set the subnet manager management key (portInfo) value. Syntax: smMgmtKey Options: None.
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. If using only this option, def-mcgrp-create will be disabled.
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. The subnet manager must be running to display default multicast group information.
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. smTopoAbandonThresh Set/display the max consecutive times the SM can abandon a sweep due to too many errors. Syntax: smTopoAbandonThresh Options: None.
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: None.
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 -> smNonRespDropSweeps Non-responsive node drop sweeps: 3 sweeps NOTES: The subnet manager must be running to display this information.
Switch Command Line Interface Groups and Commands smLogMode Displays or dynamically sets the Subnet Manager logging mode. Syntax: smLogMode [] 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. The Subnet manager must be running to use this command.
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. To make persistent changes edit the FM XML config file. smMcLidTableCap Displays the limit of the multicast LIDs that are available for allocation.
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. The subnet manager must be running to display this information. smMasterPingFailures Displays the number of allowable master ping failures.
Switch Command Line Interface Groups and Commands smDbSyncInterval Displays how often a Master subnet manager should perform a full synchronization with the standby subnet manager(s). Syntax: smDbSyncInterval Options: None.
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.. plt The packet lifetime value. The range is 0-63.
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. When set to 'ignore', links that only come up at 1x (when they were enabled for a higher rate) are forced down.
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: -> smAppearanceMsgThresh Message Threshold is 0 (disabled). -> smAppearanceMsgThresh 3 -> smAppearanceMsgThresh Message Threshold is 3 messages/sweep.
Switch Command Line Interface Groups and Commands Sample Output: -> SM PM BM FE smPmBmStart is enabled is enabled is enabled is enabled -> SM PM BM FE smPmBmStart disable is enabled is disabled is disabled is enabled smShowRemovedPorts Displays the ports that have been automatically removed from the fabric.. Syntax: smShowRemovedPorts Options: None.
Switch Command Line Interface Groups and Commands Sample Output: -> smShowCounters COUNTER: THIS SWEEP LAST SWEEP TOTAL ------------------------------------ ---------- ---------- ---------SM State transition to DISCOVERY: 0 0 2 SM State transition to MASTER: 0 0 1 SM State transition to STANDBY: 0 0 1 SM State transition to INACTIVE: 0 0 0 Total transmitted SMA Packets: 123 711 2181 Direct Routed SMA Packets: 123 711 2122 LID Routed SMA Packets: 0 0 40 SMA Query Retransmits: 0 0 18 SMA Query Retransmits Ex
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: None.
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). The BM with the highest priority becomes the master BM for the fabric. The elevated priority value determines what the priority of the BM will be if it becomes Master.
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: sm Restore normal SM priority bm Restore normal BM priority pm Restore normal PM priority all Restore normal priorities for the SM, BM and PM.
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.
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.
Switch Command Line Interface Groups and Commands Log 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 W|2006/10/04 20:26:31.196U: Thread "Log" (0x8fdab3b0) Log: Unable to Send Trap: 523:Bad:65535 W|2006/10/04 20:26:31.
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. Syntax: logConfigure Options: None.
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 -------------------------1 : Device : Logging device. (IE. Ram, syslog, etc) 2 : Preset : General log filter.
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] Options: -h ip_address Sets the host IP address in dotted decimal format (xxx.xxx.xxx.xxx).
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 20 local4 21 local5 22 local6 23 local7 Additional configuration may be necessary to fully configure the log system.
Switch Command Line Interface Groups and Commands logShowConfig Display the current log configuration settings. Syntax: logShowConfig Options: None.
Switch Command Line Interface Groups and Commands Options: -e Send Error severity CSM test message to Syslog. -w Send Warning severity CSM test message to Syslog -n 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.
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: 1 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. Syntax: addKey [key] Options: key The license key to add.
Switch Command Line Interface Groups and Commands Options: None. Sample Output: -> removeKey -------------------------------------------------------Key number: 1 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. At the prompt, enter the number of the key you wish to remove.
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. Statistics are displayed first, then cleared. -noprompt Does not give the user a 'Continue' prompt for each page of display.
Switch Command Line Interface Groups and Commands NOTES: Port statistic descriptions: D000103-000 E 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. SymblErrors - The number of times a 8B10B encoding violation, or a disparity violation was detected.
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. -errors Displays only the counters for ports with receive symbol errors.
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. Optional Statistics PhysState - The physical state of the port. PortState - The state of the link on this port.
Switch Command Line Interface Groups and Commands Options: switch switch number.
Switch Command Line Interface Groups and Commands ismMultiFwdb Displays the Multicast Forwarding database for the switch. Syntax: ismMultiFwdb [switch] Options: switch Switch identifier.
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: -> ismAutoClearConf enable Auto clear is enabled NOTE: This feature will log every time a counter has reached its maximum capacity.
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). Calling this function with the [-bounce] option disruptively brings active links down and back up so the links use the new setting immediately. Otherwise the new setting will be used the next time links retrain.
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: -> ismChassisSetSpeed L01P01 link speed is L01P02 link speed is L01P03 link speed is ...
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: -> ismChassisSetEnable L01P01 is ENABLED L01P02 is ENABLED L01P03 is ENABLED L01P04 is ENABLED L01P05 is ENABLED L01P06 is ENABLED L01P07 is ENABLED.
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. Sample Output: -> ismPortSetSpeed S3BL08b 1 S3BL08b link speed is SDR. NOTE: The port option is case sensitive.
Switch Command Line Interface Groups and Commands Sample Output: -> ismIslSet12x L01S2Ba 8x mode L01S2Bb 8x mode L01S2Bc 8x mode ... 0 is DISABLED is DISABLED 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. This command will enable 8X link aggregation so that INTERNAL switching will be at 8X.
Switch Command Line Interface Groups and Commands Sample Output: -> 1-> ismChassisSetMtu L01P01 MTUCap=4(2048 bytes) L01P02 MTUCap=4(2048 bytes) L01P03 MTUCap=4(2048 bytes) L01P04 MTUCap=4(2048 bytes) L01P05 MTUCap=4(2048 bytes) L01P06 MTUCap=4(2048 bytes) L01P07 MTUCap=4(2048 bytes) L01P08 MTUCap=4(2048 bytes) L01P09 MTUCap=4(2048 bytes) L01P10 MTUCap=4(2048 bytes) L01P11 MTUCap=4(2048 bytes) L01P12 MTUCap=4(2048 bytes) VLCap=4(8 VLCap=4(8 VLCap=4(8 VLCap=4(8 VLCap=4(8 VLCap=4(8 VLCap=4(8 VLCap=4(8 VLCap
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. Calling this function without a parameter displays the current values of the port.
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 13 portPKeyV
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 st
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: all Removes all switch ASIC state dump files. -leaf X Removes a switch ASIC state dump file for a specific leaf X.
Switch Command Line Interface Groups and Commands Options: all 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 Brings the active links down and back up if a new value is set.
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.
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. This command sets link aggregation so INTERNAL switching is the specified width. External ports remain configured to 4X and will not require special cabling configuration(s) to function correctly.
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: all Lxxx = display info for all installed QSFPs in chassis = display info for
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.
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: -> time -S 172.26.0.254 Configured the NTP server ip address successfully 13:53:02 10/06/2006 Configured to use NTP server IP address: 172.26.0.
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; Mountain Standard Time = GMT -7; Pacific Standard Time = GMT -8. GMT = GreenwichMean Time.. timeDSTConf Configure and display the Daylight Saving Time settings.
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 settings.
Switch Command Line Interface Groups and Commands NOTE: D000103-000 E 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. The NTP refresh time is not used on line cards or slave CMUs.
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: -r A read-only community string. -w 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 string and read-write community string is displayed.
Switch Command Line Interface Groups and Commands Options: show Displays the contents of the snmpTargetAddrTable. add Adds a row to the snmpTargetAddrTable. edit Modifies an existing row in the snmpTargetAddrTable. delete Removes an existing row of the snmpTargetAddrTable. -n Name. A unique name used to identify a row. Any name with a space (e.g. xxx v3) must be surrounded by double quotes ("). -a Address. The target machine IP address in dotted decimal form. -p Port.
Switch Command Line Interface Groups and Commands snmpTargetParams Displays the snmpTargetParamsTable entries. Syntax: snmpTargetParams [show] Options: show Displays the contents of the snmpTargetParamsTable.
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.
Switch Command Line Interface Groups and Commands Sample Output: -> snmpNotify rfc2573n:snmpNotifyTag: switch : rfc1493 rfc2573n:snmpNotifyTag: interfaces : rfc2233 rfc2573n:snmpNotifyTag: rmon : rfc1757 rfc2573n:snmpNotifyTag: snmp : rfc1907 rfc2573n:snmpNotifyTag: tms : tmscom rfc2573n:snmpNotifyType: switch : 1 NOTE: The output is in the form: 'mib : mib_object : table_index : value' . For more details on the snmpNotifyTable see SNMP-NOTIFICATION-MIB, RFC-2573.
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 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. delete remove an entry in the V3 user table. -a authentication algorithm and key. Options: MD5, SHA, NONE. Passphrase is required unless NONE is specified.
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. Syntax: captureLog Options: None. NOTE: 1-132 This command is intended for support personnel.
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. captureChassis Display chassis information for this device. Syntax: captureChassis Options: None.
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: None. NOTE: This command is intended for support personnel. captureShell Display shell command information for this device.
Corporate Headquarters QLogic Corporation 26650 Aliso Viejo Parkway Aliso Viejo, CA 92656 949.389.6000 www.qlogic.com International Offices 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.