<div>Just a quick note I was able to add the new device to the VG "vgdisplay" helped by allowing me to see the layout of the VG and get the size information.</div>
<div> </div>
<div>This was the order when adding a new device for me:<br> </div>
<div>
<div><strong>pvcreate /dev/hdd1</strong> <==== new device is prepped? for VG</div>
<div> </div>
<div><strong>vgextend VolGroup01 /dev/hdd1</strong> <====== extend the VG to include the new device<br> </div>
<div><strong>lvextend -L12G /dev/VolGroup01 /VGforMyth</strong> <==== extend the volume, I used the information received from "vgdisplay" to get the entire size of the VG. (this would extend to 12GB)</div>
<div> </div>
<div><strong>mount -o remount,resize /video</strong> <=== in my case for JFS this was the resize command.</div>
<div> </div>
<div>Thanks for all the help.</div>
<div> </div>
<div>AJM,</div><br> </div>
<div><span class="gmail_quote">On 9/7/05, <b class="gmail_sendername">A JM</b> <<a href="mailto:vbtalent@gmail.com">vbtalent@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>I think I understand that I need to extend the LV next then adjust the size of the LV. </div>
<div> </div>
<div>Since this is a JFS filesystem is the command to extend it correct? "<strong># mount -o remount,resize /video" /video</strong> being the mount point for the VG.</div>
<div><strong></strong> </div>
<div>Thanks,</div>
<div><span class="e" id="q_10631453c2aa6124_1">
<div><br><br> </div>
<div><span class="gmail_quote">On 9/7/05, <b class="gmail_sendername">Jason Werpy</b> <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jwwerpy@gmail.com" target="_blank">jwwerpy@gmail.com</a>> wrote:
</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 9/7/05, AJ Hettema <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:joukio@gmail.com" target="_blank">
joukio@gmail.com</a>> wrote:<br>> hi,<br>><br>> you have to make a PV first, then extend the VG with that PV, and after that<br>> extend the LV. So the first 2 steps are in place, but before you can resize<br>
> the filesystem you first have to resize the PV. <br>><br>> grtz<br>><br>> AJ<br>><br>><br>> On 9/7/05, A JM <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vbtalent@gmail.com" target="_blank">
vbtalent@gmail.com</a>> wrote:<br>> ><br>> ><br>> > So have I messed up by extending the VG instead of extending the LV or do <br>> I need to do both?<br>> ><br>> > If I read the "How to" correctly I need to add the PV to the VG first?
<br>> ><br>> > pvcreate /dev/hdd1<br>> ><br>> > then extend the VG <br>> ><br>> > vgextend VolGroup01 /dev/hdd1<br>> ><br>> > then extend the LV?<br>> >
<br>> > mount -o remount,resize /video<br>> ><br>> > Thanks,<br>> > <br>> ><br>> ><br>> ><br>> > On 9/6/05, Carl Fongheiser <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:carlfongheiser@gmail.com" target="_blank">
carlfongheiser@gmail.com</a> > wrote:<br>> > ><br>> > ><br>> > ><br>> > > On 9/6/05, A JM <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vbtalent@gmail.com" target="_blank">
vbtalent@gmail.com</a>> wrote:<br>> > > > Do I need to mount the second drive in FSTAB? What does that look<br>> like?<br>> > > > <br>> > ><br>> > > *PLEASE* read the HOWTO. It really does contain everything you need to
<br>> know.<br>> > ><br>> > > And no, you never mount the physical drives; only the logical volumes. <br>> > ><br>> ><br>> ><br>> > _______________________________________________
<br>> > mythtv-users mailing list<br>> > <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org </a><br>> > <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>> ><br>> ><br>> ><br>><br>><br>> _______________________________________________ <br>> mythtv-users mailing list<br>> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org" target="_blank">
mythtv-users@mythtv.org</a><br>> <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>><br>><br>><br><br>Don't you mean extent the LV? I think he's done everything right, but<br>just missed the lvextend step after the vgextend step.<br>_______________________________________________<br>mythtv-users mailing list
<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br></span></div></blockquote></div><br>