Operating System - HP-UX
1832886 Members
2227 Online
110048 Solutions
New Discussion

build a depot from appilcation cd.

 
SOLVED
Go to solution
Stefano_65
Regular Advisor

build a depot from appilcation cd.

Hi everybody,
I need to install a single depot (mwa agent) from application cd, but I can't mount cd on the system because it's behind a firewall. the only way I ca is rcp. How can I extract the depot from cd and build something like mwa.depot? thanks!!!
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: build a depot from appilcation cd.

Stefano,

Below command will copy the complete cdrom to a filesystem

# swcopy -s /SD_CDROM @ /your/filesystem

Try to play with the selection to get the depot you need.

HTH,
Robert-Jan
Stefano_65
Regular Advisor

Re: build a depot from appilcation cd.

thanks, I'll try..