HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding SW To Patch Depots
Operating System - HP-UX
1831278
Members
3940
Online
110022
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
11-16-2007 11:25 AM
11-16-2007 11:25 AM
Hello Everyone,
I need to append a small depot to a larger patch depot. What commands can I use to do that?
All replies will be graded. Thank you very much for all your help!
Warm Regards,
Suren Selva
I need to append a small depot to a larger patch depot. What commands can I use to do that?
All replies will be graded. Thank you very much for all your help!
Warm Regards,
Suren Selva
Knowledge is power!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 11:47 AM
11-16-2007 11:47 AM
Solution
Hi Suren:
You use 'swcopy':
# swcopy -v -s /tmp/HWEnable11i -x enforce_dependencies=false \* @ /var/tmp/swdepot
The use of -x enforce_dependencies=false' defers the requirement for all dependencies to be present until your actual 'swinstall'. That is, only set this attribute to false when creating depots; not during an actual 'swinstall' session.
The Patch Management User Guide is a very worthwhile read:
http://docs.hp.com/en/5992-0674/index.html
Regards!
...JRF...
You use 'swcopy':
# swcopy -v -s /tmp/HWEnable11i -x enforce_dependencies=false \* @ /var/tmp/swdepot
The use of -x enforce_dependencies=false' defers the requirement for all dependencies to be present until your actual 'swinstall'. That is, only set this attribute to false when creating depots; not during an actual 'swinstall' session.
The Patch Management User Guide is a very worthwhile read:
http://docs.hp.com/en/5992-0674/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 12:54 PM
11-16-2007 12:54 PM
Re: Adding SW To Patch Depots
... and you can use SAM to interactively invoke swcopy to do this task as well.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 07:02 AM
11-18-2007 07:02 AM
Re: Adding SW To Patch Depots
hi surey ;
to copy more than one depot to a bundle is
for i in PH*.depot
do
swcopy -x enforce_dependencies=false -s ${PWD}/$i \* @ $PWD/patches
done
you can install this bundle by
swinstall -s $PWD/patches
Hasan.
to copy more than one depot to a bundle is
for i in PH*.depot
do
swcopy -x enforce_dependencies=false -s ${PWD}/$i \* @ $PWD/patches
done
you can install this bundle by
swinstall -s $PWD/patches
Hasan.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP