- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI: Request Timeout
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
02-05-2006 11:06 PM
02-05-2006 11:06 PM
how can I check which device this message applies to?
SCSI: Request Timeout; Abort -- lbolt: 1057237999
, dev: e70a0000, io_id: a591aff
Pete
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:16 PM
02-05-2006 11:16 PM
Re: SCSI: Request Timeout
Dear Peter,
Folloe this for resolving the disk...
dev: 1f025000
In the above
1f ==> major, in decimanl 31.
lsdev | grep 31 ==> which will give you disk
&
250000 ==> minor
Do a
#ls -al /dev directory and match this minor number to get the disk device like c2t5d0.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:25 PM
02-05-2006 11:25 PM
Solutionyou would normally look at only e70a00:
e7 hex is decimal 231, which specifies the device driver. Try:
# lsdev 231
for getting information about this
0a00 can be broken into three parts:
0a
0
0
used as c10t0d0
00 are flags that can be ignored in this context
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:33 PM
02-05-2006 11:33 PM
Re: SCSI: Request Timeout
lsdev |grep 231 will give:
231 29 schgr autocha
So I think you have a probem whit the: SCSI interfaces for medium changer device ore magnetooptical autochanger surface device
more info see man autochanger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:36 PM
02-05-2006 11:36 PM