Operating System - HP-UX
1834187 Members
2817 Online
110064 Solutions
New Discussion

how to add a file to the already created depot by using swmodify

 
sreevani
New Member

how to add a file to the already created depot by using swmodify

Hi,

I want to add a file in the already created depot, by using swmodify.

can anybody send the syntax for the same.

thank you
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: how to add a file to the already created depot by using swmodify

Hi:

You use 'swcopy' to add to an existing depot, or 'swremove' to remove something.

For example:

# swcopy -v -s BUNDLENAME -x enforce_dependencies=false \* @ /var/tmp/swdepot

Regards!

...JRF...
rariasn
Honored Contributor

Re: how to add a file to the already created depot by using swmodify

Hi sreevani,

swcopy -x enforce_dependencies=FALSE \
-x mount_all_filesystems=FALSE \
-x reinstall=TRUE \
-x write_remote_files=TRUE \
-d -s $PWD/$NEW_DEPOT \* @ $DEPOT

rgs,

ran