Skip to main content

Nutanix Proxy Deployment Failure – “Data services IP not configured” during Token Registration

Nutanix Proxy Deployment Failure – “Data services IP not configured” during Token Registration

Problem Description:

During Nutanix backup proxy deployment and token registration, the following error may appear in the console or logs:

Data services IP not configured.

Symptoms may also include:

  • The IP address shown in the error unexpectedly redirects traffic to a different Prism Central environment.

  • The token registration process fails completely, preventing the backup proxy from connecting to the Druva Cloud.

Cause:

This issue occurs due to one or more of the following environmental or structural mismatches:

  • The iSCSI Data Services IP is missing or unconfigured within the targeted Nutanix cluster settings.

  • An incorrect, cached, or stale environment configuration exists within the deployed backup proxy.

  • A mixed hypervisor environment (e.g., Nutanix clusters running unsupported hypervisors like ESXi alongside AHV) is interfering with the proxy's discovery workflow.

  • A configuration mismatch or load balancer rule is routing the proxy's registration request to an alternate Prism Central instance.

Resolution:

Step 1: Verify Data Services IP in Nutanix

  1. Log in to Prism Central or the specific Prism Element cluster.

  2. Navigate to SettingsNetwork ConfigurationData Services IP (or click the cluster name in Prism Element to check the Cluster Details dialog box).

  3. Confirm that an iSCSI Data Services IP is configured, is assigned as a static IP (outside the DHCP scope), and is reachable.

Step 2: Validate Network and DNS Routing

Ensure that:

  • The backup proxy has clear network routing to reach Prism Central.

  • DNS resolution is functioning correctly on the proxy for all Prism FQDNs.

  • Firewalls are not dropping communication over storage/management traffic ports (e.g., 443, 9440, 3261).

Step 3: Skip Unsupported Hypervisors (For Mixed Environments)

If your Nutanix environment contains ESXi nodes that are confusing the discovery mechanism:

  1. Log in to the backup proxy command line via SSH.

  2. Open and edit the configuration file:

    vi /etc/Phoenix/AHV/Phoenix.cfg
  3. Add or update the following parameter:

    SKIP_UNSUPPORTED_HYPERVISORS=true
  4. Save the file and restart the Phoenix service to apply the changes:

    systemctl restart Phoenix
  5. Retry the token registration process.

Step 4: Validate IP Redirection

If the validation traffic redirects to an unexpected Prism Central instance:

  • Verify your environment's cluster-to-Prism Central mapping rules.

  • Confirm that public/internal DNS FQDNs or load balancers are not routing traffic to the wrong management endpoint.

Outcome:

Once the configuration anomalies are corrected and unsupported hypervisors are bypassed, the token registration succeeds, and the Nutanix backup proxy deployment completes normally.

Best Practices:

  • Always ensure an iSCSI Data Services IP is assigned to the Nutanix cluster prior to attempting a Druva proxy deployment.

  • Ensure clear isolation or explicit flags (SKIP_UNSUPPORTED_HYPERVISORS) are set when operating within mixed-hypervisor setups.

Did this answer your question?