
PowerProtect Data Manager 19.17 Kubernetes User Guide
Additional VM Direct actions
The following tasks provide information about more actions to manage the VM Direct Engine.
For additional VM Direct actions such as enabling, disabling, redeploying, or deleting the VM Direct Engine, or changing the network configuration, use the Protection Engines window in the PowerProtect Data Manager UI.
To throttle the capacity of a VM Direct Engine, use a command-line tool on PowerProtect Data Manager.
To obtain external VM Direct Engine credentials, see the procedure in the PowerProtect Data Manager Security Configuration Guide.
Disable a VM Direct Engine
You can disable an added VM Direct Engine that you do not currently require for virtual machine backup and recovery. To disable a VM Direct Engine:
- Go to the window, and then select the VM Direct Engines tab.
- From the table, select the VM Direct Engine that you want to disable.
- Select .
Delete a VM Direct Engine
When you disable a VM Direct Engine, the Delete button is enabled. If you no longer require the VM Direct Engine, perform the following steps to delete the engine:
- Go to the window, and then select the VM Direct Engines tab.
- From the table, select the
VM Direct Engine that you want to delete.
If the VM Direct Engine is still enabled, the Delete button will be greyed out.
- Select if the VM Direct Engine is not yet disabled.
- With the VM Direct Engine selected, click Delete.
Enable a disabled VM Direct Engine
When you want to make a disabled VM Direct Engine available again for running new protection activities, perform the following steps to re-enable the VM Direct Engine.
- Go to the window, and then select the VM Direct Engines tab.
- From the table, select the VM Direct Engine that you want to re-enable.
- Select .
Redeploy a VM Direct Engine
Redeployment of the VM Direct Engine is required in the following circumstances:
- If you change the PowerProtect Data Manager hostname or IP address.
- If a PowerProtect Data Manager software update occurred while a VM Direct Engine was disabled.
- If an automatic update of the VM Direct Engine did not occur due to network inaccessibility or an environment error.
The Redeploy option enables you to manually update the VM Direct Engine to the version currently in use with the PowerProtect Data Manager software. Perform the following steps to manually redeploy the VM Direct Engine.
- Go to the window, and then select the VM Direct Engines tab.
- From the table, select the VM Direct Engine that you want to redeploy.
- Select .
- When the
VM Direct Engine is enabled, select
Redeploy from the menu.
The VM Direct Engine is redeployed with its previous configuration details.
Update the DNS or gateway during redeployment
Optionally, if you want to update the VM Direct Engine DNS or gateway during the VM Direct Engine redeployment, you can use one of the following commands:
- To update both the gateway and DNS, run ./vproxymgmt redeploy -vproxy_id VM Direct Engine ID -updateDns DNS IP address -updateGateway Gateway IP4 address
- To update the gateway only, run ./vproxymgmt redeploy -vproxy_id VM Direct Engine ID -updateGateway Gateway IP address
- To update DNS only, run ./vproxymgmt redeploy -vproxy_id VM Direct Engine ID -updateDns DNS IP address
Edit the vCenter server for a VM Direct Engine configuration
If a VM Direct Engine configuration is unsuccessful, you can change the vCenter server selection.
Perform the following steps to change the vCenter server:
- On the window, select the VM Direct Engine from the table in the VM Direct Engines pane.
- Click Edit. The Edit Protection Engine wizard displays.
- On the Protection Engine Configuration page, select a vCenter server from the list. Make sure that the selected vCenter is running the ESXi host for this VM Direct Engine.
- Click Next until you reach the Summary page.
- On the Summary page, verify the new selection, and then click Finish.
Edit the Capacity setting for a VM Direct Engine
After adding the VM Direct Engine, you can change the percentage of the protection engine capacity that will be used. For example, you might want to change the Capacity setting to a lower value to avoid network bandwidth issues.
Perform the following steps to change the maximum percentage of the VM Direct Engine that will be used:
- On the window, select the VM Direct Engine from the table in the VM Direct Engines pane.
- Click Edit. The Edit Protection Engine wizard displays.
- On the Protection Engine Configuration page, type a maximum percentage value for Capacity.
- Click Next until you reach the Summary page.
- On the Summary page, verify the new value, and then click Finish.
Edit the network configuration for a VM Direct Engine
The PowerProtect Data Manager Administrator Guide provides more information about virtual networks.
For example, if VM Direct Engine deployment failed because of a virtual network configuration problem, you can update the configuration to add additional IP addresses to the static IP pool. You can also add the VM Direct Engine to a virtual network in the same VGT port group.
Perform the following steps to change the network configuration:
- On the window, select the VM Direct Engine from the table in the VM Direct Engines pane.
- Click Edit. The Edit Protection Engine wizard displays.
- Click Next to navigate to the Networks Configuration page.
Virtual networks with a warning symbol (
) beside the network name require attention and review. For example, if you changed the network configuration, the configured traffic types may not support
VM Direct Engines. Clear any interfaces which no longer apply to the
VM Direct Engine.
Select the row that corresponds to the virtual network with the configuration error, or the virtual network to which you want to add the VM Direct Engine.
- Type an available static IP address or IP address range in the Additional IP Addresses column.
- Click Next.
- On the Summary page, verify the network settings, and then click Finish.
To change other network configuration settings, delete the VM Direct Engine and then deploy a new VM Direct Engine.
Throttle the capacity of a VM Direct Engine
In performance-limited environments, you can use a command-line tool on PowerProtect Data Manager to reduce the maximum capacity of a VM Direct Engine.
- The default value for VM Configured Capacity Units of an external VM Direct Engine is 80. The minimum value is 4.
- A VM Direct Engine can backup one disk with 4 units of capacity at a time.
Perform these steps to throttle the capacity of a VM Direct Engine:
- Connect to the PowerProtect Data Manager console and change to the root user.
- Type: source /opt/emc/vmdirect/unit/vmdirect.env
- To view the list of every VM Direct Engine and its ID, type: /opt/emc/vmdirect/bin/vproxymgmt get -list
- To change the capacity of a VM Direct Engine, type (once per engine): /opt/emc/vmdirect/bin/vproxymgmt modify -vproxy_id [VProxy ID] -capacity [percentage]
- To verify the change in VM Configured Capacity Units, type: /opt/emc/vmdirect/bin/vproxymgmt get -list