---
title: "Änderung des vRack eines Nutanix Clusters (EN)"
description: "Find out how to change the Nutanix cluster vRack"
url: https://docs.ovhcloud.com/de/guides/hosted-private-cloud/nutanix-on-ovhcloud/change-vrack-postinstall
lang: de
lastUpdated: 2022-01-11
---
# Änderung des vRack eines Nutanix Clusters (EN)

## Objective

A Nutanix cluster is delivered with its own vRack. In order to interconnect with other OVHcloud services, you can attach your cluster to a different vRack.

**This guide explains how to add a Nutanix cluster to another vRack.**

:::warning
OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.

This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact the [OVHcloud Professional Services team](https://www.ovhcloud.com/de/professional-services/) or a [specialist service provider](https://partner.ovhcloud.com/de/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.

:::


***

### OVHcloud Control Panel Access

- **Direct link:** [vRack](https://manager.eu.ovhcloud.com/#/dedicated/vrack)
- **Navigation path:** <code className="action">Network</code> > <code className="action">vRack private network</code>

***


## Requirements

- A Nutanix cluster in your OVHcloud account
- An additional [vRack](https://www.ovhcloud.com/de/network/vrack/) service activated in your account
- Access to the <ManagerLink to="/">OVHcloud Control Panel</ManagerLink>

## Instructions

### Step 1: Removing services

Log in to the OVHcloud Control Panel
.
Open the Nutanix cluster vRack configuration page, select all the services (e.g. dedicated server, IP, load balancer) and click on `Remove
`.
![Remove Features](/images/hosted-private-cloud/nutanix-on-ovhcloud/26-change-vrack-postinstall/vrack-1.png)
:::info
Before removing services, make sure to save their references, especially if you have many servers, IPs, load balancers, etc.

:::

:::info
Removing services from the vRack is not immediately effective. Please allow some time for the process to complete.

:::

### Step 2: Adding services

Once the process is finished, go to the desired vRack and add all the previously removed services with the `Add
` button.
![Add features new vRack](/images/hosted-private-cloud/nutanix-on-ovhcloud/26-change-vrack-postinstall/vrack-2.png)
:::info
Adding services to the vRack is not immediately effective. Please allow some time for the process to complete.

:::

:::warning
Accessing Prism Central is not instantaneous: it is necessary that the VM restarts to make the access effective again.

:::

### Troubleshooting

If Prism Central stays inaccessible after 30 minutes, create a front-end on the load balancer to reach a CVM with SSH.

When logged in, check if the Prism Central VM is on.

```bash
acli vm.get prism-central | grep state
```

If the answer is `state: "kOff"` then start the VM:

```bash
acli vm.on prism-central
```

You can also restart the VM with the following command:

```bash
acli vm.guest_reboot
```

Alternatively, do a hard reboot (if the previous attempts failed):

```bash
acli vm.reset
```

## Go further

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.

Join our community of users on [https://community.ovh.com/en/](https://community.ovh.com/en/).
