Operating System - HP-UX
1824169 Members
3303 Online
109669 Solutions
New Discussion юеВ

What is the OE version on my server

 
SOLVED
Go to solution
Mousa55
Super Advisor

What is the OE version on my server

Hi
i have the Enterprice operaring Enviroment v1 media and the Mission Critical Operating Enviroment v1 madia.
i want to check what is the version is installed in my server (rp8420)?
and i want to upgrade the O.S from 11.11 to 11.23
what is the Necessary media for this process?

e.g) Do I need to HP-UX 11i v1 software Pacc
an internet express Non-OE Components and ...
this media for upgrade or no?

and at using this command
#update-ux -s /dvdrom ?????? what is correct syntax for it.
plz answer on all my Questions

thanks and best regard
6 REPLIES 6
Ivan Krastev
Honored Contributor
Solution

Re: What is the OE version on my server

For obtaining OE version use:
swlist | grep OE

For upgrade information see this document - http://docs.hp.com/en/5991-2701/5991-2701.pdf


regards,
ivan
Yogeeraj_1
Honored Contributor

Re: What is the OE version on my server

hi,

> i want to check what is the version is installed in my server (rp8420)?
try: print_manifest|grep OE

e.g.
SRV2:>print_manifest|grep OE
HPUX11i-OE-Ent B.11.11.0206 HP-UX Enterprise Operating Environment Component
SRV2:>


hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: What is the OE version on my server

hi again,

for the upgrade, also refer to the useful discussion:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1023003

Concerning the product support, also refer to an equally important document which is found at:
http://www.hp.com/softwarereleases/releases-media2/history/slide2.html


hope this helps too!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Jeeshan
Honored Contributor

Re: What is the OE version on my server

Hi

More precisely of swlist command

swlist HPUX*OE*
a warrior never quits
Dennis Handly
Acclaimed Contributor

Re: What is the OE version on my server

>i want to upgrade the O.S from 11.11 to 11.23
what is the necessary media for this process?

Do you have the 11.23 media?

>ahsan: More precisely of swlist command
swlist HPUX*OE*

It is probably a good idea to quote that:
$ swlist "HPUX*OE*"
Mousa55
Super Advisor

Re: What is the OE version on my server

Hi
thanks for all