Managing Azure instances
This section describes the common maintenance tasks for managing your Azure instances:
- Scheduled maintenance events in Azure
- Temporarily removing (stopping) a Conferencing Node instance
- Reinstating (restarting) a stopped Conferencing Node instance
- Permanently removing a Conferencing Node instance
- Backing up VM instances (guidelines)
Scheduled maintenance events in Azure
Scheduled Events is an Azure Metadata Service that provides information about upcoming VM maintenance events (for example, a reboot). Pexip Infinity VMs that are deployed in Azure poll for maintenance events automatically. No administrative configuration or action is required within Pexip Infinity or Azure.
When certain events are detected, such as a Freeze event, the Conferencing Node running on that VM is automatically placed into maintenance mode for the duration of the event (it is automatically taken out of maintenance mode when the event is complete).
Placing a Conferencing Node into maintenance mode won't protect any existing calls on that node when the event occurs, but it does mitigate the impact by preventing new calls from being accepted on that node.
The following table shows the types of maintenance events that are detected, the minimum notice period before the event is performed, if the event is acknowledged, if an alarm is raised on Pexip Infinity, and whether the Conferencing Node running on that VM is placed into maintenance mode.
Event type | Minimum notice period | Acknowledged | Alarm raised | Maintenance mode |
---|---|---|---|---|
Freeze | 15 minutes | No | Yes | Yes |
Reboot | 15 minutes | Yes | No | No |
Redeploy | 10 minutes | No | Yes | Yes |
Preempt | 30 seconds | No | Yes | Yes |
Terminate | User configurable: 5 to 15 minutes | Yes | No | No |
Note that:
- All maintenance events are logged in the support log (modules: support.pulse and support.scheduled_maintenance_events). Alarms are also logged in the administrator log.
- A node may stay in maintenance mode for several minutes beyond the NotBefore timestamp indicated in the "New scheduled maintenance event" log entry.
- The system logs and raises alarms for VMs hosting a Management Node (but there is no maintenance mode for a Management Node),
- Only Pexip Infinity VMs are supported; Teams Connector instances are not supported.
Temporarily removing (stopping) a Conferencing Node instance
At any time you can temporarily remove a Conferencing Node instance from your Pexip Infinity platform if, for example, you do not need all of your current conferencing capacity.
To temporarily remove a Conferencing Node instance:
-
Put the Conferencing Node into maintenance mode via the Pexip Infinity Administrator interface on the Management Node:
- Go to .
- Select the Conferencing Node(s).
-
From the Action menu at the top left of the screen, select Enable maintenance mode and then select .
While maintenance mode is enabled, this Conferencing Node will not accept any new conference instances.
- Wait until any existing conferences on that Conferencing Node have finished. To check, go to .
-
Stop the Conferencing Node instance on Azure:
- From the Azure portal, select to see the status of all of your instances.
- Select the instance you want to shut down.
- Select to shut down the instance.
Reinstating (restarting) a stopped Conferencing Node instance
You can reinstate a Conferencing Node instance that has already been installed but has been temporarily shut down.
To restart a Conferencing Node instance:
-
Restart the Conferencing Node instance on Azure:
- From the Azure portal, select to see the status of all of your instances.
- Select the instance you want to restart.
- Select to start the instance.
-
Take the Conferencing Node out of maintenance mode via the Pexip Infinity Administrator interface on the Management Node:
- Go to .
- Select the Conferencing Node.
- Clear the Enable maintenance mode check box and select .
-
Update the Conferencing Node's static NAT address, if appropriate.
If your Conferencing Node instance was configured with an auto-assigned public IP address, it will be assigned a new public IP address when the instance is restarted.
- Go to Conferencing Node. and select the
- Configure the Static NAT address as the instance's new public IP address.
After reinstating a Conferencing Node, it takes approximately 5 minutes for the node to reboot and be available for conference hosting, and for its last contacted status to be updated on the Management Node.
Permanently removing a Conferencing Node instance
If you no longer need a Conferencing Node instance, you can permanently delete it from your Pexip Infinity platform.
To remove a Conferencing Node instance:
- If you have not already done so, put the Conferencing Node into maintenance mode via the Pexip Infinity Administrator interface on the Management Node:
- Go to .
- Select the Conferencing Node(s).
From the Action menu at the top left of the screen, select Enable maintenance mode and then select .
While maintenance mode is enabled, this Conferencing Node will not accept any new conference instances.
- Wait until any existing conferences on that Conferencing Node have finished. To check, go to .
-
Delete the Conferencing Node from the Management Node:
- Go to Conferencing Node. and select the
- Select the check box next to the node you want to delete, and then from the Delete selected Conferencing Nodes and then select . drop-down menu, select
-
Terminate the Conferencing Node instance on Azure:
-
Delete the resource group that holds the instance:
- From the Azure Portal, select to see all of your resource groups.
- Select the resource group you want to delete.
- Select to delete the resource group.
-
If boot diagnostics were enabled on the VM instance, delete the storage container that holds the instance boot diagnostics logs:
- From the Azure Portal, select to see all of your storage accounts.
- Select the storage account that is being used to store the boot diagnostics logs.
- Under , select to see all of the storage containers in the storage account.
- Select the storage container you want to delete.
- Select to delete the storage container.
-
Backing up VM instances (guidelines)
When backing up Azure VMs to a Recovery Services vault, you must shut down the VM before performing the backup.