- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Software Depot (General Info)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2007 07:29 PM
05-12-2007 07:29 PM
1. Copy Software to Depot, 2. remove Depot software, 3. view Depot software
May I know the concept behind these three, I have read Instaling software but could not get concept for the above mentioned.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2007 07:38 PM
05-12-2007 07:38 PM
Re: Software Depot (General Info)
Have you read this section of 'Managing Systems & Workgroups'?
http://docs.hp.com/en/B2355-90950/ch07s02.html#bajbeejf
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2007 08:14 PM
05-12-2007 08:14 PM
Re: Software Depot (General Info)
Thanks for the said link, sorry to bother u again if I summarize by example, pls correct if I am wrong.
lets say I have to install software of Data Protector not through cd (i.e. present on the network),1. first i will copy the software to /var/adm/sw using ftp, 2. run swinstall command to install the software
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2007 08:15 PM
05-12-2007 08:15 PM
Re: Software Depot (General Info)
distribution.
-man swcopy
-man swreg
2. As it says. Remove the software
3. As it says. This will show you the registered software available from the depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2007 09:23 PM
05-12-2007 09:23 PM
Re: Software Depot (General Info)
You can also install software using swinstall from a NFS share mountpoint.
A depot is registered for remote install as follows:
swreg -l depot
sd/ux is very flexible. There is almost always more than one way to acomplish a given goal.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2007 11:19 PM
05-13-2007 11:19 PM
SolutionI always suggest you to create a depot on a system and register the deopt either through swcopy or swreg .
This registered deopt will be available in the network.It can be access on other systems on the network without any nfs mounts / additional configurations.
To install the software from the above depot
use swinstall -s servername:/depotpath
use swlist -l depot @server to list the depots available in the server and
use swlist -d @servername:/depotpath to know the product details user the depot
So no need to copy this files across the system s and all these patches/softwares will be available in a central system (Depot server)
I hope this helps
Regards
Anish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 12:48 AM
05-14-2007 12:48 AM
Re: Software Depot (General Info)
The swcopy is used to copy the distribution software depot into a depot on the installation server.
If you always want to install from media there is no need to copy the software into a server.
It is however common to put software available on an installation server so that you don't need to have it spread around on each server, or retrieve it from tape/cd/dvd each time you need it.
The software does not need to be locally 'installed' on the installation server - just copied into a depot.
If you mix software from different HP-UX versions, you should organise the software in depots with names that show this.
Therafter you can run swinstall and retrieve the software from this server.
swinstall -s {installation server}
read also man pages for swinstall/swcopy:
/Tor-Arne