Skip to content

Commit aefe127

Browse files
dstagnoldstagnol
authored andcommitted
first draft
1 parent e4d80b1 commit aefe127

16 files changed

+134
-25
lines changed

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.en-gb.md

Lines changed: 134 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Adding a node in a Nutanix cluster"
3-
excerpt: 'Add a node and confirm that it is working properly'
2+
title: "Add or Remove Nodes in a Nutanix Cluster (Scale In/Out)"
3+
excerpt: 'Scale your Nutanix cluster on OVHcloud by adding or removing nodes via the Control Panel'
44
hidden: true
5-
updated: 2023-09-14
5+
updated: 2025-05-20
66
---
77

88
<style>
@@ -30,7 +30,7 @@ updated: 2023-09-14
3030

3131
## Objective
3232

33-
Nutanix clusters are scalable. You can add nodes to an existing cluster.
33+
Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **remove (scale in)** nodes directly from the OVHcloud Control Panel.
3434

3535
**This guide will show you how to add a node and ensure it works properly.**
3636

@@ -41,42 +41,151 @@ Nutanix clusters are scalable. You can add nodes to an existing cluster.
4141
4242
## Requirements
4343

44-
- A Nutanix cluster in your OVHcloud account
45-
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB)
44+
- A Nutanix cluster hosted in your OVHcloud account
45+
- Access to the [OVHcloud Control Panel](/links/manager)
46+
- Access to the Prism Central administration interface
4647
- Access to the [OVHcloud API](https://api.ovh.com/).
47-
- You must be connected to the cluster via Prism Central
48-
- A ready-to-configure physical server added to the OVHcloud Control Panel
4948

50-
## Technical information
49+
## Technical Information
5150

52-
The **Hosted Private Cloud solution powered by Nutanix** enables you to have between 3 and 18 nodes on the same cluster.
51+
- Your cluster must have between **3 and 15 nodes**
52+
- All new nodes must run the **same AOS version** as the existing cluster
5353

54-
It is possible to add several nodes when expanding the cluster.
54+
## Instructions
5555

56-
The nodes to be added must have the same version of **AOS** as the existing cluster.
56+
### Scale Out (add a node)
5757

58-
## Instructions
58+
#### Add a node
5959

60-
### Checking node delivery.
60+
1. From the [OVHcloud Control Panel](/links/manager), navigate to your Nutanix cluster via the `Hosted Private Cloud`{.action} and `Nutanix`{.action} menus.
6161

62-
Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and check that an additional node appears in the Nutanix cluster.
62+
![Nutanix cluster overview](images/adding-nodes-01.png){.thumbnail}
6363

64-
![New Node](images/scaleup1.png){.thumbnail}
64+
2. In the **General information** tab, you can see the Number of nodes. Click `Manage my nodes`{.action}.
6565

66-
You can also check this via the OVHcloud API.
66+
![Number of nodes](images/manage-nodes.png){.thumbnail}
6767

68-
Use the following API call:
68+
3. In the **Nodes** tab, select `Add nodes`{.action}.
6969

70-
> [!api]
71-
>
72-
> @api {v1} /nutanix GET /nutanix/{serviceName}
73-
>
70+
![Add nodes tab](images/adding-nodes-03.png){.thumbnail}
71+
72+
5. Review the configuration and pricing in the pop-up window, then click `Order`{.action} to add the node(s).
73+
74+
![Order popup](images/adding-nodes-04.png){.thumbnail}
75+
76+
Once the node is delivered, you can see the status in the **General information** tab.
77+
78+
79+
The **Number of nodes** area will show a new node to install.
80+
81+
![Number of nodes](images/adding-nodes-05.png){.thumbnail}
82+
83+
#### Install an OS
84+
85+
> [!tabs]
86+
> OVHcloud Control Panel
87+
>> 1. If you click `Manage my nodes`{.action} again, you will see a list of your nodes. For any node with a **OS not installed** status, click the *more options* `...`{.action} button and select `Install`{.action}.
88+
>>
89+
>> [Node status](images/install-os-01.png){.thumbnail}
90+
>>
91+
>> 2. Enter the configuration details for your node. Be sure to install the same AOS version as your cluster.
92+
>>
93+
>> Click `Install`{.action}.
94+
>>
95+
>> ![Install option](images/install-os-02.png){.thumbnail}
96+
>>
97+
>> 3. A confirmation message will appear.
98+
>>
99+
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
100+
>>
101+
>>
102+
> OVHcloud API
103+
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}., use this call:
104+
>>
105+
>> > [!api]
106+
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy>>
107+
108+
Once the node has been installed, you can connect to Prism Central/Element and expand your cluster.
109+
110+
Please refer to the documentation below:
111+
112+
- [Expanding a Cluster through Prism Central](https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2024_3_1:mul-node-add-pc-t.html)
113+
- [Expanding a Cluster](https://portal.nutanix.com/page/documents/details?targetId=Web-Console-Guide-Prism-v7_0:wc-cluster-expand-wc-t.html)
114+
115+
### Scale In (remove a node)
116+
117+
#### Power down a node
118+
119+
1. From the [OVHcloud Control Panel](/links/manager), navigate to your Nutanix cluster via the `Hosted Private Cloud`{.action} and `Nutanix`{.action} menus.
120+
121+
![Nutanix cluster overview](images/control-panel.png){.thumbnail}
122+
123+
2. In the **General information** tab, you can see the Number of nodes. Click `Manage my nodes`{.action}.
124+
125+
![Manage my nodes](images/manage-nodes.png){.thumbnail}
74126

75-
- `serviceName`: enter the cluster name
127+
3. Here, you've got 2 options:
76128

77-
![New Node via APIV6](images/scaleup2.png){.thumbnail}
129+
> [!tabs]
130+
> OVHcloud Control Panel
131+
>> For the node you wish to remove, click the *more options* `...`{.action} button and select `Power down`{.action}.
132+
>> ![Power down](images/powerdown-nodes-01.png){.thumbnail}
133+
>>
134+
>> A warning pop-up will appear. Type the required term and click `Power down`{.action}.
135+
>>
136+
>> > [!info]
137+
>> > **Note:** Powering down a Nutanix node may impact your cluster.
138+
>> > Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
139+
>>
140+
>> ![Power down warning](images/powerdown-nodes-02.png){.thumbnail}
141+
>>
142+
>> A confirmation banner will appear to confirm that your request is processing.
143+
>> ![Power down confirmation](images/powerdown-nodes-03.png){.thumbnail}
144+
>>
145+
> OVHcloud API
146+
>> You can also power down your node via the [OVHcloud API](https://api.ovh.com/){.external}.
147+
>> Get the Boot ID:
148+
>>
149+
>> Enter *power* as the **bootType**.
150+
>> > [!api]
151+
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
152+
>> Set the Boot ID:
153+
>> > [!api]
154+
>> > @api {v1} PUT /dedicated/server/{serviceName}
155+
>> Power down the node:
156+
>> > [!api]
157+
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
158+
159+
#### Uninstall the node
160+
161+
> [!tabs]
162+
> OVHcloud Control Panel
163+
>> Once the node is powered down, click the *more options* `...`{.action} button and select `Uninstall`{.action}.
164+
>> ![Uninstall button](images/remove-nodes-01.png){.thumbnail}
165+
>>
166+
>> A warning pop-up will appear. Type the required term and click `Uninstall`{.action}.
167+
>>
168+
>> > [!info]
169+
>> > **Note:** Uninstalling a Nutanix node may impact your cluster.
170+
>> > Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
171+
>>
172+
>> ![Uninstall warning](images/remove-nodes-02.png){.thumbnail}
173+
>>
174+
>> A confirmation banner will appear to confirm that your request is processing.
175+
>>
176+
>> ![Uninstall confirmation](images/remove-nodes-03.png){.thumbnail}
177+
>>
178+
> OVHcloud API
179+
>> To uninstall your node via the [OVHcloud API](https://api.ovh.com/){.external}., use this call:
180+
>> > [!api]
181+
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
182+
183+
#### Remove the node
184+
185+
Once the node is uninstalled, click the *more options* `...`{.action} button and select `Uninstall`{.action}.
186+
187+
>> ![Remove the node](images/remove-nodes-04.png){.thumbnail}
78188
79-
The new node appears with 0.0.0.0 IPs.
80189

81190
### Node installation.
82191

38.7 KB
Loading
47.4 KB
Loading
31.8 KB
Loading
29.5 KB
Loading
113 KB
Loading
31.8 KB
Loading
10.8 KB
Loading
14.5 KB
Loading
112 KB
Loading

0 commit comments

Comments
 (0)