1825694 Members
3260 Online
109686 Solutions
New Discussion

relocation

 
Prabu_3
Frequent Advisor

relocation

i am preparing a depot package for hPUX(11.11 PA-RISC) system. Some of the binaries in this package need to be relocatable and some of the startup scritps (like available in /sbin/init.d/) cannot be relocated. I have to install this using a single package PSF file. How can I do this?.

Note: I was using "swinstall -s /tmp/depot XXXX,l=/opt" for doing the relocation of the package XXXX. But this will put all the binaries and startup scripts in /opt directory, which is not desirable.
2 REPLIES 2
Scot Bean
Honored Contributor

Re: relocation

The "is_locatable" attribute can be applied to a bundle, product, or fileset.

If you split up your files into different products or filesets, you could try making some of them locatable, and others not.

See if that works. Also see "man 4 swpackage".
Prabu_3
Frequent Advisor

Re: relocation

i got the answer and tested it. it is working fine.