Operating System - HP-UX
1826896 Members
3573 Online
109705 Solutions
New Discussion

POWER FAILED message in syslog

 
SOLVED
Go to solution
Ahmed_58
Regular Advisor

POWER FAILED message in syslog

Hi,
below error display in the syslog, and looks very confusing to me, I'm not sue where is the problem. can someone help please:
-------------------------------------------
Mar 27 23:57:32 bat_ipb4 vmunix: scb->cdb: 2a 00 00 72 b1 e0 00 0
0 02 00^M
Mar 27 23:57:32 bat_ipb4 vmunix: scb->cdb: 2a 00 00 22 b8 3a 00 0
Mar 27 23:57:32 bat_ipb4 vmunix: scb->cdb: 2a 00 00 72 b1 e0 00 0
0 02 00^M
Mar 27 23:57:32 bat_ipb4 vmunix: scb->cdb: 2a 00 00 22 b8 3a 00 0
0 02 00^M
Mar 27 23:57:34 bat_ipb4 vmunix: SCSI: Abort abandoned -- lbolt: -2101034551, de
v: 1f022000, io_id: 2d01a2b, status: 200^M^M
Mar 27 23:57:34 bat_ipb4 vmunix: LVM: vg[0]: pvnum=1 (dev_t=0x1f022000) is POWER
FAILED^M
Mar 27 23:57:34 bat_ipb4 vmunix: LVM: Performed a switch for Lun ID = 0 (pv = 0x
000000004226c800), from raw device 0x1f181300 (with priority: 1, and current fla
gs: 0x200) to raw device 0x1f141300 (with priority: 0, and current flags: 0x0).^
M
Mar 27 23:57:34 bat_ipb4 vmunix: LVM: Performed a switch for Lun ID = 0 (pv = 0x
000000004226e000), from raw device 0x1f189500 (with priority: 1, and current fla
gs: 0x200) to raw device 0x1f149500 (with priority: 0, and current flags: 0x0).^
M
Mar 28 00:30:24 bat_ipb4 vmunix: NFS server (pid678@/net) not responding still t
rying^M
Mar 28 00:30:41 bat_ipb4 vmunix: NFS server (pid678@/net) ok^M
Mar 28 00:31:10 bat_ipb4 vmunix: NFS server (pid678@/net) not responding still t
rying^M
Mar 28 00:31:18 bat_ipb4 vmunix: NFS server (pid678@/net) not responding still t
rying^M
Mar 28 00:31:18 bat_ipb4 vmunix: NFS server (pid678@/net) ok^M
Mar 28 00:35:00 bat_ipb4 above message repeats 2 times


regards,
Ahmed
5 REPLIES 5
RAC_1
Honored Contributor
Solution

Re: POWER FAILED message in syslog

you have problems with disk-0x1f022000
(c2d2d0) check it.

ll -R /dev/dsk | grep 022000
There is no substitute to HARDWORK
Ahmed_58
Regular Advisor

Re: POWER FAILED message in syslog

Hi RAC,
How did you found the disk id?

Regards,
Ahmed
Rajeev  Shukla
Honored Contributor

Re: POWER FAILED message in syslog

Yes on of your disk has failed and to identify
ll /dev/dsk/|grep 022000
I can also see some NFS mounts becoming unavailable which could be on the disk in the VG which is no more available.
Rajeev  Shukla
Honored Contributor

Re: POWER FAILED message in syslog

I dont know about 1f in the 0x1f022000 but from past experience the last 6 digits correspond to the minor number of the disk reported by kernel
Ahmed_58
Regular Advisor

Re: POWER FAILED message in syslog

Thanks all for your quick response.
Regards,
Ahmed