Operating System - HP-UX
1833891 Members
2232 Online
110063 Solutions
New Discussion

Re: Software depot management

 
SOLVED
Go to solution
HP UNIX Support
Occasional Contributor

Software depot management

On HP-UX 10.20 why do we have to register a depot in order to install software or patches?
5 REPLIES 5
Ian Dennison_1
Honored Contributor

Re: Software depot management

Not to install! If you are trying to install from CD, then specify [CD Mount Point]/XSWGR1100, or whatever the subdirectory is on disk. If you are trying to install from an individual file, specify the full file name, including ".depot".

If you use 'swcopy' to copy software depots from one place to another, it is very clever and will register the depot for you automatically.

Share and Enjoy! Ian
Building a dumber user
harry d brown jr
Honored Contributor

Re: Software depot management

Being that you can have multiple depots its important that the system knows where you want to start.

live free or die
harry
Live Free or Die
Stefan Farrelly
Honored Contributor
Solution

Re: Software depot management


Having a depot resigstered means its visible to other servers so they can install from it remotely. ie. a public depot, otherwise a depot is only private (for the server it is on).

As already said, if you use swcopy to copy .depot files or software from a CD or tape then SD automatically registers the depot, otherwise do it yourself;
swreg -l depot @
Im from Palmerston North, New Zealand, but somehow ended up in London...
Trond Haugen
Honored Contributor

Re: Software depot management

You don't have to register a depot if you will only sw-install or -copy locally.
If you want to access it from another system you have to register it.

Regards,
Trond
Regards,
Trond Haugen
LinkedIn
HP UNIX Support
Occasional Contributor

Re: Software depot management

Thanks for the swift replies!