- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Syslog 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
02-19-2004 03:21 PM
02-19-2004 03:21 PM
Feb 20 09:17:41 krishna vmunix: SCSI: Request Timeout; Abort -- lbolt: 1444308518, dev: e7056000, ie.
I Am unable to determine which device is this.
Please help.
Regards
Santosh Jha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 03:32 PM
02-19-2004 03:32 PM
Re: Syslog Error
maybe you like to show from the start of the error?
e.g. bp->b_dev: cb000000,
CB=203dec
then do a lsdev|grep 203
look for the class.
then ioscan -fnC |grep "class"
or refer to :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=337046
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 03:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 03:34 PM
02-19-2004 03:34 PM
Re: Syslog Error
I'm not familiar with the driver associated to e7 but this command should show you :
# lsdev | grep $(echo 0xe7=D | adb)
If you also attach the "ioscan -fn" output I should be able to determine the device.
Cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 03:42 PM
02-19-2004 03:42 PM
Re: Syslog Error
# grep 231 /usr/conf/master.d/core-hpux
schgr 29 231
So it looks like it could be your robotic tape loader.
- jm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 04:08 PM
02-19-2004 04:08 PM
Re: Syslog Error
It was autoch.
By the can you tell me what e7056000 number is called.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 04:15 PM
02-19-2004 04:15 PM
Re: Syslog Error
Regards
Santosh Jha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 04:24 PM
02-19-2004 04:24 PM
Re: Syslog Error
The error indicates a timeout on the bus - its possible the backup was stressing it a bit much hence a request will have timed out. Well written software will handle the error and re-queue the request.
- jm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 04:25 PM
02-19-2004 04:25 PM
Re: Syslog Error
1.Improper scsi cabling & termination
2.Latest scsi patches not installed.
Make sure you update your system with latest patch bundles.
by the way
e7056000
pick up the e70560
e7-->major number
05-->Bus instance number
6-->scsi target id
0--Lun id
The last two digits indicate some flags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 04:41 PM
02-19-2004 04:41 PM
Re: Syslog Error
Regards
Santosh Jha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 04:49 PM
02-19-2004 04:49 PM
Re: Syslog Error
http://us-support3.external.hp.com/iv/data/documents/DE_SW_UX_swrec_EN_01_E/Introduction.pdf
There is also loads of information on the net about it too - its fairly standard across all unix varients.
- jm.