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

14.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 hypervHost] -cs componentSet
Deletion by Specifying Shadow Copy ID (Executed on Backup Server)
<program-directory>\bin\swsrpvrq shadow delete -snap-id snapshotID
Deletion by Specifying Shadow Copy Set ID (Executed on Backup Server)
<program-directory>\bin\swsrpvrq shadow delete -snap-set-id snapshotSetID
Deletion of All Shadow Copies (Executed on Backup Server)
<program-directory>\bin\swsrpvrq shadow delete -all

DESCRIPTION

This command deletes shadow copy.

OPTIONS

-h hypervHost

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 componentSet

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

-snap-id snapshotID

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

-snap-set-id snapshotSetID

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:\>