Agent-based backup of Windows, Linux, Max, AIX and Solaris machines.
Post Reply
DenisMaks
Lurker
Posts: 2
Liked: never
Joined: Feb 11, 2021 11:02 am
Full Name: MaksaevDA
Contact:

Reports the number of sockets in use?

Post by DenisMaks »

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?
Egor Yakovlev
Veeam Software
Posts: 2537
Liked: 683 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?

Post by Egor Yakovlev » 2 people like this post

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!
Natalia Lupacheva
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?

Post by Natalia Lupacheva » 1 person likes this post

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!
DenisMaks
Lurker
Posts: 2
Liked: never
Joined: Feb 11, 2021 11:02 am
Full Name: MaksaevDA
Contact:

Re: Reports the number of sockets in use?

Post by DenisMaks »

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
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests