- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to depot the patch
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
09-29-2007 07:22 PM
09-29-2007 07:22 PM
How to depot the patch
I have 4 patch which need reboot, could you tell me how to make 4 patch as single depot file.
Thanks
woodman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2007 07:32 PM
09-29-2007 07:32 PM
Re: How to depot the patch
Try it with swcopy:
Copy the patches to a directory (/tmp/patch)
#cd /tmp/patch
#tar xvf file.tar
#for i in PH*
do
sh $i
done
All your patches are unshared now
#mkdir depot
#for i in *.depot
do
swcopy -s ${PWD}/$i \* @ /tmp/patch/depot
done
Regards;
J. Bravo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2007 03:13 AM
09-30-2007 03:13 AM
Re: How to depot the patch
swcopy -x enforce_dependencies=false -s ${PWD}/$i \* @ /tmp/patch/depot
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2007 03:52 AM
09-30-2007 03:52 AM
Re: How to depot the patch
Also don't forget to add '-x auto_reboot=true' when installing patches.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2007 02:33 PM
09-30-2007 02:33 PM
Re: How to depot the patch
>Denver: When you swcopy the patch using the for i loop as suggested
If you download multiple patches at once, you get a script create_depot_hp-ux_11 that does all of this for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2007 10:01 PM
09-30-2007 10:01 PM
Re: How to depot the patch
if you're new to hp-ux it's not bad to use the graphical user interfaces (gui) for such functions.
With 'swcopy' and 'swinstall' you get these gui's.
With swcopy you can collect such patches in one (patch) directory.
With swinstall you can choose all patches in one patch directory to install at once.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2007 10:59 PM
09-30-2007 10:59 PM
Re: How to depot the patch
They are called depots, or directory depots. Vs tape depots that the patches have.
>With swinstall you can choose all patches in one patch directory
Yes, all or part of one depot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 03:38 AM
10-01-2007 03:38 AM
Re: How to depot the patch
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 08:26 AM
10-01-2007 08:26 AM
Re: How to depot the patch
You can them select all of them and copy them into a central directory, swcopy will do the swreg for you, and will advertise the depot for you.
Javy