1758612 Members
2360 Online
108874 Solutions
New Discussion юеВ

Re: Something about 11.0

 
Wang,MinJie
Super Advisor

Something about 11.0

Hey,I've installed a 11.0 system on a workstation
and after I installed QPK and HWE how could I see
it?(as usual I used "swlist -l product|grep -i hwe" before,but no effect!)
7 REPLIES 7
BPatrick
Trusted Contributor

Re: Something about 11.0

Issue one of these commands

swlist -R |grep -i hwe

or

swlist -l bundle |grep -i hwe

melvyn burnard
Honored Contributor

Re: Something about 11.0

Use swlist -l bundle to list the bundles, and the QPK and HWE should be listed here
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Wang,MinJie
Super Advisor

Re: Something about 11.0

OK
Now I can see HWE,but QPK is still lost
Can you help me?
Ninad_1
Honored Contributor

Re: Something about 11.0

Wang,

I guess a simple swlist | grep QPK should show you.

Regards,
Ninad
Robert-Jan Goossens
Honored Contributor

Re: Something about 11.0

try this command

root# swlist -l bundle | grep -i q
QPK1100 B.11.00.64.4 Quality Pack for HP-UX 11.00, March 2004
Shahul
Esteemed Contributor

Re: Something about 11.0

Hi,

I have just checked in my system. All of this should work.

swlist |grep -i qpk
swlist -R|grep -i qpk (This list all the items)

swlist -l bundle |grep -i qpk

If you are not getting this, I think something is wrong with your installation. See in /var/adm/sw/products directory, there will be one directory starting with QPK and another starting with HWE.

Best of luck
Shahul
Jon M Zellhoefer
Valued Contributor

Re: Something about 11.0

try taking a look to see if it got stuck while installing ....

swlist -l fileset -a state | grep installed

if that comes back >0, you'll likely need to run swconfig on the packages that didn't configure properly.