Remove-vcopy, Success paths, Failure paths – HP 3PAR Recovery Manager Software User Manual

Page 79: Preconditions, Post conditions, Syntax

Advertising
background image

Success Paths

Scenario 1: Remove Storage System is successful.
Remove operation is successful.

Failure Paths

Scenario 1: Session owner is invalid.
Every session command received on RMH Server is validated to originate from the same IP
address that initiated the session. If IP does not match, the command fails.

Scenario 2: Not previously added.
Storage System specified is not previously added.

Remove-vCopy

Remove-vCopy

removes a Virtual Copy.

Preconditions

The user must first login with Login-Rmh.

Post Conditions

Virtual Copy removed and all available Virtual Volumes deleted, or

Virtual Copy retained due to at least one Virtual Volume failing to delete with reason other
than not found on storage system.

Syntax

Any optional parameters require square brackets [ ] around them.

Remove-vCopy -RmhServerName <RmhServerName> [-HypervName] -VcNameUuid
<VcNameUuid> -VmNameUuid <VmNameUuid> [-Timestamp] [-Force] [-Verbose]

Table 50 Remove-vCopy parameters

Description

Optional/Required

Parameter

Host name of the RMH Server. This is
FQDN or IP address.

Required

-RmhServerName

Optionally select Hyper-V host/cluster
to use. If not specified, Hyper-V

Optional

-HypervName

host/cluster must be selected using
Select-Hyperv. This is FQDN or IP
address. Synonyms for Hyper-V are
supported. The localhost is not
supported.

Select VC by name/uuid.

Required

-VcNameUuid

Select name/uuid to filter VC selection
by VM.

Required

-VmNameUuid

Specify timestamp of VC to locate in
the format mmddyyhhmmss.

Optional

-Timestamp

Bypass confirmation prompt.

Optional

-Force

Displays progress messages.

Optional

-Verbose

Remove-vCopy

79

Advertising