1829868 Members
1976 Online
109993 Solutions
New Discussion

EMS/MTS version

 
SOLVED
Go to solution
Hector Vargas
Frequent Advisor

EMS/MTS version

Does anybody knows how to check EMS/MTS version for HPUX11.11?
2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: EMS/MTS version

For EMS:

# swlist -l product |grep EMS

You could try the same for MTS.

Also for EMS, when you execute:

# /etc/opt/resmon/lbin/monconfig

A banner will come up that show your EMS version (this also shows your STM version).
Hector Vargas
Frequent Advisor

Re: EMS/MTS version

Thanks,