- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- software depot setup
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
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
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
тАО07-10-2007 02:16 AM
тАО07-10-2007 02:16 AM
software depot setup
Can someone explain to me exactly what will the software depot setup will do? Will it just copy the depot or will it actually do an install from the depot? If it is just copying, where will it be copied to and how much space will it require? If it is copying the depot, can I change the default to where I want it copied to?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2007 02:18 AM
тАО07-10-2007 02:18 AM
Re: software depot setup
(because you are asking about the size ...)
The swinstall process will do some checking and install the software included in the depot.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2007 02:23 AM
тАО07-10-2007 02:23 AM
Re: software depot setup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2007 02:24 AM
тАО07-10-2007 02:24 AM
Re: software depot setup
Lets say I have a depot in a directory called /depot
cd /depot
du -sk
If I use the create_depot command HP provides with patch downloads or swcopy myself the resulting depot will be approximately the size of the software I swcopy (both methods actually use swcopy). Give or take a few percentage points.
swcopy has a -p command which previews the software copy and might give you more accurate data.
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
тАО07-10-2007 02:27 AM
тАО07-10-2007 02:27 AM
Re: software depot setup
One uses 'swcopy' to copy software into a 'depot' for installation. Using 'swcopy' does *not* cause any installation. Installation is performed by 'swinstall'.
The space required will be somewhat more than the sum of the sizes of the individual components. You can specify the depot location using any valid absolute path.
There is no need to explicitly register a depot with 'swreg' unless you intend to use the depot remotely from another server.
It is very common to specify '-x enforce_dependencies=false' when building or adding a depot of patches. This allows patches to be added to a depot when all of their co-requisites or dependent patches are *not* ultimately contained within the depot. That is, you defer the dependency analysis until you actually install the contents of the depot with 'swinstall'. If you attempt to perform the 'swcopy' with '-x enforce_dependencies=true' you must satisfy the requirement wholly with the depot contents.
For example:
# swcopy -v -s BUNDLENAME -x enforce_dependencies=false \* @ /var/tmp/swdepot
...would copy all of the contents of BUNDLENAME into a depot named /var/tmp/swdepot (a common default one).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2007 11:24 AM
тАО07-10-2007 11:24 AM
Re: software depot setup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2007 01:59 PM
тАО07-10-2007 01:59 PM