- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Modifying SW depot
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
02-13-2007 08:06 PM
02-13-2007 08:06 PM
Could you please tell me how can I add a file to an existing depot, so that it will be copied to the same place the other files in the depot are copied ?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 08:17 PM
02-13-2007 08:17 PM
Re: Modifying SW depot
http://docs.hp.com/en/B2355-90127/ch07s01.html
http://docs.hp.com/en/B2355-90154/ch07s02.html
Best Regars, Ernesto.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 08:18 PM
02-13-2007 08:18 PM
Re: Modifying SW depot
swcopy will do this for you, have a look at the man page for swcopy and it gives some examples of doing it.
Rgds,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 11:45 PM
02-13-2007 11:45 PM
Re: Modifying SW depot
Try the following command;
#swcopy -s
i.e
#swcopy -s /home/eli/file_name kernel-patch /swdepot/11.00/Patch
Hope this will resolve ur issue.
All the best
Cheers;
Indrajit Roy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 02:09 AM
02-14-2007 02:09 AM
Re: Modifying SW depot
# swcopy -x mount_all_filesystems=false -x enforce_dependencies=false -s /yourdir/yourpatch.depot \* @hostname:/patchdepot where u want to copy .
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 02:22 AM
02-14-2007 02:22 AM
Re: Modifying SW depot
To add to James' comments, be sure to add '-x enforce_dependencies=false'. This allows the copy to proceed *without* requiring all patch dependencies to be satisfied just to create a depot. If you don't do this, and their are missing patch dependencies, the depot will not be created.
At the time of the actual installation (with 'swinstall') you use '-x enforce_dependencies=true') --- the default.
Thus at installation, dependency analysis is made and if satisfied, the patches are in fact installed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 09:08 AM
02-14-2007 09:08 AM
SolutionRather than modifying an existing product, you can simply create a new product. I would recommend using Software Package Builder (SPB) as a starting point (http://www.docs.hp.com/en/SPB).
Once you have two products to be grouped together, you can create a bundle that contains all of the pieces you want. SPB can define bundles, or Ignite-UX make_bundles script can help with that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 06:17 PM
02-14-2007 06:17 PM
Re: Modifying SW depot
I have a depot :
/tmp/glance/
In that depot I have the following files :
ls /tmp/glance/Glance/GLANCE/opt/perf/bin/
glance glance.remove itose.remove
To those files I want to add my file (a script I wrote) so that it will be cpied with the other files in the install process.
I could not do it with your remarks (sorry).
Thaks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 03:55 PM
02-15-2007 03:55 PM
Re: Modifying SW depot
Bob and Ernesto got it right. ;-)
You probably shouldn't do that. The other answers were how to "merge" depots.
Ernesto's link had: Defining new objects.