1846983 Members
3986 Online
110257 Solutions
New Discussion

fail to run vxfsconvert

 
kevin leong
Frequent Advisor

fail to run vxfsconvert

HI Guys ,
I wanna to convert my fstyp version , but I fail .

The error message is
root@star11: ./vxfsconvert /dev/vg32/lvol1
UX:vxfs vxfsconvert: ERROR: V-3-21711: Failed to balloc 128, 0x1, 1, 174459
UX:vxfs vxfsconvert: ERROR: V-3-24742: failed to read cur_pos 0,1110,0
then hang there

anything I go wrong ?

Thanks
LeongKO
3 REPLIES 3
Yang Qin_1
Honored Contributor

Re: fail to run vxfsconvert

What is your OS version and VxFS version?

Did you try with raw device file:

vxfsconvert /dev/vg32/rlvol1


Yang
kevin leong
Frequent Advisor

Re: fail to run vxfsconvert

HI Yang ,
Current my system is HP-UX 11.23 .
The vxfs version should 6.0 .

I have try a the ./vxfsconvert -e /dev/vgXX/rlovl1 , but still fail .

Thanks
LeongKO
Yang Qin_1
Honored Contributor

Re: fail to run vxfsconvert

I'm not sure you have VxFS 6 installed. It's probably VxFS 4.1. Anyway, Check if you have some patches installed for VxFS.

swlist -l patch | grep -i vxfs

If you don't have patches installed, maybe you can download it from HP site PHCO_35043 is for VxFS 4.1 running on HPUX 11.23.

Yang