- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- errors in syslog !!!!!!
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
06-10-2002 01:56 AM
06-10-2002 01:56 AM
errors in syslog !!!!!!
I am getting following ...error ...any clues..!!!
Jun 10 15:26:03 hppd03 above message repeats 3 times
Jun 10 15:26:03 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030200, errno:
126, resid: 2048,
Jun 10 15:26:03 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030400, errno:
126, resid: 2048,
Jun 10 15:26:03 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030600, errno:
126, resid: 2048,
Jun 10 15:26:30 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030000, errno:
126, resid: 2048,
Jun 10 15:26:50 hppd03 ftpd[1439]: exiting on signal 14
Jun 10 15:26:57 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030100, errno:
126, resid: 2048,
Jun 10 15:26:57 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030200, errno:
126, resid: 2048,
Jun 10 15:26:57 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030400, errno:
126, resid: 2048,
Jun 10 15:26:57 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030600, errno:
126, resid: 2048,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 01:59 AM
06-10-2002 01:59 AM
Re: errors in syslog !!!!!!
Looks like you have a faulty disk - check the hardware lights :-)
Cheers,
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 02:05 AM
06-10-2002 02:05 AM
Re: errors in syslog !!!!!!
Check whether fault LED in glowing in any one of the disks .
If yes , note down the hardware path of the disk and relate with the filesystem it is mounted. Try accessing the filesystem.
If it is a hard problem, and if the disk is
connected in a external disk station , try recycling the power of the disk station.
Also try rebooting the server once.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 02:06 AM
06-10-2002 02:06 AM
Re: errors in syslog !!!!!!
Try an
#ioscan -fnC disk
Are there disks NO_HW ?
You could also check the disks with cstm ...
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 02:09 AM
06-10-2002 02:09 AM
Re: errors in syslog !!!!!!
It sounds like something wrong with H/W. Do U have any diagnostic S/W installed? If yes, Take it's help to find out root cause. Otherwise check for any HDD is mis behaving or not...U can use #ioscan -fnC disk, or diskinfo, or dd like command to verify the disks..
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 02:09 AM
06-10-2002 02:09 AM
Re: errors in syslog !!!!!!
thnks for the inputs , i will work on this.
Nitin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 02:30 AM
06-10-2002 02:30 AM
Re: errors in syslog !!!!!!
> Jun 10 15:26:03 hppd03 vmunix: SCSI: Read error -- dev: b 31 0x030200, errno: 126, resid: 2048,
31 and 0x030200 are the major and minor numbers
. I.e.
ll /dev/dsk/* | grep '31 0x030200'
should give you the device file. lssf(1M) then gives you the hardware path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 03:00 AM
06-10-2002 03:00 AM
Re: errors in syslog !!!!!!
Looks like SCSI disk problem. Could be a terminator problem since the device no is erratic,
0x030200 --> /dev/dsk/c3t0d2
0x030400 --> /dev/dsk/c3t0d4
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 03:23 AM
06-10-2002 03:23 AM
Re: errors in syslog !!!!!!
Sanjay's method gives what the device file names *should* be. My method gives the devices names as they *are*.