Operating System - HP-UX
1836456 Members
2227 Online
110101 Solutions
New Discussion

Re: determining ignite rev?

 
SOLVED
Go to solution
rmueller58
Valued Contributor

determining ignite rev?

I am getting ready to swap out VG00 9gb disks, with 35gb drives. I need to determine what the current version of Ignite is on my N4000..

Is there a way to determine this?
6 REPLIES 6
Patrick Wallek
Honored Contributor
Solution

Re: determining ignite rev?


# swlist -l product |grep -i ignite
Marco A.
Esteemed Contributor

Re: determining ignite rev?

ok,

swlist -l product | grep -i ignite

swlist -l fileset | grep -i ignite



What's the output? .. that's your ignite release.

hope this helps,

Rgds
Just unplug and plug in again ....
Enrico P.
Honored Contributor

Re: determining ignite rev?

Hi,

#cat /opt/ignite/Version

Enrico
Peter Godron
Honored Contributor

Re: determining ignite rev?

Hi,
to quote from:
http://docs.hp.com/en/T1335-90012/ch04s03.html

"To determine which version of Ignite-UX you are running, execute the command:

# swlist -l fileset -a revision Ignite-UX.FILE-SRV-11-11
"
rmueller58
Valued Contributor

Re: determining ignite rev?

Thanks all,

I just did the depot update, I was a couple revs behind..

rmueller58
Valued Contributor

Re: determining ignite rev?

Thanks All!!