NAME
swsrpvrq componentset info - displays component set information
SYNOPSIS
<program-directory>\bin\swsrpvrq componentset info [-h HyperV-Host] [-cs Component-Set]
DESCRIPTION
This command displays the component set information.
The displayed information is as follows:
Title | Description |
---|---|
Component-Set | Displays the name of the component set. |
Component-Number | Displays the number of components registered in the component set. |
Component | Displays the name of the component. |
Friendly-Name | Displays the name of the Guest OS. |
Volume | Displays the name of the volume to which the component is allocated. |
Logical-Unit | Displays the name of the logical unit to which the component is allocated. |
OPTIONS
For execution from a backup server, this option specifies the name of the Managed Server for the Hyper-V host in which to display the component set information.
Specifies the name of the component set to be displayed.
If this option is omitted, the information for all component sets will be displayed.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Give the command from a backup server to Managed Server (HVHOST01) to display a component set information.
C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpvrq componentset info -h HVHOST01 Component-Set: Name=VMSet1, Count=2 Component: Writer=Microsoft Hyper-V VSS Writer Full-Path=\2ACF3DF4-CB02-454F-8369-2E5C0CA783B3 Friendly-Name=Guest1 Volume: Name=C:\ClusterStorage\Volume1, Logical-Unit=g1d1 Component: Writer=Microsoft Hyper-V VSS Writer Full-Path=\2ACF3DF4-CB02-454F-8369-2E5C0CA783B4 Friendly-Name=Guest2 Volume: Name=C:\ClusterStorage\Volume1, Logical-Unit=g1d1 Component-Set: Name=VMSet2, Count=1 Component: Writer=Microsoft Hyper-V VSS Writer Full-Path=\2ACF3DF4-CB02-454F-8369-2E5C0CA783B5 Friendly-Name=Guest3 Volume: Name=C:\ClusterStorage\Volume2, Logical-Unit=g1d3 Volume: Name=C:\ClusterStorage\Volume3, Logical-Unit=g1d5 C:\>