The Add-Appliance command enables you to add an appliance for a Full System scenario.
Add-Appliance [-Name] <string> [-Host] <string> [-Parent] <string> [-Type] <string> [[-Platform] <string>] [[-Credentials] <PSCredentials>] [[-ResourcePool] <string>] [[-Storage] <string>] [[-Port] <string>] [[-SSL] <Boolean>] [[-Dynamic] <Boolean>]
The name of the new scenario.
The name of the replica host.
The parent host, we support 1:m:n.
The platform type.
The IP of the virtual platform. Not applicable in case of Hyper-V.
The credentials of the virtual platform.
The resource pool name. If you do not select this field, the default is selected.
The storage name, if you do not set this field, the default is selected.
The port number of the virtual platform, if you do not set this field, the default is selected.
The switch of the SSL connection, the default value is true.
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
Replica 9.181.130.64 added successfully
Copyright © 2015 Arcserve.
All rights reserved.
|
|