- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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-12-2003 04:23 AM
01-12-2003 04:23 AM
What is the meaning of that line?
I've no strange behaviour of the system.
What can i see to verify that all is ok?
tank you
Luca
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2003 09:18 AM
01-12-2003 09:18 AM
Solutionsomething wrong came on the bus confusing SCSI controller and driver from device c1t3d0. Please check if this deivce is supported and has supported firmware. Please post here: server's model, disk model and its firmware (diskinfo -v /dev/rdsk/c1t3d0)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2003 04:58 PM
01-12-2003 04:58 PM
Re: SCSI error
Look at under files:
system logs:
# vi /var/adm/syslog/syslog.log
# dmesg
# /var/opt/resmon/log/event.log
# ioscan -f
# ioscan -funCdisk
# diskinfo -v /dev/rdsk/c#t#d#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2003 06:54 PM
01-12-2003 06:54 PM
Re: SCSI error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 01:22 AM
01-13-2003 01:22 AM
Re: SCSI error
I can give you these information:
1)
lsdev -c 203
Character Block Driver Class
203 -1 sctl ctl
2)
/dev/dsk/c1t3d0 does not exist,
neither
/dev/rscsi/c1t3d0 exists.
3)
The system is a SuperDome
4)
attach of the complete output of the error in the syslog (18 lines).
How it is possible having an error on a disk or a controller that doesn't exist?
I had think that hw was removed but the kernel maintain a info about it. So the kernel is unable to handle a such interrupt. It's an ipothesys.
What you suggest me?
Thank you a lot!!!!
bye
Luca
For Anil:
the error doesn't say me that there is a timeout error.
lbolt is a signed int that count the number of clock tick since the system was booted.
So error says me that an error occured at that time (lbolt).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 02:25 AM
01-13-2003 02:25 AM
Re: SCSI error
if there's no such device, I would recommend the following action plan: reboot server, and on bootup it will install device files (for new discovered devices) and remove all NO_HW entries (for disconencted hardware).
If it's not acceplable please attach the following info: 'ioscan -fn', 'll /dev/dsk', 'll /dev/rdsk'.
Please let us know on you decision/results
BTW, how often do you see this event in syslog?
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 02:38 AM
01-13-2003 02:38 AM
Re: SCSI error
every time i execute an ioscan...
for example ioscan -fnClan... or ioscan -fnCclic...
or when i execute sam...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 02:48 AM
01-13-2003 02:48 AM
Re: SCSI error
This really looks like something is talking with the initiator using an invalid target. The controller generates interrupts for a device where the driver does not expect to get interrupts from.
I assume this may be related to some hardware problem... may be even cabling/termination or similar. What is attached to this bus... do all those devices work as expected?
BTW, thanks for pointing out that there is no such thing like an "lbolt error". The lbolt kernel global simply indicates "ticks since boot".
So your error occured...
454689803/100/3600/24 ~ 52
... after ~52 days uptime.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 07:27 PM
01-13-2003 07:27 PM
Re: SCSI error
My suggestion is that if you can make sure that the device is not exist, you can remove the device file with 'rmsf'. Then you check the syslog.log following days to see if the error message is still there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2003 05:56 AM
01-14-2003 05:56 AM
Re: SCSI error
I thing the best thing is to reboot.
Thank you all
Ciao
Luca