1752800 Members
5773 Online
108789 Solutions
New Discussion

hp-ux 11.23 Event 17 ,5

 
gromin
New Member

hp-ux 11.23 Event 17 ,5

HP RP4440ï¼
diskï¼ 73GBÃ 2ï¼
LV mirrorï¼ /dev/vg00/lvol1.../dev/vg00/lvol8,/dev/vg00/lvbeaï¼
2009-12-11ï¼ some weblogic's I/O process dead,kill -9 I/O "process" failed;
Vgdisplay ï¼ v:/dev/dsk/c3t0d unavailable;
/dev/vg00/lvol1~/dev/vg00/lvol8,/dev/vg00/lvbeastale;
mail report:Attachment;
lvreduce -m 0 /dev/vg00/lvol1~/dev/vg00/lvol8 /dev/dsk/c3t0d succeed;
lvreduce -m 0 /dev/vg00/lvbea /dev/dsk/c3t0d failed;
shutdown weblogic failed because can not kill dead process;
use "shutdown -ry 0",can not umount /bea;
use MP,Power off
restart OS
Vgdisplay ï¼ v:/dev/dsk/c3t0d available;
replace bad Disk;
create LV Morrir,/dev/vg00/lvol1~/dev/vg00/lvol8 succeed;
/dev/vg00/lvbea failed.

please why?
8 REPLIES 8
Johnson Punniyalingam
Honored Contributor

Re: hp-ux 11.23 Event 17 ,5

above post information not good enough ?

what are you trying do ?

you have bad disk? are you trying to replace bad disk ?



Problems are common to all, but attitude makes the difference
gromin
New Member

Re: hp-ux 11.23 Event 17 ,5

sorry , my english is very poor .
weblogic log report "some dead I/O process",use kill -9 ... failed;
mail report->Attachmen;

bad disk or etc?

Torsten.
Acclaimed Contributor

Re: hp-ux 11.23 Event 17 ,5

"drive not responding" - likely a bad disk.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Johnson Punniyalingam
Honored Contributor

Re: hp-ux 11.23 Event 17 ,5

>>weblogic log report "some dead I/O process",use kill -9 ... failed;
mail report->Attachmen;<<

you have failed disk

can you post

# ioscan -fnC disk
# vgdisplay -v |more

Problems are common to all, but attitude makes the difference
rariasn
Honored Contributor

Re: hp-ux 11.23 Event 17 ,5

Hi gromin,

Identitify bad disk:

# for DEV in $(ls /dev/dsk/*)
> do
> lssf $DEV|grep E "0/1/1/0.1.0"
> done

sample output:

sdisk card instance 0 SCSI target 1 SCSI LUN 0 section 0 at address 0/0/1/0.1.0 /dev/dsk/cxtydz <<--- Posible bad disk



regards,
gromin
New Member

Re: hp-ux 11.23 Event 17 ,5

thank for your help!
Johnson Punniyalingam
Honored Contributor

Re: hp-ux 11.23 Event 17 ,5

Country / Region: china
Personal quote:
Certification:
ITRC member since: December 14, 2009
Last contribution date: December 15, 2009
I have assigned points to 0 of 4 responses to my questions.

Assign points, - that way to say thanks for people who posted there suggestions
Problems are common to all, but attitude makes the difference
gromin
New Member

Re: hp-ux 11.23 Event 17 ,5

replace bad disk!
thank you