You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/spla_license_management/guide.en-gb.md
+85-17Lines changed: 85 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,90 @@
1
1
---
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
5
5
---
6
6
7
7
## Objective
8
8
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.
10
16
11
17
> [!warning]
12
18
>
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.
14
20
>
15
21
> 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.
16
22
17
23
## Requirements
18
24
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)
20
28
21
29
## Instructions
22
30
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)
> 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.
> 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
24
88
25
89
You can quickly check which virtual machines in your infrastructure are licensed via the OVHcloud API:
26
90
@@ -42,16 +106,16 @@ You can quickly check which virtual machines in your infrastructure are licensed
42
106
]
43
107
```
44
108
45
-
### Verify the license of a virtual machine
109
+
####Verify the licence of a virtual machine
46
110
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:
48
112
49
113
> [!api]
50
114
>
51
115
> @api {v1} /dedicatedCloud GET /dedicatedCloud/{serviceName}/datacenter/{datacenterId}/vm/{vmId}
52
116
>
53
117
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`.
55
119
56
120
*Return example:*
57
121
@@ -63,9 +127,9 @@ If no license is attached to it, the `license` field value will be `null`.
63
127
}
64
128
```
65
129
66
-
### Update the license of a virtual machine
130
+
####Update the licence of a virtual machine
67
131
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:
69
133
70
134
> [!api]
71
135
>
@@ -74,17 +138,17 @@ You can update the license associated with one of your virtual machines via the
74
138
75
139
> [!primary]
76
140
>
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.
78
142
79
143
> [!warning]
80
144
>
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.
82
146
>
83
147
> You can resolve this by changing the VM settings or you can choose to ignore this error by passing the option `bypassGuestOsFamilyCheck`.
84
148
85
-
### Unlicense a virtual machine
149
+
####Unlicense a virtual machine
86
150
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:
88
152
89
153
> [!api]
90
154
>
@@ -93,4 +157,8 @@ You can delete the license associated with one of your virtual machines via the
93
157
94
158
## Go further
95
159
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.
Copy file name to clipboardExpand all lines: pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/spla_license_management/guide.fr-fr.md
+79-12Lines changed: 79 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
1
---
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
5
5
---
6
6
7
7
## Objectif
8
8
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.
10
16
11
17
> [!warning]
12
18
>
@@ -16,11 +22,68 @@ Découvrez comment gérer les licences Windows de vos machines virtuelles héber
16
22
17
23
## Prérequis
18
24
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)
20
28
21
29
## En pratique
22
30
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)
> 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
+
{.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
+
{.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
24
87
25
88
Vous pouvez vérifier rapidement quelles machines virtuelles de votre infrastructure possèdent une licence depuis l'API OVHcloud.
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.
48
111
Si aucune licence n'est attachée à celle-ci, le champ `license` aura la valeur `null`.
49
112
50
113
> [!api]
@@ -62,7 +125,7 @@ Si aucune licence n'est attachée à celle-ci, le champ `license` aura la valeur
62
125
}
63
126
```
64
127
65
-
### Mettre à jour la licence d'une machine virtuelle
128
+
####Mettre à jour la licence d'une machine virtuelle
66
129
67
130
Vous pouvez mettre à jour la licence associée à une de vos machines virtuelles depuis l'API OVHcloud :
68
131
@@ -81,7 +144,7 @@ Vous pouvez mettre à jour la licence associée à une de vos machines virtuelle
81
144
>
82
145
> 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`.
83
146
84
-
### Supprimer la licence d'une machine virtuelle
147
+
####Supprimer la licence d'une machine virtuelle
85
148
86
149
Vous pouvez supprimer la licence associée à une de vos machines virtuelles depuis l'API OVHcloud :
87
150
@@ -92,4 +155,8 @@ Vous pouvez supprimer la licence associée à une de vos machines virtuelles dep
92
155
93
156
## Aller plus loin
94
157
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).
0 commit comments