HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to make patch bundle
Operating System - HP-UX
1834020
Members
3095
Online
110063
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
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
06-13-2000 08:55 AM
06-13-2000 08:55 AM
How to make patch bundle
Hi there,
As I am working in HP-UX 11.00 have to install oracle8i on my server.For that oracle suggesting some 20 patches where I downloaded from net.I found very we can make them in bundle where we can install them at a time.
Is there any way to do with SAM or any script to do that where I can save time.
Thanking you
-Nag
As I am working in HP-UX 11.00 have to install oracle8i on my server.For that oracle suggesting some 20 patches where I downloaded from net.I found very we can make them in bundle where we can install them at a time.
Is there any way to do with SAM or any script to do that where I can save time.
Thanking you
-Nag
Everybody is ignorant, only on different subjects
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 09:06 AM
06-13-2000 09:06 AM
Re: How to make patch bundle
The following is a useful process for applying more than one patch while only requiring a single reboot after the final patch installation:
1) Share the patches and get the individual patch depots over to /tmp.
2) Make a new directory to contain the set of patches:
mkdir /tmp/DEPOT #For example
3) For each patch " PH**_*****"":
swcopy -s /tmp/PH**_*****.depot * @ /tmp/DEPOT
4) Use swinstall or the swinstall line command.
Regards
1) Share the patches and get the individual patch depots over to /tmp.
2) Make a new directory to contain the set of patches:
mkdir /tmp/DEPOT #For example
3) For each patch " PH**_*****"":
swcopy -s /tmp/PH**_*****.depot * @ /tmp/DEPOT
4) Use swinstall or the swinstall line command.
Regards
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 09:08 AM
06-13-2000 09:08 AM
Re: How to make patch bundle
If you want to build a depot from different patches try this:
# cd /tmp/patches (or where ever your patches are)
# for i in /tmp/patch/PH??_?????
> do
> sh $i
> swcopy -s $i.depot * @ /var/patches
> done
# swlist -l product @ /var/patches
# cd /tmp/patches (or where ever your patches are)
# for i in /tmp/patch/PH??_?????
> do
> sh $i
> swcopy -s $i.depot * @ /var/patches
> done
# swlist -l product @ /var/patches
There is no good troubleshooting with bad data
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