1836230 Members
1990 Online
110096 Solutions
New Discussion

SW DEPOT

 
mavrick
Regular Advisor

SW DEPOT

Hi,
I downloaded the .depot file to local machine. can i copy the dowloaded .depot to
/var/spool/sw uing swcopy. after swcopy any need of runing swreg..which is the thumb rule for creating depots.
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: SW DEPOT

You can conpy content of depot file to /var/spool/sw with swcopy:


swcopy -s /path/file.depot \* @ var/spool/sw


regards,
ivan
mavrick
Regular Advisor

Re: SW DEPOT

Hi Ivan,
That worked..
Thanks..any need to create separate directory for depot. where the swreg comands comes. if i need to remotely access
this depot how to do..?
Ivan Krastev
Honored Contributor

Re: SW DEPOT

The content of .depot file is copied in /var/adm/sw and you don't need to create additional dirs.

For accessing software from other location:

view products:
swlist @server:/var/spool/sw

install:
swinstall @server:/var/spool/sw Product_NAME

regards,
ivan