- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patch question
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
08-05-2008 08:03 AM
08-05-2008 08:03 AM
I have installed latest version of HW,Feature11i,QPK 07 bundles in my hpux 11.23 server. when i try to do swlist for the below patches ,it is not showing up.
PHSS_36519
PHSS_37500
PHSS_37947
Do i have to install them seperately.I have never installed patches seperately once i installed 4 std bundles.pls advice
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 08:08 AM
08-05-2008 08:08 AM
SolutionThe given patchs does not apply to a PA-RISC system architecture which is what you have. PHSS_36519,PHSS_37500,PHSS_37947 applies only to Itanium servers.
Hence, 'swlist' will not list the patch nor will you be able to install the patches on an PA-RISC server.
DMV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 08:11 AM
08-05-2008 08:11 AM
Re: patch question
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 08:46 AM
08-05-2008 08:46 AM
Re: patch question
You can check patches with "show_patches -a" for active or "show_patches -s" fro super seeded.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 09:14 AM
08-05-2008 09:14 AM
Re: patch question
Use the Patch Database to collect these patches into a depot that you can install as a unit.
http://itrc.hp.com/service/patch/search.do?BC=main|&pageOsid=hpux
Collect the patches and all dependencies they require using the patch "cart". Download the depot that is built to your server and do (assuming a 'gzip' depot was chosen):
# gzip -d /tmp/hpux*.tgz
# tar -xvf /tmp/hpux*.tar
# /tmp/create_depot_hp-ux_11
# swinstall -s /tmp/depot -x autoreboot=true -x patch_match_target=true
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 06:18 PM
08-05-2008 06:18 PM
Re: patch question
Please provice following info:
uname -a
model
and
swlist |grep -i bundle
Regds,
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2008 07:47 AM
08-06-2008 07:47 AM