- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reboot after panic: SCSI error
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
10-09-2000 05:05 AM
10-09-2000 05:05 AM
The shutdownlog says:
Reboot after panic: SCSI: unrecoverred deferred error.
How can I sort out the reason for this event?
rgds
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 05:11 AM
10-09-2000 05:11 AM
SolutionThis suggests an unrecoverable SCSI error. This happens when an unrecoverable error occurs on a SCSI disk, but the error report comes too late and the operating system doesn't know what to do except a "panic"
because an I/O is assumed to be good when in fact it failed.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 05:18 AM
10-09-2000 05:18 AM
Re: Reboot after panic: SCSI error
Have a look at the /var/adm/syslog/OLDsyslog.log. Check also the /var/adm/crash for crash files which should be sent to HP for proper diagnostics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 05:19 AM
10-09-2000 05:19 AM
Re: Reboot after panic: SCSI error
These are some of the files that can help further diagnosis an issue with panics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 05:59 AM
10-09-2000 05:59 AM
Re: Reboot after panic: SCSI error
WSIO SCSI cumulative patch
# swlist -l fileset -a state |grep 20686
(look for configured)
If you do not have this patch, install the updated version of PHKL_22223 and it's dependencies of
PHCO_16591 fsck_vxfs(1M) cumulative patch
PHKL_16750 SIG_IGN/SIGCLD,LVM,JFS,PCI/SCSI
PHKL_16959 Physical dump devices config
PHKL_17857 Fix for mount/access of disc
PHCO_18563 LVM commands cumulative patch
PHNE_19937 cumulative ARPA Transport patch
PHKL_20610 Correct process hangs on ufs
PHKL_21594 VxFS (JFS) mount, fsck
PHKL_21660 lo_realvfs panic fix, LOFS patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 04:02 PM
10-09-2000 04:02 PM
Re: Reboot after panic: SCSI error
scsictl -a -m ir=0 /dev/rdsk/c0t6d0
Yes, the "immediate report" bit is the WCE bit.
Note that this will slow down the write performance of the disk drive, but your system will not crash with a deferred error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 10:11 PM
10-09-2000 10:11 PM
Re: Reboot after panic: SCSI error
First I'm not able to do a patch without affecting the test-system, that is without testing the patch with the software development first. So that solution will have to wait.
Second; how can I determine which disk that caused the error, if I'm to use your solution Michael?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 11:55 AM
10-10-2000 11:55 AM
Re: Reboot after panic: SCSI error
The panic message should have looked something like:
panic: (display==0xbf00, flags==0x0) SCSI: unrecovered deferred error(dev = 0x
The
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 03:42 PM
10-10-2000 03:42 PM
Re: Reboot after panic: SCSI error
However, if you do not have the device information from the panic message, then your best bet is to closely monitor the dmesg output. Look for SCSI-related messages, as there could be other symptoms of drive failure appearing on the console.
Once you have determined which drive (or drives!) might be having problems, you can use the scsictl command.
Otherwise, the scsictl command can be used on any and all drives on your system with impunity. The only side effect is that writes will then complete when the data is safely on the rotating media.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 10:47 PM
10-10-2000 10:47 PM
Re: Reboot after panic: SCSI error
The only place I found the panic msg was in the shutdownlog:
02:11 Sun Oct 08 2000. Reboot after panic: SCSI: unrecoverred deferred error
Is there any other log thats more informative?
and 2nd; can I safely disable WEC when using LVM?
rgds
Andy