Skip to content

Commit 544ea19

Browse files
dstagnoldstagnol
authored andcommitted
adding new feature
1 parent 9a5585f commit 544ea19

File tree

8 files changed

+164
-29
lines changed

8 files changed

+164
-29
lines changed

pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/spla_license_management/guide.en-gb.md

Lines changed: 85 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,90 @@
11
---
2-
title: How to manage Windows licenses for virtual machines on your Hosted Private Cloud infrastructure
3-
excerpt: Find out how to manage Windows licenses for virtual machines on your OVHcloud Hosted Private Cloud infrastructure
4-
updated: 2024-05-23
2+
title: How to manage Windows licences for virtual machines on your Hosted Private Cloud infrastructure
3+
excerpt: Learn how to track and activate Windows licences for your virtual machines using the OVHcloud Control Panel or API.
4+
updated: 2025-05-28
55
---
66

77
## Objective
88

9-
This guide explains how to manage Windows licenses for your virtual machines hosted on your Hosted Private Cloud infrastructure.
9+
This guide explains how to manage Windows licences for your virtual machines hosted on your Hosted Private Cloud infrastructure.
10+
11+
It now includes a new feature available in the [OVHcloud Control Panel](/links/manager), which allows you to:
12+
- View the number of Windows virtual machines requiring a licence
13+
- Instantly activate a licence on eligible VMs from the interface
14+
15+
This gives you better visibility, reduces the need for API calls, and helps ensure compliance with Microsoft licensing requirements.
1016

1117
> [!warning]
1218
>
13-
> OVHcloud allows you to ease the management and billing of your Windows licenses by allowing you to tell us which virtual machines require the use of a license.
19+
> OVHcloud simplifies the management and billing of your Windows licences by allowing you to tell us which virtual machines require the use of a licence.
1420
>
1521
> However, you remain responsible for the accuracy of the data you provide to us, and OVHcloud cannot be held liable for any unauthorized use of a Windows system on your part.
1622
1723
## Requirements
1824

19-
- [Windows licenses activated](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/manager_ovh_private_cloud#licence-windows) in your [OVHcloud Control Panel](/links/manager)
25+
- A Hosted Private Cloud service powered by VMware
26+
- At least one virtual machine running a Windows operating system
27+
- [Windows licences activated](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/manager_ovh_private_cloud#licence-windows) in your [OVHcloud Control Panel](/links/manager)
2028

2129
## Instructions
2230

23-
### List virtual machines with a license
31+
### Monitor and activate Windows licences directly from the OVHcloud Control Panel
32+
33+
> [!primary]
34+
>
35+
> This feature only applies if you want OVHcloud to license your Windows VMs via SPLA.
36+
> If you bring your own licence (BYOL), you do not need to activate anything in the [OVHcloud Control Panel](/links/manager).
37+
38+
#### Check your Windows licence usage in the Control Panel
39+
40+
1. Go to the `Hosted Private Cloud`{.action} section of your [OVHcloud Control Panel](/links/manager).
41+
42+
2. Select your service, then open the `Datacenter`{.action} tab.
43+
44+
Here, you will find:
45+
46+
- The **total number of VMs** running in your datacenter
47+
- The **number of Windows VMs** (requiring a licence)
48+
- The **number of declared Windows VMs** (licensed by OVHcloud)
49+
50+
![Licence overview](images/licence-visibility-EN.png).{thumbnail}
51+
52+
> [!primary]
53+
>
54+
> Activating the licence in the [OVHcloud Control Panel](/links/manager) is only required if you want OVHcloud to provide a Windows SPLA licence for the VM.
55+
56+
#### Understand the two Windows licence management modes
57+
58+
There are two scenarios:
59+
60+
- **Case 1: You bring your own Microsoft licence (BYOL)**
61+
→ No action required in the interface.
62+
63+
- **Case 2: You want OVHcloud to licence the VM**
64+
→ The VM licence must be activated in the [OVHcloud Control Panel](/links/manager) for it to be billed properly.
65+
66+
#### Activate a Windows licence from the OVHcloud Control Panel
67+
68+
1. In your private cloud, go to the `Virtual Machines`{.action} tab.
69+
2. Locate the VM that needs to be licensed.
70+
3. Click `Activate licence`{.action}.
71+
72+
![Activate licence](images/activate-licence-EN.png){.thumbnail}
73+
74+
4. Choose the appropriate licence from the dropdown menu.
75+
5. Click `Activate`{.action} to confirm the action.
76+
77+
![Activate licence](images/select-licence-EN.png){.thumbnail}
78+
79+
> [!success]
80+
>
81+
> The VM is now declared and licensed by OVHcloud. It will appear in your billing and compliance tracking.
82+
83+
### Manage licences using the OVHcloud API
84+
85+
If you prefer to automate or integrate Windows licence management into your workflows, you can use the [API OVHcloud](https://api.ovh.com/){.external}. to list, assign, update or remove licences on your virtual machines.
86+
87+
#### List virtual machines with a licence
2488

2589
You can quickly check which virtual machines in your infrastructure are licensed via the OVHcloud API:
2690

@@ -42,16 +106,16 @@ You can quickly check which virtual machines in your infrastructure are licensed
42106
]
43107
```
44108

45-
### Verify the license of a virtual machine
109+
#### Verify the licence of a virtual machine
46110

47-
You can check the license currently associated with one of your virtual machines via the OVHcloud API:
111+
You can check the licence currently associated with one of your virtual machines via the OVHcloud API:
48112

49113
> [!api]
50114
>
51115
> @api {v1} /dedicatedCloud GET /dedicatedCloud/{serviceName}/datacenter/{datacenterId}/vm/{vmId}
52116
>
53117
54-
If no license is attached to it, the `license` field value will be `null`.
118+
If no licence is attached to it, the `license` field value will be `null`.
55119

56120
*Return example:*
57121

@@ -63,9 +127,9 @@ If no license is attached to it, the `license` field value will be `null`.
63127
}
64128
```
65129

66-
### Update the license of a virtual machine
130+
#### Update the licence of a virtual machine
67131

68-
You can update the license associated with one of your virtual machines via the OVHcloud API:
132+
You can update the licence associated with one of your virtual machines via the OVHcloud API:
69133

70134
> [!api]
71135
>
@@ -74,17 +138,17 @@ You can update the license associated with one of your virtual machines via the
74138
75139
> [!primary]
76140
>
77-
> Virtual machines deployed from [VMware content libraries](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/how_to_use_content_library) are automatically attached to a corresponding Windows license.
141+
> Virtual machines deployed from [VMware content libraries](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/how_to_use_content_library) are automatically attached to a corresponding Windows licence.
78142
79143
> [!warning]
80144
>
81-
> In order to avoid the incorrect allocation of a Windows license on a virtual machine, the API call above will return an error in the case where the virtual machine has been configured for a different operating system from your vSphere interface.
145+
> In order to avoid the incorrect allocation of a Windows licence on a virtual machine, the API call above will return an error in the case where the virtual machine has been configured for a different operating system from your vSphere interface.
82146
>
83147
> You can resolve this by changing the VM settings or you can choose to ignore this error by passing the option `bypassGuestOsFamilyCheck`.
84148
85-
### Unlicense a virtual machine
149+
#### Unlicense a virtual machine
86150

87-
You can delete the license associated with one of your virtual machines via the OVHcloud API:
151+
You can delete the licence associated with one of your virtual machines via the OVHcloud API:
88152

89153
> [!api]
90154
>
@@ -93,4 +157,8 @@ You can delete the license associated with one of your virtual machines via the
93157
94158
## Go further
95159

96-
Join our community of users on <https://community.ovh.com/en/>.
160+
If you need training or technical assistance to implement our solutions, please contact your Technical Account Manager or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
161+
162+
Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel.
163+
164+
Join our [community of users](/links/community).

pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/spla_license_management/guide.fr-fr.md

Lines changed: 79 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
---
2-
title: Gérer les licences Windows de vos machines virtuelles
3-
excerpt: Gérer les licences Windows de vos machines virtuelles
4-
updated: 2024-05-23
2+
title: Activer et gérer les licences Windows de vos machines virtuelles
3+
excerpt: Activer et gérer les licences Windows de vos machines virtuelles v
4+
updated: 2025-05-28
55
---
66

77
## Objectif
88

9-
Découvrez comment gérer les licences Windows de vos machines virtuelles hébergées sur votre infrastructure Hosted Private Cloud.
9+
Ce guide vous explique comment gérer les licences Windows de vos machines virtuelles hébergées sur votre infrastructure Hosted Private Cloud.
10+
11+
Il intègre désormais une nouvelle fonctionnalité disponible dans l’[espace client OVHcloud](/links/manager) qui vous permet de :
12+
- Visualiser le nombre de machines virtuelles Windows nécessitant une licence
13+
- Activer instantanément une licence sur les VM éligibles, directement depuis l’interface
14+
15+
Cela vous offre une meilleure visibilité, réduit le recours aux appels API, et vous aide à rester conforme aux exigences de licences Microsoft.
1016

1117
> [!warning]
1218
>
@@ -16,11 +22,68 @@ Découvrez comment gérer les licences Windows de vos machines virtuelles héber
1622
1723
## Prérequis
1824

19-
- [Avoir activé les licences Windows](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/manager_ovh_private_cloud#licence-windows){.external} depuis votre [espace client OVHcloud](/links/manager){.external}
25+
- Un service Hosted Private Cloud basé sur VMware
26+
- Au moins une machine virtuelle exécutant un système d’exploitation Windows
27+
- [Licences Windows activées](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/manager_ovh_private_cloud#license-windows) dans votre [espace client OVHcloud](/links/manager)
2028

2129
## En pratique
2230

23-
### Lister les machine virtuelles avec une licence
31+
### Suivre et activer les licences Windows directement depuis votre espace client OVHcloud
32+
33+
> [!primary]
34+
>
35+
> Cette fonctionnalité s’applique uniquement si vous souhaitez qu’OVHcloud fournisse la licence Windows via SPLA.
36+
> Si vous utilisez votre propre licence (BYOL), aucune activation n’est nécessaire dans l' [espace client OVHcloud](/links/manager).
37+
38+
#### Consulter l’usage des licences Windows dans l'espace client OVHcloud
39+
40+
1. Rendez-vous dans la section `Hosted Private Cloud`{.action} de votre [espace client OVHcloud](/links/manager).
41+
42+
2. Sélectionnez votre service, puis ouvrez l'onglet `Datacenter`{.action} .
43+
44+
Vous y trouverez :
45+
- Le **nombre total de VM** en cours d'exécution dans votre datacenter
46+
- Le **nombre de VM Windows** (nécessitant une licence)
47+
- Le **nombre de VM Windows déclarées** (licenciées via OVHcloud)
48+
49+
![Licence overview](images/licence-visibility-FR.png).{thumbnail}
50+
51+
> [!primary]
52+
>
53+
> L’activation de la licence dans l'[espace client OVHcloud](/links/manager) n’est requise que si vous souhaitez qu’OVHcloud fournisse une licence SPLA pour cette machine virtuelle.
54+
55+
#### Comprendre les deux modes de gestion des licences Windows
56+
57+
Deux cas de figure sont possibles :
58+
59+
- **Cas 1 : vous utilisez votre propre licence Microsoft (BYOL)**
60+
→ Aucune action n'est requise dans l'interface.
61+
62+
- **Cas n° 2 : vous souhaitez qu’OVHcloud fournisse une licence pour la VM**
63+
→ La licence de la VM doit être activée depuis l’[espace client OVHcloud](/links/manager) pour être correctement facturée.
64+
65+
#### Activer une licence Windows depuis l'espace client
66+
67+
1. Dans votre Private Cloud, accédez à l'onglet `Virtual Machines`{.action} .
68+
2. Localisez la VM concernée (sous licence Windows)
69+
3. Cliquez sur `Activer la licence`{.action}.
70+
71+
![Activer la licence](images/activate-licence-FR.png){.thumbnail}
72+
73+
4. Choisissez la licence souhaitée dans le menu déroulant.
74+
5. Cliquez sur `Activer`{.action} pour confirmer l'action.
75+
76+
![Activer la licence](images/select-licence-FR.png){.thumbnail}
77+
78+
> [!success]
79+
>
80+
> La VM est désormais déclarée et licenciée par OVHcloud. Elle sera prise en compte dans votre facturation et dans le suivi de conformité.
81+
82+
### Gérer les licences via l’API OVHcloud
83+
84+
Si vous souhaitez automatiser la gestion des licences Windows ou l’intégrer à vos processus, vous pouvez utiliser l’[API OVHcloud](https://api.ovh.com/){.external} pour lister, attribuer, mettre à jour ou supprimer les licences de vos machines virtuelles.
85+
86+
#### Lister les machines virtuelles avec une licence
2487

2588
Vous pouvez vérifier rapidement quelles machines virtuelles de votre infrastructure possèdent une licence depuis l'API OVHcloud.
2689

@@ -29,7 +92,7 @@ Vous pouvez vérifier rapidement quelles machines virtuelles de votre infrastruc
2992
> @api {v1} /dedicatedCloud GET /dedicatedCloud/{serviceName}/datacenter/{datacenterId}/vmLicensed
3093
>
3194
32-
*Example de retour :*
95+
*Exemple de retour :*
3396

3497
```json
3598
[
@@ -42,9 +105,9 @@ Vous pouvez vérifier rapidement quelles machines virtuelles de votre infrastruc
42105
]
43106
```
44107

45-
### Vérifier la licence d'une machine virtuelle
108+
#### Vérifier la licence d'une machine virtuelle
46109

47-
Vous pouvez vérifier la license actuellement associé à une de vos machines virtuelles depuis l'API OVHcloud.
110+
Vous pouvez vérifier la licence actuellement associé à une de vos machines virtuelles depuis l'API OVHcloud.
48111
Si aucune licence n'est attachée à celle-ci, le champ `license` aura la valeur `null`.
49112

50113
> [!api]
@@ -62,7 +125,7 @@ Si aucune licence n'est attachée à celle-ci, le champ `license` aura la valeur
62125
}
63126
```
64127

65-
### Mettre à jour la licence d'une machine virtuelle
128+
#### Mettre à jour la licence d'une machine virtuelle
66129

67130
Vous pouvez mettre à jour la licence associée à une de vos machines virtuelles depuis l'API OVHcloud :
68131

@@ -81,7 +144,7 @@ Vous pouvez mettre à jour la licence associée à une de vos machines virtuelle
81144
>
82145
> Vous pouvez résoudre ce problème en modifiant les réglages de la machine virtuelle ou vous pouvez choisir d'ignorer cette erreur en passant l'option `bypassGuestOsFamilyCheck`.
83146
84-
### Supprimer la licence d'une machine virtuelle
147+
#### Supprimer la licence d'une machine virtuelle
85148

86149
Vous pouvez supprimer la licence associée à une de vos machines virtuelles depuis l'API OVHcloud :
87150

@@ -92,4 +155,8 @@ Vous pouvez supprimer la licence associée à une de vos machines virtuelles dep
92155
93156
## Aller plus loin
94157

95-
Échangez avec notre [communauté d'utilisateurs](/links/community).
158+
Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en œuvre de nos solutions, contactez votre Technical Account Manager ou demandez une analyse personnalisée de votre projet à nos experts de l’équipe [Professional Services](/links/professional-services).
159+
160+
Posez des questions, donnez votre avis et interagissez directement avec l’équipe qui construit nos services Hosted Private Cloud sur le canal [Discord](https://discord.gg/ovhcloud) dédié.
161+
162+
Échangez avec notre [communauté d'utilisateurs](/links/community).
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)