- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sequence for DataBase 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
04-20-2008 11:48 PM
04-20-2008 11:48 PM
Sequence for DataBase Patch
i want to install the database patch in my server rp8420, 1)HWENABLE11i
2)BUNDLE11i
3)GOLDQPK11i and 4)PHCO_36795
my question what is the recommended sequence to install this patch's.
Start in any patch and end in who
thanks and best rgards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2008 11:52 PM
04-20-2008 11:52 PM
Re: Sequence for DataBase Patch
The best thing you can do is use the swcopy command to create a single depot for all these patch bundles - then you can install the lot in one go.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 12:15 AM
04-21-2008 12:15 AM
Re: Sequence for DataBase Patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 12:22 AM
04-21-2008 12:22 AM
Re: Sequence for DataBase Patch
I went to http://www11.itrc.hp.com/service/patch/releasePage.do?BC=main|releaseIndexPage|&releaseId=0712-11.11
Selected BUNDLE11i(B.11.11.0306.1) released: 2006/06/01
1370 Required Patch Bundle for HP-UX 11i, June 2003
- Selected the Add to patchlist button
- Then used the browser to go back and select
GOLDQPK11i(B.11.11.0712.475)
released: 2007/12/01
686770 Quality Pack Depot for 11i v1, December 2007
- And selected Add to patch list
Your patch was automatically added.
PHCO_36795
posted: 2007/11/19
notes: 248 s700_800 11.11 csh(1) cumulative patch
You can then press the Download Selected button and an interface will come up to assist you with the download.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 12:30 AM
04-21-2008 12:30 AM
Re: Sequence for DataBase Patch
this the first time to using swcopy command therefore
how i can using the swcopy command to create depote he is including more one patch
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 12:43 AM
04-21-2008 12:43 AM
Re: Sequence for DataBase Patch
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1191685
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1170628
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1038604
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 12:45 AM
04-21-2008 12:45 AM
Re: Sequence for DataBase Patch
> how i can using the swcopy command to create depote
Chk here: http://docs.hp.com/en/5992-4020/ch08s05.html
Also see man pages for swcopy.
Hope it helps.
-=ShRi=-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 12:57 AM
04-21-2008 12:57 AM
Re: Sequence for DataBase Patch
you can also launch swcopy in interactive mode like SAM.
Else command line options do exists as mentioned in the threads above.
good luck
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 01:03 AM
04-21-2008 01:03 AM
Re: Sequence for DataBase Patch
You can download an FTP script.
Most likely the script will pop up in your explorer or netscape window. Copy and paste into a script on your HP server.
Such as /tmp/patches/ftpfile
Then run
/tmp/patches =>sh ftpfile
x - patch_manifest [compressed]
x - README_get_patches [compressed]
x - get_patches [compressed]
x - README_hp-ux [compressed]
x - create_depot_hpux.11.11 [compressed]
You'll then run get_patches.
Followed by create_depot_hpux.11.11
Before doing all this look at the depots on your system by running
swlist -l depot
Do the above steps and run
swlist -l depot again
You should see the new depot.
All the bundles and patches will be in the one depot.
If you have an Xwindows client on your PC
Run swinstall (after exporting your DISPLAY) to launch the graphical utility.
Pick the depot
Mark the depot
Install the depot
- The install part will do a pre-analysis which will let you look at if you have enough disk space, if there's any issues (view the log) and you can check if any reboots are required.
This is all from memory. So don't trust me and Read all the README files which are created when you unshar the ftpfile (sh ftpfile). For steps to install.
They also give the command line method to install if you're not using the GUI.
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 02:40 AM
04-21-2008 02:40 AM
Re: Sequence for DataBase Patch
>O'Kevin: Run swinstall to launch the graphical utility. They also give the command line method to install
It's just a lot simpler to use the command line. Especially for swcopy where you want to copy all.
For swinstall it's pretty easy too, especially for patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 11:35 PM
04-21-2008 11:35 PM
Re: Sequence for DataBase Patch
i am tray to install the BUNDLE11i depot by using swinstall command, but there erroe message is appeared (the bundle "BUNDLE11i" is already installed if you witsh to reinstall this bundle, change the "reinstall" option to "true")
this new bundle DEC 2007 and i have i my server old bundle at 2005
Note: i am installed the HWENABLE11i bundle before it without any problem.
thank and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 12:11 AM
04-22-2008 12:11 AM
Re: Sequence for DataBase Patch
swlist -l bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 12:19 AM
04-22-2008 12:19 AM
Re: Sequence for DataBase Patch
you can find the attachment file
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 12:21 AM
04-22-2008 12:21 AM
Re: Sequence for DataBase Patch
you can find the attachment file
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 01:33 AM
04-22-2008 01:33 AM
Re: Sequence for DataBase Patch
It seems you already have it:
B.11.11.0306.1 Required Patch Bundle for HP-UX 11i, June 2003
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 03:00 AM
04-22-2008 03:00 AM
Re: Sequence for DataBase Patch
can you try to specify the switch
'patch_match_target=true' in the command line?
This will automatically select patches applicable to software already installed on the server.
revert!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 03:12 AM
04-22-2008 03:12 AM
Re: Sequence for DataBase Patch
can you try to specify the switch
'patch_match_target=true' in the command line?
revert!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 03:18 AM
04-22-2008 03:18 AM
Re: Sequence for DataBase Patch
i know i have the B.11.11.0306.1
but i want to install the last new bundle
to replace it.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 03:44 AM
04-22-2008 03:44 AM
Re: Sequence for DataBase Patch
You're patched to 2005.
The base (top level) BUNDLE11i I don't think ever changes...always June 2003.
Can other people confirm? But I think that's true.
You then apply the latest bundles which update the GOLDAPPS11 and GOLDBASE11i.
If you update the HW enablement it updates HWEnable11i.
So you're looking at the wrong spot. Re-check and see if it's going to update GOLDAPPS and GOLDBASE.
Cheers
GOLDAPPS11i B.11.11.0509.429 Applications Patches for HP-UX 11i v1, September 2005
GOLDBASE11i B.11.11.0509.429 Base Patches for HP-UX 11i v1, September 2005
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 09:45 PM
04-27-2008 09:45 PM