- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Message on 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
05-04-2006 09:56 PM
05-04-2006 09:56 PM
Message on Syslog.
I am seeing some messages on the /var/adm/syslog/syslog.log follows.
May 5 05:54:32 germany vmunix: SCSI: Reset detected -- lbolt: 5285735, bus: 4
May 5 05:54:32 germany vmunix: lbp->state: 4060
May 5 05:54:32 germany vmunix: lbp->offset: ffffffff
May 5 05:54:32 germany vmunix: lbp->uPhysScript: f9fef000
May 5 05:54:32 germany vmunix: From most recent interrupt:
May 5 05:54:32 germany vmunix: ISTAT: 22, SIST0: 02, SIST1: 00, DSTAT: 80, DSPS: f9fef290
May 5 05:54:32 germany vmunix: lsp: 0000000000000000
May 5 05:54:32 germany vmunix: lbp->owner: 0000000061f3d500
May 5 05:54:32 germany vmunix: bp->b_dev: 1f04c000
May 5 05:54:32 germany vmunix: scb->io_id: 40477ec
May 5 05:54:32 germany vmunix: scb->cdb: 2a 00 04 c0 c8 20 00 00 20 00
May 5 05:54:32 germany vmunix: lbolt_at_timeout: 5286117, lbolt_at_start: 5285617
May 5 05:54:32 germany vmunix: lsp->state: 5
May 5 05:54:32 germany vmunix: scratch_lsp: 0000000000000000
May 5 05:54:32 germany vmunix: Pre-DSP script dump [fffffffff9fef008]:
May 5 05:54:32 germany vmunix: f9fef5c0 80880000 000000e4 80000000
May 5 05:54:32 germany vmunix: 00000000 c0000004 00000000 00000000
May 5 05:54:32 germany vmunix: Script dump [fffffffff9fef028]:
May 5 05:54:32 germany vmunix: 410c0000 f9fef290 78347e00 0000000a
May 5 05:54:32 germany vmunix: 78350800 00000000 0e000003 f9fef540
May 5 05:54:32 germany vmunix: SCSI: Reset detected -- lbolt: 5285735, bus: 4
There is Disk Array connected this machine.
I am new to the SA for HP-UX.Problem I am facing the performace in the machine.
Please let me know if you require any more information.
Thanks & Regards
Rajeev Andrews
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 10:01 PM
05-04-2006 10:01 PM
Re: Message on Syslog.
the line May 5 05:54:32 germany vmunix: bp->b_dev: 1f04c000
from your syslog output will point you to the problem device. its a disk.
ll /dev/dsk | grep 1f04c000
May 5 05:54:32 germany vmunix: lsp->state: 5
most of the time state 5 refers to device offline.
please chck the diskinfo, dd etc to check if the disk is OK.
Good Luck.
Ajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 10:07 PM
05-04-2006 10:07 PM
Re: Message on Syslog.
Try
ioscan -fCdisk ( if you find a disk UNCLIMBED) better raise a call with HP to get it replaced
I guess one of the SCSI disk is down or a cable not connected properly.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 12:20 AM
05-05-2006 12:20 AM
Re: Message on Syslog.
That device maps to c4t12d0
But it could be a transient condition.
Make sure it doesn't resolve as UNCLAIMED on an ioscan.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 12:30 AM
05-05-2006 12:30 AM
Re: Message on Syslog.
Thanks for the response ,When I gave the ioscan -fnC disk all the disk are showing CLAMMED.
Thanks & Regards
Rajeev Andrews