Get-virtualmachine, Result with description, Success paths – HP 3PAR Recovery Manager Software User Manual

Page 71: Failure paths, Preconditions, Syntax

Advertising
background image

Result with Description

Multiple {RMHirtualCopySet} objects:
Multiple RMHirtualCopySet objects (one per VM).

Success Paths

Scenario 1: Virtual Copy is fetched.
At least one Virtual Copy meeting the criteria is returned.

Scenario 2: Virtual Copy is not fetched.
No Virtual Copies meeting the criteria are specified. Nothing is returned.

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: Storage System session credentials are not provided.
Storage System session credentials are not provided for this command.

Get-VirtualMachine

Get-VirtualMachine

retrieves current Virtual Machines available on an active-session Hyper-V

host/cluster.

Preconditions

The user must first login with Login-Rmh.

Syntax

Any optional parameters require square brackets [ ] around them.

Get-VirtualMachine -RmhServerName <RmhServerName> -HypervName
<HypervName> [-Verbose]

Table 43 Get-VirtualMachine 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

Required

-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.

Displays progress messages.

Optional

-Verbose

Get-VirtualMachine

71

Advertising