1837689 Members
3443 Online
110117 Solutions
New Discussion

Re: Problem with swcopy

 
SOLVED
Go to solution
KPS
Super Advisor

Problem with swcopy

I'm trying to take .depot files that I have taken off the HP-UX Porting and Archiving Center and swcopy them to an existing Depot Server that we have. The target that I'd like to copy them to is a registered depot.

Is what I'm doing possible and if so, how would I go about doing this and with what syntax with swcopy?

Thanks,
KPS
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: Problem with swcopy

Hi:

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

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

There is no need to register local depots --- 'swcopy' automatically performs that for you.

Regards!

...JRF...
KPS
Super Advisor

Re: Problem with swcopy

We are now all set; thanks for the help with this.