- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dmesg error message
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-2004 05:56 PM
04-26-2004 05:56 PM
dmesg error message
I have face the problem when using dmesg. It displays the following error many times. This is A500 class server with running 11.00 OS.
SCSI: Unexpected Disconnect -- lbolt: 368830, dev: cb00f002, io_id: 5a
Thanks you for your help!!
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 06:03 PM
04-26-2004 06:03 PM
Re: dmesg error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 06:04 PM
04-26-2004 06:04 PM
Re: dmesg error message
There should be a lot more info on this probable scsi reset. Please check /var/adm/syslog/syslog.log for more info on this and reply to this thread.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 06:10 PM
04-26-2004 06:10 PM
Re: dmesg error message
The error is related with your /dev/dsk/c1t15d0 Disk which is the internal and vg00 root disk by default.
Check for more error messages on /var/adm/syslog/syslog.log and you can make sure by running dd on the disk.
#dd if=/dev/rdsk/c1t15d0 of=/dev/null bs=1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 06:18 PM
04-26-2004 06:18 PM
Re: dmesg error message
/var/opt/resmon/logs/eventlog
check it out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 06:56 PM
04-26-2004 06:56 PM
Re: dmesg error message
fyi, dev:cb00f002, first two digits are the major number of the device with the error and the remaining 6 digits are the minor number. e.g. 00 - c0; f - t15 0 - d0; the remaining digits are device driver dependent. therefore, it should be c0t15d0 having some problem.
# lsdev 203 (where cb is 203 in hexadecimal)
returns sctl as the like suspect.
regards.