VMware Cloud Community
Wimo
Hot Shot
Hot Shot
Jump to solution

find version of HP agents

I have a task that I am going to assign, which is to verify that HP agents are installed on all our hosts (2.5.x and 3.x), and to find out what version. If we were only doing the first thing, "service hpasm status" would be adequate, but how do you find out the version installed, from the Service Console?

Reply
0 Kudos
1 Solution

Accepted Solutions
lamw
Community Manager
Community Manager
Jump to solution

rpm -qa | grep hpasm

Output will be something like:

test_esx# rpm -qa | grep hpasm

hpasm-7.9.1-22.vmware30

You'll see that we have 7.9.1 installed and it's the VMware HP SIM

View solution in original post

Reply
0 Kudos
2 Replies
lamw
Community Manager
Community Manager
Jump to solution

rpm -qa | grep hpasm

Output will be something like:

test_esx# rpm -qa | grep hpasm

hpasm-7.9.1-22.vmware30

You'll see that we have 7.9.1 installed and it's the VMware HP SIM

Reply
0 Kudos
Wimo
Hot Shot
Hot Shot
Jump to solution

Fantastic, thanks! But of course! Query the RPMs.

It's my Windows background that keeps me from thinking of stuff like that....

Reply
0 Kudos