Set-VBRApplicationGroupStartupOptions
Short Description
Modifies VM startup settings for staged restore.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRApplicationGroupStartupOptions -Options <VBRApplicationGroupStartupOptions> [-MaximumBootTime <int>] [-ApplicationInitializationTimeout <int>] [-MemoryAllocationPercent <int>] [-HeartbeatCheck] [-PingCheck][<CommonParameters>]>] |
Detailed Description
The cmdlet modifies startup settings for staged restore.
Parameters
Parameter | Description | Required | Position | Accept Pipeline Input |
---|---|---|---|---|
Options | Specifies the VM startup settings that you want to modify. Accepts VBRApplicationGroupStartupOptions type. | True | Named | False |
MaximumBootTime | Specifies the period that is required for VMs to boot. Default: 600 sec. | False | Named | False |
ApplicationInitializationTimeout | Specifies a timeout required to initialize applications on VMs. Default: 120 sec. | False | Named | False |
MemoryAllocationPercent | Specifies the amount of memory that you want to pre-allocate to VMs when these VMs start. Default: 100 percent. | False | Named | False |
HeartbeatCheck | Defines that Veeam Backup & Replication will perform a heartbeat test for verified VMs. | False | Named | False |
PingCheck | Defines that Veeam Backup & Replication will perform a ping test for verified VMs. | False | 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
Examples
This command shows how to modify startup settings for VMs added to an application group. Veeam Backup & Replication will perform staged restore with the following settings:
- The stabilization period is set to 200 sec
- The period to initialize the guest applications is set to 150
- The amount of memory provided for the VM is set to 80 percent
You will need to perform the following actions:
- [Before you run the cmdlet] Use the $startup variable saved beforehand with the Options parameter.
- [When you run the cmdlet] Save the result to the $newoptions variable to use it in future.