NAME
acgetvolinfo - Display the logical volume information
SYNOPSIS
acgetvolinfo deviceName
DESCRIPTION
This command displays logical volume information of the ETERNUS Disk storage system that is connected to the business server via SAN.
This command is used on the business server.
This command can be used with the following operating systems:
Microsoft Windows Server 2016 or later
Solaris 11 (11/11 or later)
Solaris 10
Red Hat Enterprise Linux 7 or later
SUSE Linux Enterprise Server 15 for AMD64 & Intel64
HP-UX 11i v3
Depending on a business server OS, the command installation procedure varies between installing and using AdvancedCopy Manager CCM, or copying and using a utility file supported by the OS. Refer to the [Point] below.
Point
Install commands using the installation procedure supported by the business server OS.
For Windows, Solaris, or Linux environments
Install and use AdvancedCopy Manager CCM on the business server. Or, copy the utility file supported by the OS from the CCM Server where AdvancedCopy Manager CCM is installed to the business server, and then use it.
For HP-UX environments
Copy the utility file supported by the OS from the CCM Server where AdvancedCopy Manager CCM is installed to the business server, and then use it.
If installing AdvancedCopy Manager CCM on the business server and using it, refer to "Installation of ETERNUS SF Manager" or "Installation of AdvancedCopy Manager CCM" in the Installation and Setup Guide.
If copying the utility file to the business server and then using it, copy using the procedures below.
Copy the utility file to an arbitrary location on the business server.
The utility file can be found in the following directory on the CCM Server.
For Windows environments
OS Type of Business Server | Utility File (*1) |
---|---|
Microsoft Windows Server 2016 or later | $INS_DIR\tools\server_utility_windows.zip |
Solaris 11 | $INS_DIR\tools\server_utility_solaris.tar |
Red Hat Enterprise Linux 9 (for Intel64) | $INS_DIR\tools\server_utility_rhel8x64.tar |
Red Hat Enterprise Linux 7 (for Intel64) | $INS_DIR\tools\server_utility_rhel6x86.tar |
SUSE Linux Enterprise Server 15 for AMD64 & Intel64 | $INS_DIR\tools\server_utility_sles12x64.tar |
HP-UX 11i v3 | $INS_DIR\tools\server_utility_hp-ux.tar |
*1: $INS_DIR is the "Program Directory" specified at the AdvancedCopy Manager CCM installation.
For Solaris or Linux environments
OS Type of Business Server | Utility File |
---|---|
Microsoft Windows Server 2016 or later | /opt/FJSVccm/tools/server_utility_windows.zip |
Solaris 11 | /opt/FJSVccm/tools/server_utility_solaris.tar |
Red Hat Enterprise Linux 9 (for Intel64) | /opt/FJSVccm/tools/server_utility_rhel8x64.tar |
Red Hat Enterprise Linux 7 (for Intel64) | /opt/FJSVccm/tools/server_utility_rhel6x86.tar |
SUSE Linux Enterprise Server 15 for AMD64 & Intel64 | /opt/FJSVccm/tools/server_utility_sles12x64.tar |
HP-UX 11i v3 | /opt/FJSVccm/tools/server_utility_hp-ux.tar |
Uncompress the utility file, and then change the active directory.
For Windows environments
Uncompress the zip file, and then change the active directory by using the Command prompt tool etc.
For Solaris, Linux, or HP-UX environments
# cd <Directory where the file was copied> # tar xvf UtilityFile # cd ./server_utility/bin
OPERANDS
Install and use AdvancedCopy Manager CCM on the business server
Specifies the device name.
OS Type | Explanation |
---|---|
Windows | Specify the drive letter (e.g. X:). |
Solaris | Specify a device name from the following:
|
Linux | Specify a device name from the following:
|
Copy utility file to the business server and use
Specifies the device name.
OS Type | Explanation |
---|---|
Windows | Specify the drive letter (e.g. X:). |
Solaris | Specify a device name from the following:
|
Linux | Specify a device name from the following:
|
HP-UX | Specifies the RAW device name (e.g. /dev/rdsk/c1t0d20). |
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Install and use AdvancedCopy Manager CCM on the business server
For Windows environments
C:\> acgetvolinfo X: BOX-ID,LV No,Address,Size 00ETERNUSDXM##ET44S20A####HK000104######,0x043,0x0,0x800000
For Solaris environments
# acgetvolinfo /dev/rdsk/c4t0d10s2 BOX-ID,LV No,Address,Size 00ETERNUSDXM##ET44S20A####HK000104######,0x041,0x0,0x800000
For Linux environments
# acgetvolinfo /dev/sdo BOX-ID,LV No,Address,Size 00ETERNUSDXM##ET44S20A####HK000104######,0x042,0x0,0x800000
The following table shows the meanings of the information displayed.
Title | Explanation |
---|---|
BOX-ID | Displays the Box ID for ETERNUS Disk storage system. |
LV No | Displays the logical volume numbers for ETERNUS Disk storage system in hexadecimal. |
Address | Displays the extent start position (in blocks) in hexadecimal. |
Size | Displays the extent size (in blocks) in hexadecimal. |
Copy utility file to the business server and use
For Windows environments
C:\> .\acgetvolinfo X: BOX-ID,LV No,Address,Size 00ETERNUSDXM##ET44S20A####HK000104######,0x043,0x0,0x800000
For Solaris environments
# ./acgetvolinfo /dev/rdsk/c4t0d10s2 BOX-ID,LV No,Address,Size 00ETERNUSDXM##ET44S20A####HK000104######,0x041,0x0,0x800000
For Linux environments
# ./acgetvolinfo /dev/sdo BOX-ID,LV No,Address,Size 00ETERNUSDXM##ET44S20A####HK000104######,0x042,0x0,0x800000
For HP-UX environments
# ./acgetvolinfo /dev/rdsk/c1t0d20 BOX-ID,LV No,Address,Size 00ETERNUSDXM##ET44S20A####HK000104######,0x043,0x0,0x800000
The following table shows the meanings of the information displayed.
Title | Explanation |
---|---|
BOX-ID | Displays the Box ID for ETERNUS Disk storage system. |
LV No | Displays the logical volume numbers for ETERNUS Disk storage system in hexadecimal. |
Address | Displays the extent start position (in blocks) in hexadecimal. |
Size | Displays the extent size (in blocks) in hexadecimal. |
NOTES
If the logical volume is a TFOV, this command displays the information on ETERNUS Disk storage systems where the TFO status is "Active".
SEE ALSO
Refer to the Messages for information on messages output by this command.