- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: URGENT : patch install errors
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-24-2004 05:29 PM
03-24-2004 05:29 PM
URGENT : patch install errors
We are in the process of applying a patch bundle supplied by HP, but it seems like the install has
hung, and dmesg is having the following output "Magic number wrong (namelist mismatch?)" & syslog is
writing the following errors "vmunix: SCSI: Request Timeout; Abort -- lbolt: 278771339, dev: 1f001000, io_id: 8c633".
Do we have a faulty disk or is because a new kernel is being rebuilt? How can we resolve this issue
ASAP as this is a PRODUCTION box affecting users.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 05:37 PM
03-24-2004 05:37 PM
Re: URGENT : patch install errors
Quick:
do a make_tape_recovery of vg00, especially if you are not mirrored.
Schedule a boot, because a power fail or unlug on a hotswap disk will trigger lbolts, but not with this message.
Identify the disk with the script I'm attaching or with mstm excercize function. The bad disk will fail.
Schedule and implement a replacement of the disk.
If you have mirror/ux mirror all the logical volumes on that disk, in case it goes.
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
03-24-2004 05:38 PM
03-24-2004 05:38 PM
Re: URGENT : patch install errors
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=372506
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 05:39 PM
03-24-2004 05:39 PM
Re: URGENT : patch install errors
It looks like your hard disk has gone bad...
Regards
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 06:04 PM
03-24-2004 06:04 PM
Re: URGENT : patch install errors
Thanks for the help guys, most appreciated. How do I identify which is the faulty disk? The script does
not indicate which disk id fauly (internal disks or disk arrays?).Can someone assist with making sense
of errors.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 06:21 PM
03-24-2004 06:21 PM
Re: URGENT : patch install errors
use mstm or xstm(x)
excercize all the disks until one fails.
Thats the bad one.
ioscan
My script will only identify after it fails.
1f001000 translates from hex to a device name you may be more familiar with.
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
03-24-2004 06:29 PM
03-24-2004 06:29 PM
Re: URGENT : patch install errors
This is obtained from the dev: 1f001000 in your error at syslog.
1f refers to the driver which it is talking to
the next two (00) => controller number
if its 03 means it would be c3
next two => (10) with target id one and lun number 0
i.e c0t1d0
with best wishes
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 06:55 PM
03-24-2004 06:55 PM
Re: URGENT : patch install errors
Guys, thanks for all the help, most appreciated!! With the device being identified as the CDROM drive,it
seems that for no apparent reason it just hung during the patch install?? We decided to power off/on and
this resolved the errors and the install continued! Thanks for the help, I will definitely add the advice
to my troubleshooting doc.