Previous Topic: Editing CommandsNext Topic: Add-Dir - Add Root Directories to the Master and Replica Hosts


Add-Appliance - Specify an Appliance for a Full System Scenario

The Add-Appliance command enables you to add an appliance for a Full System scenario.

Syntax
Add-Appliance [-Name] <string> [-Host] <string>  [-Parent] <string> [-Type] <string> [[-Platform] <string>] [[-Credentials] <PSCredentials>] [[-ResourcePool] <string>] [[-Storage] <string>] [[-Port] <string>] [[-SSL] <Boolean>] [[-Dynamic] <Boolean>] 
Parameters
Name

The name of the new scenario.

Host

The name of the replica host.

Parent

The parent host, we support 1:m:n.

Type

The platform type.

  • E or e - ESX
  • H or h - Hyper-V
  • X or x - Xen
  • V or v - VCenter
  • Others - warning message
Platform

The IP of the virtual platform. Not applicable in case of Hyper-V.

Credentials (Optional)

The credentials of the virtual platform.

ResourcePool

The resource pool name. If you do not select this field, the default is selected.

Storage

The storage name, if you do not set this field, the default is selected.

Port

The port number of the virtual platform, if you do not set this field, the default is selected.

SSL

The switch of the SSL connection, the default value is true.

Dynamic

The switch of the "with provision" property, the default value is true.

Example: Add an appliance for a Full System scenario

Add-Appliance -Name FULL -Parent 9.181.130.110 -Host 9.181.130.64 -Type H
Outcome
Replica 9.181.130.64 added successfully