lshtype
Use the lshtype command to list host types. You must have Administrator authority to use this command.
Syntax
Parameters and arguments
- -user user_name
- Specifies an IBM Spectrum Controlâ„¢ user ID.
- -pwd password
- Specifies the password for the IBM Spectrum Control user ID.
- -url url
- Specifies the Device server. The format of the URL is system:port_number, where system represents either the host name or IP address, and port_number represents the IBM Spectrum Control Device server port.
- -dev subsystem
- Specifies the globally unique identifier (GUID) of the storage subsystem. You can use the lsdev command to obtain information, including the GUID, for all storage subsystems that are discovered.
- -fs character
- Specifies the 7-bit character that separates the information in the output. If you omit this parameter, the information is separated by blank spaces.
- -header
- Suppresses the column headings in the output. If you omit this parameter, the column headings are included.
- -help | -h | -?
- Lists help information for the command.
- -qs character
- Specifies the 7-bit character that surrounds character strings and date stamps in the output. If you omit this parameter, character strings and date stamps are enclosed by double quotation marks (").
- -silent
- Suppresses all output for the command. If you omit this parameter, output is included.
Example: Listing host types
The following
command lists the host types that are associated with the specified
subsystem.
tpctool> lshtype -user me -pwd mypass -url myhost:myport -dev 2105.22232+0The following output is returned.
HostType HostFlag
===============================================================================
StorageClientSettingData for IBM pSeries, RS/6000 and RS/6000 SP Servers (AIX)9
StorageClientSettingData for Cisco iSCSI Gateway 13
StorageClientSettingData for DGUX 10
StorageClientSettingData for IBM NUMA-Q Servers (DYNIX/ptx) 11
StorageClientSettingData for HP Servers (HP-UX) 4
StorageClientSettingData for SGI Origin Servers (IRIX) 12
StorageClientSettingData for Intel-based Servers (Linux) 14
StorageClientSettingData for IBM zSeries Servers (Linux) 14
StorageClientSettingData for IBM iSeries/pSeries Servers (Linux) 14
StorageClientSettingData for Intel-based Servers (Microsoft Windows NT4) 15
StorageClientSettingData for Intel-based Servers (Novell NetWare) 7
StorageClientSettingData for HP AlphaServer (OpenVMS) 5
StorageClientSettingData for IBM AS/400 (V3R7 to V5R2) 16
StorageClientSettingData for IBM AS/400 (V5R3 or higher) 16
StorageClientSettingData for IBM SAN File System (AIX MDS) 9
StorageClientSettingData for IBM SAN File System (Linux MDS) 14
StorageClientSettingData for IBM SAN Volume Controller 3277 0
StorageClientSettingData for Solaris 2.51 3
StorageClientSettingData for Sun Servers (Solaris 2.6 or higher) 3
StorageClientSettingData for Sun Clustering using MPxIO 3279 0
StorageClientSettingData for HP AlphaServer (Tru64 UNIX) 6
StorageClientSettingData for VMware ESX 3278 0
tpctool>