New-VBRSureBackupStartupOptions
Short Description
Defines startup settings for VMs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
New-VBRSureBackupStartupOptions -AllocatedMemory <int> -EnableVMHeartbeatCheck -MaximumBootTime <int> -ApplicationInitializationTimeout <int> -EnableVMPingCheck [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRSureBackupStartupOptions object that defines startup settings for VMs that are added to application groups and to jobs that are linked to SureBackup jobs.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
AllocatedMemory | Specifies the amount of memory that you want to pre-allocate to VMs when these VMs start. Default: 100 percent. | Int32 | True | Named | False |
EnableVMHeartbeatCheck | Defines that Veeam Backup & Replication will perform a heartbeat test for verified VMs. | SwitchParamter | True | Named | False |
MaximumBootTime | Specifies the period that is required for VMs to boot. Default: 600 seconds. | Int32 | True | Named | False |
ApplicationInitializationTimeout | Specifies the timeout that is required to initialize applications on VMs. Default: 120 seconds. | Int32 | True | Named | False |
EnableVMPingCheck | Defines that Veeam Backup & Replication will perform a ping test for verified VMs. | SwitchParamter | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
This cmdlet returns the VBRSureBackupStartupOptions object that defines startup settings for VMs that are added to application groups and to jobs that are linked to SureBackup jobs.
Examples
Defining Startup Settings for VMs Added to Application Groups
This command specifies startup settings for VMs added to an application group. Veeam Backup & Replication will perform staged restore with the following VM startup settings:
- The period that is required for VMs to boot is set to 200 seconds.
- The timeout required to initialize applications on VMs is set to 150 seconds.
- The amount of memory provided for VMs is set to 80 percent.
- Veeam Backup & Replication will perform heartbeat and ping tests.