Operating System - HP-UX
1840297 Members
2904 Online
110162 Solutions
New Discussion

Re: swcopy, dd, scp etc..

 
SOLVED
Go to solution
David Willams
Super Advisor

swcopy, dd, scp etc..

How do I copy the depot from abc.com to my source system and install it there
4 REPLIES 4
Johnson Punniyalingam
Honored Contributor
Solution

Re: swcopy, dd, scp etc..

if more than one depot file

you can use "swcopy" man swcopy

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1257741590475+28353475&threadId=962702

if less than <

you scp the depot file and use swinstall

HTH,

Johnson

Problems are common to all, but attitude makes the difference
Sharma Sanjeev
Respected Contributor

Re: swcopy, dd, scp etc..

Hi David

You can use swcopy, However you can install depot from that server as well with out copying to source system

swinstall -s depot_server_name location_of_ depot.

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
Dennis Handly
Acclaimed Contributor

Re: swcopy, dd, scp etc..

Is this a tape or directory depot?
You can just copy the tape depot. For a directory depot, you can use swcopy or swinstall directly.

>Sanjeev: you can install depot from that server as well

You forgot the ":":
swinstall -s depot_server_name:/location_of_depot
David Willams
Super Advisor

Re: swcopy, dd, scp etc..

.