Previous Topic: Add Replicas - Add Multiple Replica Hosts to a ScenarioNext Topic: Create-D2DScenario-Create the D2D Scenario


Add-Scenario - Create a New Scenario

The Add-Scenario command enables you to create a new scenario. When creating a new scenario, you need to define the following:

The new scenario is created without hosts and root directories. You define these parameters at a later stage, using the Add-Master, Add-Replica and Add-Dir commands.

Syntax
Add-Scenario [-Name] <String> [[-Group] [<String>]] [[-Application] [<String>]] [[-Type] [<String>]] [[-AR] [<Boolean>] [[-IntOpt] <String> [[-ServerURL] <String>]] 
Parameters
Name

The name of the new scenario.

Note: Enter a unique name, since you cannot use the same name for more than one scenario. If you will use an existing name for the new scenario, the system will change it automatically.

Group (optional)

The scenario group name that contains the new scenario.

Notes:

  • If you do not enter a group name, the new scenario is assigned to the default Scenarios group.
  • You can create here a new scenario group, by entering a new group name. You can also create a new scenario group by using the Add-Group command.
Application

The type of server whose data will be replicated:

  • EX - Exchange
  • SQL - SQL server
  • ORA - Oracle
  • IIS - Internet Information Server
  • FS - File Server
  • P2V - Full System
Type

The type of solution:

  • DR - Replication/Disaster Recovery
  • HA - High Availability
AR

Whether to perform an Assured Recovery test of the recoverability of the data on the Replica server:

  • 0 - No
  • 1 - Yes
IntOpt

The integration with other Arcserve products:

  • BAB - Integration with Arcserve Backup
  • D2D - Integration with Arcserve D2D
  • HBBU - Integration with Arcserve Central Host-Based VM Backup

Example: Create a new scenario

add-scenario "File Server 1" "File Server Scenarios" FS DR 0
Outcome
Scenario File Server 1 added successfully