Operating System - HP-UX
1830250 Members
2942 Online
110000 Solutions
New Discussion

swinstall single file from depot

 
Graham Van der vaart_1
Super Advisor

swinstall single file from depot

Hi
swlist -d -l file -s /cdrom/OV_DEPOT/HPOvOServer.depot | grep libopcsv_r.sl returns:
OVOPC.OVOPC-LIB: /opt/OV/lib/libopcsv_r.sl
Is it possible to swinstall only a single file from the depot?
Regards
Graham
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: swinstall single file from depot

Hi Graham,

Not to my knowledge, but the depot file is a tar archive. You should be able to use tar xvf to unpack the archive.

Hope this helps,
Robert-Jan
Dennis Handly
Acclaimed Contributor

Re: swinstall single file from depot

Any reason you only want install one file? The product may be depending on all of a set of files to work.

>Robert-Jan: You should be able to use tar xvf to unpack the archive.

This is not recommended.
As mentioned elsewhere, each file may be gzipped but without the .gz suffix. Use file(1) to check.
skt_skt
Honored Contributor

Re: swinstall single file from depot

"swlist -l filset -s /cdrom/OV_DEPOT/HPOvOServer.depot" and see what file/fileset u need to install.

run a "swinstall -p -s /cdrom/OV_DEPOT/HPOvOServer.depot" and try selecting the single fileset. If there is no dependenciies you can go ahead . otherwise i dont see a reason why you should SKIP the dependenices as they are all required to get everything working/integrated properly