1831162 Members
3067 Online
110021 Solutions
New Discussion

vgextend : IO error

 
SOLVED
Go to solution
SKR_1
Trusted Contributor

vgextend : IO error

Hi,

I am doing vgextend with new physical volume and getting below error

vgextend: IO error with physical volume /dev/dsk/xxxxxx

diskinfo and DD going well on this disk.

Disk are from EMC storage.......

Please suggests.

Thanks in advance
6 REPLIES 6
Mounaam
Trusted Contributor
Solution

Re: vgextend : IO error

Hi,

try to initialize the disk first with pvcreate.

If you are sure that it isn't used, try to force initialization with -f flag.

Regards,
Mounaam
Venkatesh BL
Honored Contributor

Re: vgextend : IO error

Jeeshan
Honored Contributor

Re: vgextend : IO error

give your action plan what u did while vgextend
a warrior never quits
chandra Sekhar_7
Frequent Advisor

Re: vgextend : IO error

Hai,

First u can create PV
#pvcreate -F /dev/rdsk/pvname
#vgextend vgname /dev/dsk/pvname

You can try with this.


Regards
chandra
Jeeshan
Honored Contributor

Re: vgextend : IO error

Chandra - the parameter is -f not -F.

SKR - did you pvcreate your new LUN?
double check that you did it in new LUN.
a warrior never quits
SKR_1
Trusted Contributor

Re: vgextend : IO error

Thanks to all of you.

Actually i missed to do pvcreate on this one lun.

Thanks once again