Skip to content

Commit 1dda5c2

Browse files
committed
Proofreading + Images size reduction
1 parent 4104ea8 commit 1dda5c2

File tree

8 files changed

+108
-80
lines changed

8 files changed

+108
-80
lines changed

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

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
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'
4-
hidden: true
3+
excerpt: 'Scale your Nutanix on OVHcloud cluster by adding or removing nodes via the Control Panel or the API'
54
updated: 2025-05-22
65
---
76

@@ -30,19 +29,19 @@ updated: 2025-05-22
3029

3130
## Objective
3231

33-
Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **remove (scale in)** nodes directly from the OVHcloud Control Panel.
32+
Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **remove (scale in)** nodes directly from the OVHcloud Control Panel or the OVHcloud API.
3433

3534
> [!warning]
3635
> OVHcloud provides services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.
3736
>
38-
> 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/en-gb/professional-services/) or a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
37+
> 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](/links/professional-services) or a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
3938
4039
## Requirements
4140

4241
- A Nutanix cluster hosted in your OVHcloud account
4342
- Access to the [OVHcloud Control Panel](/links/manager)
4443
- Access to the Prism Central administration interface
45-
- Access to the [OVHcloud API](https://api.ovh.com/).
44+
- Access to the [OVHcloud API](/links/api).
4645

4746
## Technical Information
4847

@@ -57,19 +56,19 @@ Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **
5756

5857
1. From the [OVHcloud Control Panel](/links/manager), navigate to your Nutanix cluster via the `Hosted Private Cloud`{.action} and `Nutanix`{.action} menus.
5958

60-
![Nutanix cluster overview](images/control-panel.png){.thumbnail}
59+
![Nutanix cluster overview](images/control-panel.png){.thumbnail}
6160

6261
2. In the **General information** tab, you can see the **Number of nodes**. Click `Manage my nodes`{.action}.
6362

64-
![Number of nodes](images/manage-nodes.png){.thumbnail}
63+
![Number of nodes](images/manage-nodes.png){.thumbnail}
6564

6665
3. In the **Nodes** tab, select `Add nodes`{.action}.
6766

68-
![Add nodes tab](images/adding-nodes-03.png){.thumbnail}
67+
![Add nodes tab](images/adding-nodes-03.png){.thumbnail}
6968

70-
5. Review the configuration and pricing in the pop-up window, then click `Order`{.action} to add the node(s).
69+
4. Review the configuration and pricing in the pop-up window, then click `Order`{.action} to add the node(s).
7170

72-
![Order popup](images/adding-nodes-04.png){.thumbnail}
71+
![Order popup](images/adding-nodes-04.png){.thumbnail}
7372

7473
Once the node is delivered, you can see the status in the **General information** tab.
7574

@@ -81,17 +80,17 @@ The **Number of nodes** area will show a new node to install.
8180

8281
> [!tabs]
8382
> OVHcloud Control Panel
84-
>> 1. If you click `Manage my nodes`{.action} again, you will see a list of your nodes. For any node with an **OS not installed** status, click the *more options* `...`{.action} button and select `Install`{.action}.
83+
>> If you click `Manage my nodes`{.action} again, you will see a list of your nodes. For any node with an **OS not installed** status, click the *more options* `...`{.action} button and select `Install`{.action}.
8584
>>
8685
>> [Node status](images/install-os-01.png){.thumbnail}
8786
>>
88-
>> 2. Enter the configuration details for your node. Be sure to install the same AOS version as your cluster.
87+
>> Enter the configuration details for your node. Be sure to install the same AOS version as your cluster.
8988
>>
9089
>> Click `Install`{.action}.
9190
>>
9291
>> ![Install option](images/install-os-02.png){.thumbnail}
9392
>>
94-
>> 3. A confirmation banner will appear.
93+
>> A confirmation banner will appear.
9594
>>
9695
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
9796
>>
@@ -100,13 +99,14 @@ The **Number of nodes** area will show a new node to install.
10099
>>
101100
>> > [!api]
102101
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
102+
>> >
103+
>>
103104
104105
Once the node has been installed, you can connect to Prism Central/Element and expand your cluster.
105106

106107
Please refer to the documentation below:
107108

108109
- [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)
109-
110110
- [Expanding a Cluster](https://portal.nutanix.com/page/documents/details?targetId=Web-Console-Guide-Prism-v7_0:wc-cluster-expand-wc-t.html)
111111

112112
### Scale In (remove a node)
@@ -115,56 +115,67 @@ Please refer to the documentation below:
115115

116116
1. From the [OVHcloud Control Panel](/links/manager), navigate to your Nutanix cluster via the `Hosted Private Cloud`{.action} and `Nutanix`{.action} menus.
117117

118-
![Nutanix cluster overview](images/control-panel.png){.thumbnail}
118+
![Nutanix cluster overview](images/control-panel.png){.thumbnail}
119119

120120
2. In the **General information** tab, you can see the Number of nodes. Click `Manage my nodes`{.action}.
121121

122-
![Manage my nodes](images/manage-nodes.png){.thumbnail}
122+
![Manage my nodes](images/manage-nodes.png){.thumbnail}
123123

124124
3. Here, you have 2 options:
125125

126126
> [!tabs]
127127
> OVHcloud Control Panel
128128
>> For the node you wish to remove, click the *more options* `...`{.action} button and select `Power down`{.action}.
129+
>>
129130
>> ![Power down](images/powerdown-nodes-01.png){.thumbnail}
130131
>>
131132
>> A warning pop-up will appear. Type the required term and click `Power down`{.action}.
132133
>>
133-
>> > [!info]
134-
>> > **NOTE:** Powering down a Nutanix node may impact your cluster. Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
134+
>> > [!primary]
135+
>> > Powering down a Nutanix node may impact your cluster. Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
136+
>> >
135137
>>
136138
>> ![Power down warning](images/powerdown-nodes-02.png){.thumbnail}
137139
>>
138140
>> A confirmation banner will appear.
141+
>>
139142
>> ![Power down confirmation](images/powerdown-nodes-03.png){.thumbnail}
140143
>>
141144
> OVHcloud API
142-
>> You can also power down your node via the [OVHcloud API](https://api.ovh.com/){.external}.
143-
>> Get the Boot ID:
144-
>> Enter *power* as the **bootType**.
145+
>> You can also power down your node via the [OVHcloud API](/links/api).
146+
>>
147+
>> - Get the Boot ID (enter *power* as the **bootType**):
145148
>>
146149
>> > [!api]
147150
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
151+
>> >
152+
>>
153+
>> - Set the Boot ID:
148154
>>
149-
>> Set the Boot ID:
150155
>> > [!api]
151156
>> > @api {v1} PUT /dedicated/server/{serviceName}
157+
>> >
158+
>>
159+
>> - Power down the node:
152160
>>
153-
>> Power down the node:
154161
>> > [!api]
155162
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
163+
>> >
164+
>>
156165
157166
#### Uninstall the node
158167

159168
> [!tabs]
160169
> OVHcloud Control Panel
161170
>> Once the node is powered down, click the *more options* `...`{.action} button and select `Uninstall`{.action}.
171+
>>
162172
>> ![Uninstall button](images/remove-nodes-01.png){.thumbnail}
163173
>>
164174
>> A warning pop-up will appear. Type the required term and click `Uninstall`{.action}.
165175
>>
166-
>> > [!info]
167-
>> > **NOTE:** Uninstalling a Nutanix node may impact your cluster. Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
176+
>> > [!primary]
177+
>> > Uninstalling a Nutanix node may impact your cluster. Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
178+
>> >
168179
>>
169180
>> ![Uninstall warning](images/remove-nodes-02.png){.thumbnail}
170181
>>
@@ -173,9 +184,12 @@ Please refer to the documentation below:
173184
>> ![Uninstall confirmation](images/remove-nodes-03.png){.thumbnail}
174185
>>
175186
> OVHcloud API
176-
>> To uninstall your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
187+
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
188+
>>
177189
>> > [!api]
178190
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
191+
>> >
192+
>>
179193
180194
#### Remove the node
181195

@@ -185,8 +199,8 @@ Once the node is uninstalled, click the *more options* `...`{.action} button and
185199

186200
A warning pop-up will appear. Type the required term and click `Confirm`{.action}.
187201

188-
> [!info]
189-
> **NOTE:** Your suspended service will appear in your nodes list for approximately one week before being permanently deleted. This allows you to reactivate the service if you need to reverse the deletion.
202+
> [!primary]
203+
> Your suspended service will appear in your nodes list for approximately one week before being permanently deleted. This allows you to reactivate the service if you need to reverse the deletion.
190204
191205
## Go further
192206

0 commit comments

Comments
 (0)