1825782 Members
2112 Online
109687 Solutions
New Discussion

Re: I need the vg extend

 
SOLVED
Go to solution
suresh_singh27yahoo.com
Occasional Contributor

I need the vg extend

Hi,

I need to extend the one vg - vg10 with 2 disk
i know the disk add is coming from SAN

/dev/rdsk/c10t1d2
/dev/rdsk/c11t2d3


Thanks
3 REPLIES 3
Vinod Kumar Yadav
Trusted Contributor
Solution

Re: I need the vg extend

Hi,

For extending the vg.

#vgextend vg10 /dev/dsk/c10t1d2 /dev/dsk/c11t2d3


Then check with vgdisplay -v /dev/vg10 the new disk will show in the vg



Thanks
Vinod Kumar Yadav
Jai Shiv Shankar
Jestin John Chacko
Regular Advisor

Re: I need the vg extend

Dear,

Please go through this link

http://docs.hp.com/en/B2355-90692/vgextend.1M.html

may this will help you.
Lijeesh N G_1
Respected Contributor

Re: I need the vg extend

Hi,

I need to extend the one vg - vg10 with 2 disk
i know the disk add is coming from SAN

/dev/rdsk/c10t1d2
/dev/rdsk/c11t2d3 ??????????


==>I think Vinod is forget to mention one step and it is a preliminary step,

==>You cannot extent a VG with fresh disks, 1st you need to create PV.

#pvcreate -f /dev/rdsk/c10t1d2
#pvcreate -f /dev/rdsk/c11t2d3

Now you can extend the VG with Step provided by Vinod.

Regards,
LIJEESH N G