VMware Cloud Community
rbnunes
Contributor
Contributor
Jump to solution

Get Status on ESXi 5.1 High Availability Agent

Hello everybody !

Someone has any script to check status on ESXi 5.1 High Availability Agent ?


Thanks,

Rafael Nunes

0 Kudos
1 Solution

Accepted Solutions
julienvarela
Commander
Commander
Jump to solution

Hi,

Ok, try this, i check from my side and it is ok.

Get-VMHostService [ESX]  |  Where {$_.Key -eq "vmware-fdm"}

pastedImage_1.png

And you can have the running status .

Regards,

Julien.

Regards, J.Varela http://vthink.fr

View solution in original post

0 Kudos
4 Replies
julienvarela
Commander
Commander
Jump to solution

Hi,

Check herehttp://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/VMWare/Check-v...

But never try.

Regards,

Julien.

Regards, J.Varela http://vthink.fr
0 Kudos
rbnunes
Contributor
Contributor
Jump to solution

Hi Julien,

thanks for your tip, but this script is not compatible with version 5.1. I´ve used in the version 4.1 and 5.0.

Best Regards,


Rafael NUnes

0 Kudos
julienvarela
Commander
Commander
Jump to solution

Hi,

Ok, try this, i check from my side and it is ok.

Get-VMHostService [ESX]  |  Where {$_.Key -eq "vmware-fdm"}

pastedImage_1.png

And you can have the running status .

Regards,

Julien.

Regards, J.Varela http://vthink.fr
0 Kudos
rbnunes
Contributor
Contributor
Jump to solution

Hi Julien,

It´s working now.

thanks for the tips.

Regards,

Rafael Nunes

0 Kudos