1824908 Members
3897 Online
109677 Solutions
New Discussion юеВ

Checking Ems version

 
SOLVED
Go to solution
Diego Balgera
Frequent Advisor

Checking Ems version

Hi,

Host with HpUx 11.11 with Ems running on it, how can I check the Ems installed version?
Looks like it is not listed in swlist and I'm getting lost in looking for its version in the file system.

Thank you in advance!
Diego
4 REPLIES 4
Berd
Trusted Contributor
Solution

Re: Checking Ems version

Diego,

Try swlist -l fileset | grep -i ems. You should find what you're looking for.

HTH

Berd
Ivan Krastev
Honored Contributor

Re: Checking Ems version

Also with :

swlist -l fileset | grep -i event

regards,
ivan
Jaime Bolanos Rojas.
Honored Contributor

Re: Checking Ems version

Diego,

I would try with the -l product option:

# swlist -l product | grep -i ems
DSAU C.01.00.02 Distributed Systems Administration Utilit
ies
EMS-Config A.04.20 EMS Config
EMS-Core A.04.20 EMS Core Product
EMS-MIBMon A.04.20 EMS MIB Resource Monitor Product

Regards,

Jaime.
Work hard when the need comes out.
Diego Balgera
Frequent Advisor

Re: Checking Ems version

This perfectly solved my question. Thank you!