- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
02-13-2005 10:28 PM
02-13-2005 10:28 PM
Patch
Iam new to HPUX .how to do the patch analysis ?.for eg my server is working fine .and Iam having the list of currently installed patches in my server.nOw lot of patches are available in ITRC .do i need to install all the patches .or what is way to select the required patch .and how to download& install the patches .
what are the precautions that i should take before installing the patch.
wht is the difference between Patch Dependencies And other Dependencies.do i need to download these Dependencies patches also if it is mention in the Dependencies cloumn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 10:36 PM
02-13-2005 10:36 PM
Re: Patch
Please have a loook
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=785887
good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 10:56 PM
02-13-2005 10:56 PM
Re: Patch
If you are running hpux 11 run the following to get the installed patch list.
#/usr/contrib/bin/show_patches|more
OR
#swlist -l products|grep PH*
OR
#swlist -l patch
To verify /check the integrity of patches use
#/usr/contrib/bin/check_patches>/tmp/patch_analysis
do #vi /tmp/patch_analysis and check for integrity.
==============================================================
Its is important that you should update the system with the latest available patches. Helps you to have latest hardware support, command line utilities, and to fix known bugs.
You can download all available patches from
http://www2.itrc.hp.com/service/patch/mainPage.do
It is also important that you meet the dependencies of all patches which you are going to install.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:04 PM
02-13-2005 11:04 PM
Re: Patch
These are the patches currently installed in my server .now how to find out what are the patches i have to download and install ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:16 PM
02-13-2005 11:16 PM
Re: Patch
U can download in itrc.com and there are manual page for install.
for looking patch that's already installed in system, run this command:
#swlist -l fileset |grep PH*
the common command to install patch is:
#swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/depot source
hopes can help!
regards,
piyut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:22 PM
02-13-2005 11:22 PM
Re: Patch
you can HP to do the work!
At:
http://www4.itrc.hp.com/service/patch/assessSystemsPage.do?BC=patch.breadcrumb.main|
You can use the Patch assessment tool to check your patch level and recommend additional patches.
Then use the output to download the patches and install.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:25 PM
02-13-2005 11:25 PM
Re: Patch
what is the difference between
GOLDAPPS11i(B.11.11.0412.5)
released: 2004/12/01
Gold Applications Patches for HP-UX 11i v1, December 2004 391670
GOLDBASE11i(B.11.11.0412.5)
released: 2004/12/01
Gold Base Patches for HP-UX 11i v1, December 2004 391670
are they same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:30 PM
02-13-2005 11:30 PM
Re: Patch
http://www2.itrc.hp.com/service/patch/addUpdateSystemsPage.do?BC=patch.breadcrumb.main|patch.breadcrumb.assess|
Attached the script to collect system patch analysis ( HP-UX 10.x and above only ). Run this .. and upload the resilts as mentioned in the above link.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:33 PM
02-13-2005 11:33 PM
Re: Patch
Consider reading the Patch Management User Guide for HPUX 11.x systems. It can be found at http://www.docs.hp.com/en/5991-0686/index.html
The HPUX Patch team spent conciderable effort putting this together. It talks top to bottom on the patch management process and will give you a very clear understanding of what all is involved, terminology, etc.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:45 PM
02-13-2005 11:45 PM
Re: Patch
I am not sure what kind of support your systems are on? If you are on GOLD or Business Critical support then HP will recommend the patches.
Assuming that you don't have support, you take a close look at your system and see the components you are using and then look at the available patches and see if they are of use to you, then test them on a test system and then apply.
Depending on from where you come, i know some folks who say ...
If it aint broken don't touch it :)
As mentioned by John and others in the priors posts, please do use those resources and they will be helpful
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 06:19 PM
02-14-2005 06:19 PM
Re: Patch
I did as you said. whn i go thru hp recommended profile its not showing the patches for DataProtector.so i created a newprofile and i make the selection and i went ahead with that iam getting the patches for the DP also .
Normally how you guys do the patch analysis.
and Iam not able to download the selected patch bundles after soem MB of download its getting aborted