Previous Topic: Create-D2DScenario-Create the D2D ScenarioNext Topic: Get-D2DBackupDestination - Get the D2D Backup Destination


Create-HBBUScenario - Create the Arcserve Central Applications Integration Scenario

The Create-HBBUScenario command lets you create a scenario that connects to the Arcserve Central Applications server to get the policy and related backup destination as the master and auto discover all backup VM files.

Syntax
create-HBBUScenario [-ServerURL] <String> [-Credentials] <PSCredential> [-ScenarioName] <String> [-MasterHostName] <String> [-ReplicaHostName] <String> [[-FilterFileName] <String>] [[-InstanceUUID] <String>] 
Parameters
ServerUrl

Defines the URL of the Arcserve Central Host-Based VM Backup server.

Credentials

Defines the credentials to log on to the Arcserve Central Applications server.

ScenarioName

Defines the name of the scenario.

MasterHostName

Defines the name or the IP address of the master server.

ReplicaHostName

Defines the name or the IP address of the replica.

FilterFileName

Defines the filter file name of the virtual machine

InstanceUUID

Defines the UUID of the virtual machine

Example: Create a Central Applications Integration scenario

Create-HBBUScenario -ServerURL http://test01:8015 -ScenarioName testHBBU -MasterHostName test02 -ReplicaHostName test_replica