Operating System - HP-UX
1829229 Members
2301 Online
109987 Solutions
New Discussion

Re: Error after create a physical Disk

 
SOLVED
Go to solution
Mousa55
Super Advisor

Error after create a physical Disk

Hi
i have 73.GST local disk, when i tray to create physical disk appeared to me this massage
#pvcreate /dev/rdsk/c6t2d0
pvcreate: writing LVM record: I/O error
how to solve the problem

Thanks & kind Regards


7 REPLIES 7
Aneesh Mohan
Honored Contributor

Re: Error after create a physical Disk

Hi Nejad,

Are you checked the disk using dd ?
#dd if=/dev/rdsk/c6t2d0 of=/dev/null bs=1024k

Thanks,
Aneesh
Bill Hassell
Honored Contributor

Re: Error after create a physical Disk

pvcreate simply tries to write a record to the disk and the disk has failed. You'll need another disk. Check syslog for similar messages.


Bill Hassell, sysadmin
Jeeshan
Honored Contributor

Re: Error after create a physical Disk

hi

this may be because of bad disk or zoning problem.check the zoning. and also check the disk is claimed and you can view its size

#diskinfo /dev/rdsk/c6t2d0

you can also verify with stm.

#stm
a warrior never quits
Mousa55
Super Advisor

Re: Error after create a physical Disk

Hi
i have another disk and with the same problem.
Is it possible they were the same problem
and how to check on it by using #stm
thanks and best regards
Mousa55
Super Advisor

Re: Error after create a physical Disk

And Hi Again
this the diskinfo output
# diskinfo /dev/rdsk/c6t2d0
SCSI describe of /dev/rdsk/c6t2d0:
vendor: HP 73.4G
product id: ST373454LC
type: direct access
size: 71687369 Kbytes
bytes per sector: 512

Thanks & kind Regards
Davis Paul
Valued Contributor
Solution

Re: Error after create a physical Disk

Hi Nejad,
Check your disk using steps described in the technical  paper:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf

Thanks and Regards,
Davis Paul.

Mousa55
Super Advisor

Re: Error after create a physical Disk

thanks for all