1834420 Members
1910 Online
110067 Solutions
New Discussion

Message on Syslog.

 
Rajeev Andrews
Advisor

Message on Syslog.

Hi ,

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
4 REPLIES 4
Ajitkumar Rane
Trusted Contributor

Re: Message on Syslog.

Rajeev,

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
Amidsts difficulties lie opportunities
Chan 007
Honored Contributor

Re: Message on Syslog.

Hi,

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
Jeff Schussele
Honored Contributor

Re: Message on Syslog.

Hi Rajeev,

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
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Rajeev Andrews
Advisor

Re: Message on Syslog.

Hi ,

Thanks for the response ,When I gave the ioscan -fnC disk all the disk are showing CLAMMED.

Thanks & Regards
Rajeev Andrews