- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: i/o issues and patches
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-26-2007 04:09 AM
04-26-2007 04:09 AM
i/o issues and patches
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 04:17 AM
04-26-2007 04:17 AM
Re: i/o issues and patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 04:33 AM
04-26-2007 04:33 AM
Re: i/o issues and patches
Patching is where you want to be with HP-UX. A properly patched system is fundamentally more stable.
I would bring the system up to current gold patch level and Bundle and HWe merely to comply with good systems administration practices. It also will help eliminate the OS as a problem.
vi /etc/rc.config.d/savecrash
set the savecrash variable to 1
Next time your system hangs, you can hit the TOC button (or do it via software console) and you'll get a crash dump.
This can be analyzed by HP and they can recommend further action.
Checking out the hardware with cstm/mstm or xstm is a good precaution as well.
I have had issues like yours with well patched systems and the crash dump revlealed some more patches I needed.
You Sir have some work ahead of you.
I would not run a system without a Gold Patch set released 3-12 months prior to today's date.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 04:41 AM
04-26-2007 04:41 AM
Re: i/o issues and patches
Maybe.
(Same detail level as your question ;-)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 09:34 AM
04-26-2007 09:34 AM
Re: i/o issues and patches
If you do not want to search for related problems using the ITRC (http://itrc.hp.com) you might try doing some research with Software Assistant. First time I have thought of using it in a diagnostic fashion, so interested in hearing your thoughts if you try it.
After downloading from HP (https://go/swa) you should be able to identify all missing critical fixes via the command:
# swa report -a CRIT
An html-formatted report will then be found under ~/.swa/report/swa_report.html. You should be able to use the 1-line descriptions and hyperlinks to look for a candidate patch quickly.
Alternatively you could run:
# swa report -a QPK -a CRIT -a SEC -a PCW
and then:
# swa get -t /var/tmp/MyDepot
And install the contents of MyDepot on your system. SWA does not currently grab the HWE bundle, but that is for enablement and not HW defect fixes.
This second option will not help you know what was wrong, but if it is resolved by a patch it will find it with little of your time invested. You need to decide how best to make that trade off.