Operating System - HP-UX
1854933 Members
1936 Online
104106 Solutions
New Discussion

OS packages and bundles installation

 
BAUKnight
Frequent Advisor

OS packages and bundles installation

dear all,
i installed hp ux 11i on rp3410 server, i need to verify the following if they are installed or not, and if they are not, please i need to know where can i download them?

1. OS Package: X11MotifDwkit.MOTIF21-PRG

2. File set: X11MotfDevkit.MOTIF-PRG

3. Bundles: Dec01GQPKLLi_aUX_pATCH ver b.03.02.06

I'm in a critical situation, please advice ASAP.
5 REPLIES 5
Bill Hassell
Honored Contributor

Re: OS packages and bundles installation

Use swlist to all your packages:

swlist -l bundle


swlist -l product


swlist -l fileset

Note that the programming environment is an extra cost package.


Bill Hassell, sysadmin
Ramaprasad N
Honored Contributor

Re: OS packages and bundles installation

If your PATH is not set, then you may face problem when executing the swlist command. In such a case, you can execute the above commands in the below fashion.

/usr/sbin/swlist -l bundle | grep -i
/use/sbin/swlist -l product | grep -i >product_name>
/use/sbin/swlist -l fileset | grep -i

If the package is installed, the command will list the installed package, it's version, etc. If not, the command will not return anything.

-Ram
BAUKnight
Frequent Advisor

Re: OS packages and bundles installation

i tried the commands above, but unfortunately i could not see what i am looking for, meaning that they are installed,
do u have any idea how can i get them and install them, here the list again

1. OS Package: X11MotifDwkit.MOTIF21-PRG

2. File set: X11MotfDevkit.MOTIF-PRG

3. Bundles: Dec01GQPKLLi_aUX_pATCH ver b.03.02.06

thx
Arunvijai_4
Honored Contributor

Re: OS packages and bundles installation

Hello,

You can download from

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3394BA

Bundles,

http://www2.itrc.hp.com/service/patch/releaseIndexPage.do

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
BAUKnight
Frequent Advisor

Re: OS packages and bundles installation

i installed the needed things from the URL given and from my support plus CD. thx