- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
01-20-2003 10:25 PM
01-20-2003 10:25 PM
I noticed the following message in our syslog.log file:
Jan 21 14:31:45 vmunix: scsi_probe: when probing target 6, lun 1 (dev=cb04
6100): couldn't probe lun 0 (no longer responding?)
I am not aware of any other problems with the system. How can I investigate this error further to find out what the problem is what may be failing, or about to fail ? No other error messages at all have appeared in the log. What other logs may reveal more information as to the problem ?
We have HP-UX 11i on a 9000 L1000 server, with SCSI mirrored disks and LVM.
Any assistance appreciated.
All the best.
Rob.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 11:27 PM
01-20-2003 11:27 PM
Re: SCSI error
attach 'ioscan -fn', 'diskinfo -v /dev/rdsk/c4t6d0' and 'diskinfo -v /dev/rdsk/c4t6d1' to your next reply
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 12:34 AM
01-21-2003 12:34 AM
Re: SCSI error
please check also if the newest SCSI patch is installed.
PHKL_22759 SCSI IO Subsystem Cumulative Patch
If not please install it.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 08:05 PM
01-21-2003 08:05 PM
Re: SCSI error
Thanks for your prompt response !
Please see the ioscan attached as ioscan.txt.
I have no device files of the name c4t6d0 or c4t6d1 for disks. But do have device filenames of c4t6d0BESTxx for a DLT8000 tape device.
I was interested in how you determined the relationship of the error reported where dev=cb046100. Does this number translate to a device file minor number like 0x046100 in which case the SCSI card instance number is 4, the SCSI target is 6 and the device number or LUN is 1, therefore producing a device file name of the type c4t6d1 or c4t6d0 for LUN 0 ?
If so then the only device on the SCSI card with instance 4 is the tape device. As this is a single tape drive, not a library, I assume there would be no LUN 1 only 0. Possibly there may be a problem with the tape drive, although it was not in use at the time of the error message. I am not quite sure why such an error would appear, any suggestions ?
On the patch you mentioned I am not quite sure how to check this, but don't believe we have installed any patches for about 9 months. I did an swlist -l patch | grep SCSI and found the following entries which may be relevant:
PHKL_22857 SCSI (stape) cumulative
PHKL_23666 SCSI IO Subsystem cumulative
PHKL_25896 SCSI IO Cumulative patch
How can I find out if the new patch you have recommended may solve my problem, or indeed what problems it addresses ? I am not adverse to putting in patches, but with the downtime etc. required (this is a main production database/application server), will usually only put in patches to address specific issues. I don't usually just install all of the latest greatest if the system is stable. But then if it's not I will !
All the best,
Rob.
PS so far error has not re-appeared.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 08:40 PM
01-21-2003 08:40 PM
SolutionYes indeed this is how these devices are worked out
cb4= controller 4
target 6 = target 6
LUN 0 = LUN0
/dev/???/c4t6d0
It looks to me as if there was some sort of SCSI reset. What you could do is disable EMS from attempting to do any sort of scsi probe on the device, as well having your kernel parameter 'st_ats_enabled' set to '0'.
Attached is a document that explains how to turn off various pieces of EMS monitoring.
The latest patches are:
PHKL_28096 SCSI IO cumulative
PHKL_28217 SCSI Tape
PHKL_23666 SCSI Subsystem
You can get to the patch area, from a link below this message in the blue box called 'download hp-ux patches in the Patch Database.
I'm not suggesting you load them seeing everything is going okay at the moment, but it might be something to look at later. You'll most likey find that the issue is more hardware related in any case. Tape drives cannot be relied upon forever, no matter how many patches are installed.
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:05 PM
01-22-2003 10:05 PM
Re: SCSI error
Thanks for your info.
Yes, as it does appear to be the tape drive, from the device number, and so far it has not "re-offended". So I'll just keep my eye on it. You're right about tape drives not lasting forever, this is my third one in one year ! Previous ones had the tape cartridge jam in them due to some sort of mechanism failure. And it wasn't the tapes with the leaders breaking etc.
I still have an old Digital 20GB DLT (a TZ87) from the pre Quantum days, which is still going strong. They just don't make them like they used to, and HP were charging twice the price for the equivalent drive in the pre Compaq merger drives for the luxury of this drive. Thank god for maintenance contracts.
Thanks for your help, no I award the points !
Regards,
Rob.