1834838 Members
3271 Online
110070 Solutions
New Discussion

Re: Generate depot

 
Marcelo De Florio_1
Frequent Advisor

Generate depot

How can i generate a depot file with AdvJournalFS (software, to install in another machine) ?

thanks
MDF
Marcelo De Florio
4 REPLIES 4
Alexander M. Ermes
Honored Contributor

Re: Generate depot

Hi there.
Read the manpages of swpackage.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Carsten Krege
Honored Contributor

Re: Generate depot

Either copy the software from CD to a filesytem depot and install from there:

hostA # swcopy -s /SD_CDROM B3929BA @ /var/spool/sw
hostB # swinstall -s hostA:/var/spool/sw

or copy into a file depot and make a single file from it that you can mail or ftp etc:

hostA # swcopy -s /SD_CDROM B3929BA @ /var/spool/sw
hostA # swpackage -x target_type=tape -s /var/spool/sw B3929BA @
host B # ftp> get


Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
A. Clay Stephenson
Acclaimed Contributor

Re: Generate depot

Hi Marcelo,

If I understand your question then the answer is swpackage. However, this is a very difficult task the first time especially if you
have to create control scripts for checkinstall,preinstall,... . The man pages just touch on this topic.

Fortunately, you can download this document
from: http://docs.hp.com/hpux/onlinedocs/B2355-90127/B2355-90127.html

It will step you through the entire process.

Regards, Clay
If it ain't broke, I can fix that.
Deshpande Prashant
Honored Contributor

Re: Generate depot

HI
You can create a central software depot on seperate file system and install software/patches from depot to any machine on network.
On depot machine use swcopy to copy product/patch in to depot.

swcopy -s @

On any machine on network use swinstall and select Network drive option for software source and select the host where your depot resides.

But I think, the products that need codeword to unlock from CD, may not be able to install from Depot. Adv. VxFS need to be unlocked using codeword from app. cd.

Thanks.
Prashant.



Take it as it comes.