Operating System - HP-UX
1828667 Members
2126 Online
109984 Solutions
New Discussion

Re: Creating software depot

 
SOLVED
Go to solution
Daniel Fourie
Frequent Advisor

Creating software depot

Hi all

Can someone please help me in creating a software depot of the two NNM7.5 CD's so that I can copy the depot to another machine and install it there.

Regards
Knowlage is Power
4 REPLIES 4
Arunvijai_4
Honored Contributor
Solution

Re: Creating software depot

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=951560
[ subject: Create depot- How To ]

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Stuart Abramson
Trusted Contributor

Re: Creating software depot

1. If you get a depot CD from HP, copy it to a disk file depot like this:

log in as root
swcopy -s /dev/rmt/0m -x enforce_dependencies=false \
\* @ /depots/

2. If you want to convert a depot to a sequential file, to copy to another machine, then do this:

swpackage -s /depots/patch11.0 -d /tmp/filename \
-x target_type=tape

3. But if you make a depot on machine A, then to install on machine B, all you have to do is:

swinstall -s A:/depots/

You don't have to copy the file...


Stuart Abramson
Trusted Contributor

Re: Creating software depot

/dev/rmt/0m above is a from a tape. Use source depot name if from CD (i.e. - /cdrom).
Dorothee Singer
Frequent Advisor

Re: Creating software depot

this one really helped me a lot!!

doro

Computers make very fast, very accurate mistakes