Operating System - HP-UX
1835894 Members
2945 Online
110086 Solutions
New Discussion

How to extend a VG on 11.31 version

 
SOLVED
Go to solution
Kavita Poonia
Regular Advisor

How to extend a VG on 11.31 version

Hello all,

I want to extend a Volume Group on a HP-UX server running on a version 11.31. But I am not able to, I am getting below error.


[root@visdbq02:/etc]#
#-> vgextend /dev/disk/disk327 /dev/vg_qc1
vgextend: Physical volume "/dev/vg_qc1" is not a block special file.
Usage: vgextend
[-f]
[-A Autobackup]
[-x Extensibility]
[-g PhysicalVoumeGroupName]
[-z SparePV]
VolumeGroupName PhysicalVolumePath ...
Note: The "-z" and "-f" options are not available for volume group version 2.0 or higher.
"PhysicalVolumePath": must be a block special file.


Please help me out with this.

Thanks & regards,
Kavita
2 REPLIES 2
Tim Nelson
Honored Contributor
Solution

Re: How to extend a VG on 11.31 version

How about

vgextend /dev/vg_qc1 /dev/disk/disk327 ??

Kavita Poonia
Regular Advisor

Re: How to extend a VG on 11.31 version

Ooops.........great.......


It did work. Thanks a lot Tim.