- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: about the err messages in my syslog.log
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
12-30-2003 04:59 PM
12-30-2003 04:59 PM
Dec 31 12:03:22 NMC1_JL vmunix: blkno: 179472, sectno: 358944, offset: .
what's rong with my system
my system is hp9000 D370
os is 10.20
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 05:09 PM
12-30-2003 05:09 PM
SolutionWhat you should do is check the syslog.log file for more messages like these ('grep "SCSI: Read" /var/adm/syslog/syslog.log') and if there are many, start checking your backups and looking for a new disk if the values between dev: and errno: are the same (they can be translated to the device: block device with major number 31 and minor number 0xa000, to translate that to the human readable form, go to /dev/dsk and do:
ls -l | grep '31.*a000')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 05:45 PM
12-30-2003 05:45 PM
Re: about the err messages in my syslog.log
Error is coming from SCSI Subsystem.
go to /dev/dsk directory and find out device which has major number 31 and minor number 0xa000
problem is related to this disk.
Regards
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 06:21 PM
12-30-2003 06:21 PM
Re: about the err messages in my syslog.log
the following messages :
#[/dev/dsk]ll
total 0
brw-r----- 1 bin sys 31 0x00a000 Jun 10 1996 c0t10d0
brw-r----- 1 bin sys 31 0x001000 Sep 6 2000 c0t1d0
brw-r----- 1 bin sys 31 0x005000 Dec 17 13:51 c0t5d0
brw-r----- 1 bin sys 31 0x008000 Jun 10 1996 c0t8d0
brw-r----- 1 bin sys 31 0x009000 Jun 11 1996 c0t9d0
brw-r----- 1 bin sys 31 0x012000 Jun 10 1996 c1t2d0
brw-r----- 1 bin sys 31 0x030000 Jun 10 1996 c3t0d0
brw-r----- 1 bin sys 31 0x03a000 Jun 10 1996 c3t10d0
brw-r----- 1 bin sys 31 0x03b000 Jun 10 1996 c3t11d0
brw-r----- 1 bin sys 31 0x035000 Jun 10 1996 c3t5d0
brw-r----- 1 bin sys 31 0x038000 Jun 10 1996 c3t8d0
brw-r----- 1 bin sys 31 0x039000 Jun 10 1996 c3t9d0
but there are two entries including "0xa000"
the
0x00a000 Jun 10 1996 c0t10d0
and
0x03a000 Jun 10 1996 c3t10d0
which disk can have err?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 07:03 PM
12-30-2003 07:03 PM
Re: about the err messages in my syslog.log
I think it is c0t10d0
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 07:07 PM
12-30-2003 07:07 PM
Re: about the err messages in my syslog.log
Could you attach your syslog.log file.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 07:17 PM
12-30-2003 07:17 PM
Re: about the err messages in my syslog.log
Have you checked if the error is occurring just once or if it is a frequent error?