1835989 Members
1880 Online
110088 Solutions
New Discussion

Find out which version

 
Ralf Buchhold
Regular Advisor

Find out which version

Hello
can I find out which hpux version (HPUX 11.23)
(TCOE, MCOE) is installed ?
Thanks Ralf
14 REPLIES 14
Senthil Kumar .A_1
Honored Contributor

Re: Find out which version

Hi ralf,

try
swlist | grep -i hpux

regards,
Senthil
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Robert-Jan Goossens
Honored Contributor

Re: Find out which version

Hi Ralf,

Try this one,

# /usr/sbin/swlist | grep "OE Component"

Robert-Jan
Arunvijai_4
Honored Contributor

Re: Find out which version

Hi Ralf,

You can find this out by,

# swlist HPUX11i-OE
# Initializing...
# HPUX11i-OE B.11.23.0409 HP-UX Foundation Operating Environment Component


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Peter Godron
Honored Contributor

Re: Find out which version

Ralf,
with swlist :
From wikipedia :
"
HP-UX 11i v2 Foundation OE (FOE) â Designed for the demands of Web servers, content servers and front-end servers, this OE includes applications such as HP-UX Web Server Suite, Java, and Mozilla Application Suite. This OE is bundled as HPUX11i-OE.

HP-UX 11i v2 Enterprise OE (EOE) â Designed for database application servers and logic servers, this OE contains the HP-UX 11i v2 Foundation OE bundles and additional applications such as GlancePlus Pak to enable an enterprise-level server. This OE is bundled as HPUX11i-OE-ENT.

HP-UX 11i v2 Mission Critical OE (MCOE) â Designed for the large, powerful back-end application servers and database servers that access customer files and handle transaction processing, this OE contains the Enterprise OE bundles, plus applications such as MC/ServiceGuard and Workload Manager to enable a mission-critical server. This OE is bundled as HPUX11i-OE-MC.

HP-UX 11i v2 Minimal Technical OE (MTOE) â Designed for workstations running HP-UX 11i v2, this OE includes the Mozilla Application Suite, Perl, VxVM, and Judy applications, plus the OpenGL Graphics Developer's Kit. This OE is bundled as HPUX11i-MTOE.

HP-UX 11i v2 Technical Computing OE (TCOE) â Designed for both compute-intensive workstation and server applications, this OE contains the MTOE bundles plus extensive graphics applications and Math Libraries. This OE is bundled as HPUX11i-TCOE.
"
Chan 007
Honored Contributor

Re: Find out which version

Arunvijai_4
Honored Contributor

Re: Find out which version

Hi Ralf,

I have assigned points to 73 of 486 responses to my questions.

You should recognise people you respond to your questions.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: Find out which version

# swlist | grep OE | awk '{ print $1 }'

--
Muthu
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: Find out which version

11.23 Use,

machinfo

it is also giving that.

sam -> performance monitor -> system properties

will give that too.

--
Muthu
Easy to suggest when don't know about the problem!
Bharat Katkar
Honored Contributor

Re: Find out which version

HI Ralf,
for finding HPUX version:

# swlist | grep BUNDLE
# uname -a

For find TCOE or MCOE

# swlist | grep OE

This will list whether it is HPUX11i-OE-MC or simply foundation OE.

Regards,
You need to know a lot to actually know how little you know
Geoff Wild
Honored Contributor

Re: Find out which version

Version:

uname -a

OE:

swlist |grep OE

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
f. halili
Trusted Contributor

Re: Find out which version

# swlist | grep HPUX
derekh
Deepak.R
Frequent Advisor

Re: Find out which version

All the guys have been fighting to answer this simple qstn and grab points.

gr8

deepak
Deepak.R
Frequent Advisor

Re: Find out which version

Hi,

Everyone is hungry for points

Bharat Katkar
Honored Contributor

Re: Find out which version

Deepak dear,

Sometimes things looks simple but they are not that simple.

And in a Exam Paper not all question are hard or tough, there are some simple questions and you earn marks for it.

Keep forumming.....
:)

Regards,
You need to know a lot to actually know how little you know