- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Making Software Depots
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
03-04-2005 06:11 AM
03-04-2005 06:11 AM
Making Software Depots
I want to create a software depot, but i dont have the OS cds. Can i create a software depot if i dont have the cds?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 06:31 AM
03-04-2005 06:31 AM
Re: Making Software Depots
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 06:37 AM
03-04-2005 06:37 AM
Re: Making Software Depots
If you are talking about downloading multiple patches and then creating a single depot, then it is possible even without OS cds. create_depot_hp-ux-?? executable comes with every patch you download for achiving this.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 09:17 AM
03-04-2005 09:17 AM
Re: Making Software Depots
To do this successfully, the machie you are making the archive from needs to be quite similar to the one you are trying to install. For instance, you can not expect an archive taken from a K-Class machine to ignite an rp-xxxx server properly.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 12:53 PM
03-04-2005 12:53 PM
Re: Making Software Depots
Where are you getting your software from for these depots?
If you are copying them from a different depot from another server then type:
# swcopy
This will copy the existing depot and create in on your target server.
then remove the software you do not want and copy software you do.
also read the man pages for swreg, it suggests you need to use the swpackage command with the swreg command when creating depots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 02:37 PM
03-04-2005 02:37 PM
Re: Making Software Depots
from an installed/running system, the answer is no.
The reason is, a depot is not only the product filesets
that come with it, it also contains bunch of SD scripts
that needs to run before, during and after the
installation process. Most depots will be useless without
these SD scripts. A depot can only be created from the product filesets by running swpackage command
that takes a PSF (product specification) file as input.
So, bottomline is, to create a valid depot you need all
3 (i.e product filesets, SD scripts and PSF file).
- Biswajit