Operating System - HP-UX
1837239 Members
2244 Online
110115 Solutions
New Discussion

Re: Making A swinstall depot

 

Making A swinstall depot

Gurus,

I want a how-to on making efficient swinstall depots for my applications.

- Installation CD-s for HP-UX with specific Hardware setup and disk layout

- my own application in a given directory

- standard packages like wle Oracle with the
customization done for my application

Thanks in advance !!

DJC...keep the faith
I Love Rock'n'Roll
3 REPLIES 3
Sukant Naik
Trusted Contributor

Re: Making A swinstall depot

Hi Deepak,

I use the swpackage command to do the packaging of my software.

Do man swpackage

You need to create a psf file, which contains information about storage of various files and directories.

swpackage allows me to segregate and install the various libraries and binaries onto separate directories on the target machine.

-Sukant
Who dares he wins
U.SivaKumar_2
Honored Contributor

Re: Making A swinstall depot

hi,
#man swcopy

regards,
U.SivaKumar
Innovations are made when conventions are broken

Re: Making A swinstall depot