1753473 Members
4695 Online
108794 Solutions
New Discussion юеВ

Re: Physical Volume.

 
oprakash
Frequent Advisor

Physical Volume.

Hi,

Can any one suggest me how to check the physical volume errors in hp UX 11.00 operating system. Hope some dd command is used to check.
Also i required a log files for the error report
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: Physical Volume.

This can help you:

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf

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!   
R.K. #
Honored Contributor

Re: Physical Volume.

Hi Oprakash,

Trying to read the disk with dd(1) completely
# dd if=/dev/rdsk/c#t#d# of=/dev/null bs=1024K

No I/O errors must be reported here.

R.K.
Don't fix what ain't broke
Johnson Punniyalingam
Honored Contributor

Re: Physical Volume.

>>Can any one suggest me how to check the physical volume errors in hp UX 11.00 operating system. Hope some dd command is used to check.
Also i required a log files for the error report <<

Hi,

>>some dd command is used to check.<<

Example:-

dd if=/dev/dsk/c1t2d0 of=/dev/null bs=128k

output "record in & record out " should be same. (Than PV Looks Good)

>>Also i required a log files for the error report <<

Logs:-

/var/adm/syslog/syslog.log
dmesg


HTH


Thanks,
Johnson
Problems are common to all, but attitude makes the difference
Jitesh purohit_1
Regular Advisor

Re: Physical Volume.

Hi Prakash,

The below link may be useful for you, where you can have various tools to track the status of your lvm,pv, lvs

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=237661

Thanks
Jitesh
oprakash
Frequent Advisor

Re: Physical Volume.

Hi,

Thanks a lot, i have checked through dd command