- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Depots help
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
08-11-2003 03:18 AM
08-11-2003 03:18 AM
I have 3 depots with 3 products each:
a.depot
b.depot
c.depot
They depend on each other, so I must install all of them, but it's very uncomfortable to open depot after depot and install it.
Is there any way to make them one depot with three products?
d.depot
|
+-- product a
+-- product b
+-- product c
thanx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 03:31 AM
08-11-2003 03:31 AM
Re: Depots help
- creare a dirctory /depot
swcopy -x enforce_dependencies=false -s /full_path_to_depot_a "*" @/depot
swcopy -x enforce_dependencies=false -s /full_path_to_depot_b "*" @/depot
swcopy -x enforce_dependencies=false -s /full_path_to_depot_d "*" @/depot
Now, you can install from /depot:
check
swlist -s /depot
swinstall -s /depot
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 03:47 AM
08-11-2003 03:47 AM
Re: Depots help
Complete software depot cookbook,
http://www.software.hp.com/products/SD_AT_HP/docs/cookbook.html
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 03:50 AM
08-11-2003 03:50 AM
Re: Depots help
Then you can create a bundle with your three depots an you can give the bundle a name you want.
HTH
Rolans