Hi everyone,
Please tell me how can I track the number of license sockets in use? Perhaps there is a powershell command that reports the number of sockets in use?
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Feb 11, 2021 11:02 am
- Full Name: MaksaevDA
- Contact:
-
- Product Manager
- Posts: 2579
- Liked: 708 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Reports the number of sockets in use?
Hi DA,
A File - License window doesn't have information you are looking for? Or you are looking specifically to retrieve that info over CLI?
/Thanks!
A File - License window doesn't have information you are looking for? Or you are looking specifically to retrieve that info over CLI?
/Thanks!
-
- Veteran
- Posts: 1143
- Liked: 302 times
- Joined: Apr 27, 2020 12:46 pm
- Full Name: Natalia Lupacheva
- Contact:
Re: Reports the number of sockets in use?
Hi Denis,
If you need to get this information with Powershell, you can use Get-VBRSocketLicenseSummary command.
Also, you might be interested in Backup Inventory report in Veeam One, showing the detailed information.
Thanks!
If you need to get this information with Powershell, you can use Get-VBRSocketLicenseSummary command.
Also, you might be interested in Backup Inventory report in Veeam One, showing the detailed information.
Thanks!
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Feb 11, 2021 11:02 am
- Full Name: MaksaevDA
- Contact:
Re: Reports the number of sockets in use?
Thanks for the help.
I will use this script:
Add-PSSnapin VeeamPSSnapin
Connect-VBRserver -Server server_name
$license = Get-VBRInstalledLicense
($license.SocketLicenseSummary | Where-Object Type -Contains "vSphere").UsedSocketsNumber
Disconnect-VBRserver
Conclusion, I will use in Zabbix
I will use this script:
Add-PSSnapin VeeamPSSnapin
Connect-VBRserver -Server server_name
$license = Get-VBRInstalledLicense
($license.SocketLicenseSummary | Where-Object Type -Contains "vSphere").UsedSocketsNumber
Disconnect-VBRserver
Conclusion, I will use in Zabbix
Who is online
Users browsing this forum: No registered users and 3 guests