Top
ETERNUS SF AdvancedCopy Manager V16.1 Operation Guide
FUJITSU Storage

13.7.9 swsrpvrq shadow delete (Shadow Copy Delete Command)

NAME

swsrpvrq shadow delete - deletes shadow copy

SYNOPSIS

Deletion per Component Set
<program-directory>\bin\swsrpvrq shadow delete [-h HyperV-Host] -cs Component-Set
Deletion by Specifying Shadow Copy ID (Executed on Backup Server)
<program-directory>\bin\swsrpvrq shadow delete -snap-id Snapshot-ID
Deletion by Specifying Shadow Copy Set ID (Executed on Backup Server)
<program-directory>\bin\swsrpvrq shadow delete -snap-set-id Snapshot-Set-ID
Deletion of All Shadow Copies (Executed on Backup Server)
<program-directory>\bin\swsrpvrq shadow delete -all

DESCRIPTION

This command deletes shadow copy.

OPTIONS

-h HyperV-Host

For execution from a backup server, this option specifies the name of the Managed Server for the Hyper-V host from which to delete the shadow copy.

-cs Component-Set

Specifies the name of the component set from which to delete the shadow copy.

-snap-id Snapshot-ID

Specifies the shadow copy ID that is to be deleted.
The shadow copy with the specified ID will be deleted.

-snap-set-id Snapshot-Set-ID

Specifies the shadow copy set ID that is to be deleted.
The shadow copy set with the specified ID will be deleted.

-all

Deletes all shadow copies in the system that has been created by VSSHP.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

Give the command from a backup server to Managed Server (HVHOST01) to delete a shadow copy.

C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpvrq shadow delete -h HVHOST01 -cs VMSet1
'swsrpvrq shadow delete' completed
C:\>