Operating System - HP-UX
1834643 Members
2894 Online
110069 Solutions
New Discussion

I need create_depot_hp-ux_11 script where can I download it?

 
cbozlagan
Regular Advisor

I need create_depot_hp-ux_11 script where can I download it?

I must download create_depot_hp-ux_11 script
to convert PHXX_nnnn to depot file.

Where can I download it?

Thanks
4 REPLIES 4
V. Nyga
Honored Contributor

Re: I need create_depot_hp-ux_11 script where can I download it?

Hi,

normally you get this script together with the patch when you download it (as tar for example).

Volkmar
*** Say 'Thanks' with Kudos ***
Steven E. Protter
Exalted Contributor

Re: I need create_depot_hp-ux_11 script where can I download it?

Shalom,

For custom depots


for i in *.depot
do

swcopy -x enforce_dependencies=FALSE \
-x mount_all_filesystems=FALSE \
-x reinstall=TRUE \
-x write_remote_files=TRUE \
-x layout_version=1.0 \
-s ${PWD}/$i \* @ ${1}
done


$1 is the target depot you wish to craete.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Peter Godron
Honored Contributor

Re: I need create_depot_hp-ux_11 script where can I download it?

Hi,
and welcome to the forums !

Once you have your script, should you run into problems, please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1110580

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
V. Nyga
Honored Contributor

Re: I need create_depot_hp-ux_11 script where can I download it?

Hi again,

every create_depot_hp-ux_11 script is for the patch you've downloaded, so I can give you one of mine, but you have to edit it.

V.
*** Say 'Thanks' with Kudos ***