1834909 Members
2777 Online
110071 Solutions
New Discussion

Re: depot File

 
SOLVED
Go to solution
Ralf Buchhold
Regular Advisor

depot File

Hello
I want to install the following depot file:
OnlineDiag_11.00.depot

with swinstall ?? or swcopy ???

Thank
Ralf
3 REPLIES 3
Pete Randall
Outstanding Contributor

Re: depot File

Ralf,

To actually install the software so it can be run, you use swinstall. Use swcopy to copy it into a depot for later distribution to this or other servers.


Pete

Pete
Ashwani Kashyap
Honored Contributor

Re: depot File

#swinstall -s /path_to_depot/OnlineDiag_11.00.depot .
Sridhar Bhaskarla
Honored Contributor
Solution

Re: depot File

Ralf,

'swinstall'. I suggest you use TUI and point your "Source Depot Path" to /wherever/OnlineDiag_11.00.depot. It's easy.

From the command line it would be

swinstall -s /wherever/OnlineDiag_11.00.depot \*

If you want it to be available to other servers via network, then do

#mkdir /tmp/onlinediag
#cd /tmp/onlinediag
#tar xvf /wherever/OnlineDiag_11.00.depot
#touch catalog/swlock
#swreg -l depot /tmp/onlinediag

Or use "swcopy" TUI and select source as /wherever/OnlineDiag_11.00.depot and destination as /tmp/onlinediag

-Sri
You may be disappointed if you fail, but you are doomed if you don't try