NAME
stgxfwcmdisppat - displays the information for the partitions
SYNOPSIS
/opt/FJSVswstf/bin/stgxfwcmdisppat -n serverName -d deviceName
DESCRIPTION
This command displays the information for the partitions that comprise a device managed by AdvancedCopy Manager. It is necessary to execute this command in the Management Server.
The following contents are displayed. Note that "SDX" or "SDX object" in the table are PRIMECLUSTER GD terms.
Title | Description |
---|
Partition | - Solaris server:
A RAW device name is displayed. In the case of an SDX object, the name is displayed in the RAW device name c?t?d? format.
- Windows server:
When the device is installed in the ETERNUS Disk storage system, the same contents as the stgxfwcmdispdev command are displayed. When the device is not installed in the ETERNUS Disk storage system, the name is displayed in the following formats. - MBR Disks:
S?p? S? : Signature (8-digit hexadecimal number) p? : Logical disk number (*1)
- GPT Disks:
G? : DiskId of disk (32-bit hexadecimal character string) p? : Logical disk number (*1) (*1) This is the sequence number of a logical disk on the physical disk. The logical disk indicates the following contents in Disk Management. The number is given by counting up from the left to the right in Disk Management. - In the case of a basic partition, the logical disk is the entire partition. - In the case of an extended partition, the logical disk is a logical drive in that partition
- HP-UX server:
A RAW device name or a volume group name under LVM is displayed.
- Linux server:
When a RAW device has been created, its name is displayed. Otherwise, a block device name is displayed. In the case of an SDX object in units of slices, it displays in the form of RAW device name:sd?. Refer to "1.4.2 SDX Objects of PRIMECLUSTER GD" for details.
- AIX server:
A RAW device name or a volume group name under LVM is displayed.
|
Identifier | - Solaris server:
A block device name is displayed. In the case of an SDX object, the name is displayed in the block device name c?t?d? format.
- Windows server:
A device name managed internally by AdvancedCopy Manager is displayed. The same contents as Device of the stgxfwcmdispdev command are displayed.
- HP-UX server:
A block device name or a volume group name under LVM is displayed.
- Linux server:
A block device name is displayed. In the case of an SDX object in units of slices, it displays in the form of a block device name:sd?. Refer to "1.4.2 SDX Objects of PRIMECLUSTER GD" for details.
- AIX server:
A block device name or a volume group name under LVM is displayed.
|
Physical-Disk | - Solaris, HP-UX, Linux, or AIX server:
"---" is always displayed.
- Windows server:
A physical device name is displayed. The same contents as 'Block-Device' of the stgxfwcmdispdev command are displayed.
|
Disk-Type | When the device is installed in the ETERNUS Disk storage system, "GR" is displayed. When the device is not installed in the ETERNUS Disk storage system, "---" is displayed. - Solaris or Linux server:
When the device is an SDX object in units of logical volumes, "---" is displayed.
|
LU-Number | When the device is installed in the ETERNUS Disk storage system, a logical unit number is displayed. When the device is not installed in the ETERNUS Disk storage system, "---" is displayed. - Solaris or Linux server:
When the device is an SDX object in units of logical volumes, "---" is displayed.
|
OPTIONS
- -n serverName
Specify the server name that manages a device whose information is to be displayed.
Specify a server name displayed by the stgxfwcmdispsrv command exactly as displayed, including the case.
- -d deviceName
Specify a device name whose information is to be displayed.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
The partition information for a device of a server is displayed:
# /opt/FJSVswstf/bin/stgxfwcmdisppat -n Server1 -d /dev/rdsk/c4t0d10s0
Partition Identifier Physical-Disk Disk-Type LU-Number
/dev/rdsk/c4t0d10s0 /dev/dsk/c4t0d10s0 --- GR 10
#
NOTES
This command can be executed only by root users.
When processing takes a long time, a period (.) is displayed until it is complete.