- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX 11.00 PATCH INSTALLATION
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
03-06-2009 08:20 PM
03-06-2009 08:20 PM
HP UX 11.00 PATCH INSTALLATION
Can any one suggest me the below mentioned patches.
100246969 Patch Advisory HP/UX C1A Visteon India Open 3 Low 13 Sep 2009 03 Mar 2009
Abstract: [security bulletin] HPSBUX02401 SSRT090005 rev.3 - HP-UX Running Apache Web Server Suite, Remote Denial of Service, Cross-site Scripting, Execution of Arbitrary Code, Cross-Site Request Forgery
question 1: From where i should download the above mentioned patches.
question 2: How to check its applicable for my server or not.
question 3: whether reboot is required or not
question 4: command to install patches ????
expecting your favourable reply. Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 09:41 PM
03-06-2009 09:41 PM
Re: HP UX 11.00 PATCH INSTALLATION
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01650939
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2009 12:27 AM
03-07-2009 12:27 AM
Re: HP UX 11.00 PATCH INSTALLATION
You can download your required patch from patchdatabase if it is available for your OS version, see below link
http://www11.itrc.hp.com/service/patch/mainPage.do
From patchdatabase you can find everything that is how to install patch, any reboot required after installaing patch etc.
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2009 12:53 PM
03-07-2009 12:53 PM
Re: HP UX 11.00 PATCH INSTALLATION
q2 - http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c01650939&jumpid=reg_R1002_USEN
(it does not seem compatible with HP UX 11.00)
q3 - All Kernel Patches need reboot ,system will warn you:
PHCO_6349 SAM patch
PHKL_6681 Patch for process management
PHNE_6372 LAN products patch
PHSS_6433 MC/ServiceGuard patch
PHKL_xxxx needs reboot
q4 - swinstall -s PHXX_YYYY.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2009 06:32 PM
03-07-2009 06:32 PM
Re: HP UX 11.00 PATCH INSTALLATION
IF available you can download"
question 1: From where i should download the above mentioned patches.
Answer 1"- Click below link "patch database
http://www11.itrc.hp.com/service/patch/mainPage.do
key in your Patch name :- e.g PHSS_37224
Click Search for Patch
question 2: How to check its applicable for my server or not.
Answers :- It depends "If you have Installed " Application " and application is in use, You need Patch.
question 3: whether reboot is required or not
Answer :- when you "Click Search for Patch"
Details Information about Patches are provided in the same web page
look for >>automatic reboot? will tell you
whether reboot is required or not
Example:-
» patch name » patch description » creation date » post date » warning » hardware platforms - os releases » products » filesets » automatic reboot? » status » critical » category tags » path name » symptoms » defect description » sr » patch files » what(1) output » cksum(1) output » patch conflicts » patch dependencies » hardware dependencies » other dependencies » supersedes » equivalent patches » patch package size » installation instructions » special installation instructions <<
question 4: command to install patches ????
Option A:-
===========
Example:-
# cd /home/johnson/
# sh
(above command will create depot file for mentioned Patch)
# swinstall -x mount_all_filesystems=false -s $PWD/PHSS_35385.depot \*
Option B:-
=========
Using swinstall command (will launch Software window screen)
download the required patch to perfered location
example :-
# cd /home/johnson/
# sh
(above command will create depot file for mentioned Patch)
Once done
# swinstall -s /home/johnson/
above command will launch "swinstall screen"
Using
Click
Click
Will Start the Installation
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2009 06:33 PM
03-07-2009 06:33 PM
Re: HP UX 11.00 PATCH INSTALLATION
You need an absolute path for -s:
swinstall -s $PWD/PHXX_YYYYY.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2009 01:12 AM
03-08-2009 01:12 AM
Re: HP UX 11.00 PATCH INSTALLATION
yes sorry for missed detail on absolute path :
of course you ve to type absolute path for depot you created.