Rubrik integration with Private Cloud Director
Integrate Rubrik Cloud Data Management with Private Cloud Director for VM backup, restore, and disaster recovery replication.
Overview
Rubrik Cloud Data Management (CDM) is a backup appliance that provides agentless backup, recovery, and disaster recovery for virtual machines running in Private Cloud Director ( PCD).
This guide explains how to connect Rubrik to your PCD environment so it can automatically discover and protect your VMs.
Prerequisites
Before you begin, ensure you meet the following criteria.
Rubrik CDM:
Access to your Rubrik CDM portal at
https://<your-domain>.my.rubrik.comRubrik CDM appliance deployed and accessible from your PCD environment.
Administrator privileges in the Rubrik portal.
PCD environment:
PCD version 2025.10-112 or later.
Administrator access to create users and assign roles.
Access to run
pcdctlcommands.
Network requirements:
Rubrik appliance can reach the endpoint (HTTPS/443).
Rubrik appliance can reach proxy VMs on TCP ports 12800 and 12801.
Proxy VMs and the Rubrik appliance are on the same network, or routing is configured between them.
For disaster recovery replication (optional):
Second Rubrik CDM appliance
Network connectivity between both Rubrik appliances.
Rubrik 9.4.1-p1-30807 or later
Configure PCD user for Rubrik
Rubrik requires a dedicated PCD user with system-scoped admin privileges. System-scoped privileges enable Rubrik to discover and manage VMs across all tenants and domains, without being restricted to a single project.
Create the Rubrik user
Create a dedicated user for Rubrik in PCD:
Assign system-scoped admin privileges to the user:
Verify the role assignment:
Confirm the output includes:
The user exists in the list
An assignment row where the System column shows
all
Example output:
Test the connection
Before configuring Rubrik, verify that the user can authenticate with the system scope:
Set environment variables for the Rubrik user:
Test authentication:
If successful, you will see token details. If this fails, verify the user credentials and role assignment before proceeding.
Connect Rubrik CDM to PCD
After configuring the PCD user, add your PCD environment as a data source in Rubrik CDM.
Add PCD as an OpenStack data source
In the Rubrik CDM portal, navigate to Settings > Datasource > OpenStack > Add OpenStack.

In the configuration wizard, enter the following:
IP Address/Fully Qualified Domain Name:
Important: Do not include https:// in this field. Rubrik adds the protocol automatically.
Example: pcd-region1.example.com/keystone/v3
For the Image (Glance) endpoint type, select Admin endpoint.

The admin endpoint allows Rubrik to access the full image catalog across all tenants. The public endpoint will not provide sufficient access.
Enter the credentials for your Rubrik user:
Username:
[email protected]Password: The password you set for this user
User Domain Name:
Default
Complete the remaining wizard fields with your environment details.
Click Add to save the configuration.
Verify inventory discovery
After adding the data source, Rubrik begins discovering your VM inventory. This process takes 5-10 minutes.
To verify successful discovery:
Navigate to Data Protection > Inventory > OpenStack Virtual Machine.

Confirm all expected VMs appear in the list.
VMs are organized by availability zone, which maps to your PCD clusters.
You can filter by Domains or Projects in the inventory view.

If VMs do not appear after 10 minutes, verify the following:
Network connectivity from the Rubrik appliance to the PCD keystone endpoint.
User credentials and system-scoped privileges.
Rubrik appliance logs for connection errors.
Network configuration
Rubrik creates a proxy VM in each tenant during backup or restore operations. The Rubrik appliance communicates with these proxy VMs to transfer data.
Proxy VM deployment
When you run your first backup or restore in a tenant, Rubrik automatically:
Uploads a proxy image to the tenant's Glance catalog.
Creates a proxy VM instance in the tenant.
Configures the proxy VM for data transfer operations.
The proxy VM remains running for the duration of backup/restore operations, and you will find new Rubrik Proxy VMs in your tenant, as seen here.

Network requirements
For successful backup and restore operations:
Network placement: Rubrik appliance and proxy VMs must be on the same network.
Port access: The Rubrik appliance must reach proxy VMs on TCP ports 12800 and 12801.
Routing: Ensure no firewalls or security groups block traffic between the appliance and proxy VMs.
TroubleShooting
After Rubrik creates a proxy VM in your tenant, verify connectivity:
Identify the proxy VM in your tenant (typically named
rubrik-proxy-<tenant-name>).Note the proxy VM's IP address.
From the Rubrik appliance, test connectivity on required ports:
Both ports should show as open/connected. If either test fails, check:
Security group rules on the proxy VM.
Network routing between the Rubrik appliance and the PCD tenant network.
Firewall rules in your environment.
Constraints
Rubrik backup only works for VMs and volumes that are not ephemeral
Rubrik system relies on snapshots of the VMs and such depends on the snapshot quota of the tenant under which the VM lives. If you have a large number of VMs that needs backup concurrently please increase the snapshot quota
Last updated
Was this helpful?
