Saturday, October 15, 2011

Re: [BLUG] Celebrating the life of Dennis Ritchie

Hm, That's the guy that gave us strcpy(), right?
I would be there but am out of town.

On Fri, Oct 14, 2011 at 4:59 PM, Paul Purdom <pwp@cs.indiana.edu> wrote:
Mark Krenz wrote:
> If you'd all like to have a beer tonight and we can honor him,
> share stories and remember.  Maybe around 6pm at Max's Place unless
> someone has a better idea. We'll probably be there for a while so if you
> can't make it at 6, then maybe 7 or so.
>
Since I don't drink beer, I will come by at 6 or a little later and eat
some supper with who ever comes.

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Friday, October 14, 2011

Re: [BLUG] Celebrating the life of Dennis Ritchie

Mark Krenz wrote:
> If you'd all like to have a beer tonight and we can honor him,
> share stories and remember. Maybe around 6pm at Max's Place unless
> someone has a better idea. We'll probably be there for a while so if you
> can't make it at 6, then maybe 7 or so.
>
Since I don't drink beer, I will come by at 6 or a little later and eat
some supper with who ever comes.

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Celebrating the life of Dennis Ritchie

I'll be there at six

On Oct 14, 2011 4:39 PM, "Mark Krenz" <mark@slugbug.org> wrote:

 If you haven't heard, Dennis Ritchie, the co-creator of the C
programming language and co-creator of Unix, has passed away last
Saturday at the age of 70.

 Rob Pike's Eulogy:
 https://plus.google.com/u/0/101960720994009339267/posts/33mmANQZDtY

 This humble man basically as someone put it, created air for us all to
breathe. If you'd all like to have a beer tonight and we can honor him,
share stories and remember.  Maybe around 6pm at Max's Place unless
someone has a better idea. We'll probably be there for a while so if you
can't make it at 6, then maybe 7 or so.

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/

Sent from Mutt, which was written in C
 using Linux which was written in C,
   which is a derivative of Unix,
     which was written in C.

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

[BLUG] Celebrating the life of Dennis Ritchie

If you haven't heard, Dennis Ritchie, the co-creator of the C
programming language and co-creator of Unix, has passed away last
Saturday at the age of 70.

Rob Pike's Eulogy:
https://plus.google.com/u/0/101960720994009339267/posts/33mmANQZDtY

This humble man basically as someone put it, created air for us all to
breathe. If you'd all like to have a beer tonight and we can honor him,
share stories and remember. Maybe around 6pm at Max's Place unless
someone has a better idea. We'll probably be there for a while so if you
can't make it at 6, then maybe 7 or so.

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/

Sent from Mutt, which was written in C
using Linux which was written in C,
which is a derivative of Unix,
which was written in C.

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Wednesday, October 5, 2011

Re: [BLUG] How to utilize these unused spaces?

One tip I'd like to make about LVM. Don't feel the need to use up or
allocate all your physical volume space at once. You should grow it as
needed. This is important because AFAIK none of the commonly available
filesystems out there for Linux let you shrink the filesystem size, so
once you've grown it, you can't go back.

I see some people setup LVM and then allocate all their space to one
large root partition or something like that. Granted, there are other
uses for LVM. But I think they are missing the point, which is
flexibility.


On Wed, Oct 05, 2011 at 05:20:41PM GMT, Shei, Shing-Shong [shei@cs.indiana.edu] said the following:
> <html>
> <head>
> <meta content="text/html; charset=ISO-8859-1"
> http-equiv="Content-Type">
> </head>
> <body bgcolor="#FFFFFF" text="#000000">
> <tt>Thanks, Thomas.&nbsp; So you don't need to extend the physical volume
> first and the </tt><tt class="computeroutput">lvextend will
> magically know which free space to use (since in this case there
> are 4 possibilities here)?&nbsp; I was trying to find a way to extend
> the pv on each disk first before trying to use lvextend (so that
> lvextend sees extra space to use).<br>
> <br>
> Thanks,<br>
> Shing-Shong<br>
> </tt><br>
> On 10/5/2011 1:14 PM, Thomas Smith wrote:
> <blockquote
> cite="mid:CAHCWDdawRgPQFs3-V5VUnXv0zKq_Hxh6L_y3q9=8_qaC3i5vLw@mail.gmail.com"
> type="cite">Yes!<br>
> <br>
> Here is the page I've used to do this before:<br>
> <br>
> <a moz-do-not-send="true"
> href="http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html">http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html</a><br>
> <br>
> Hope this helps,<br>
> -Thomas<br>
> <br>
> <div class="gmail_quote">
> On Wed, Oct 5, 2011 at 12:58 PM, Shei, Shing-Shong <span
> dir="ltr">&lt;<a moz-do-not-send="true"
> href="mailto:shei@cs.indiana.edu">shei@cs.indiana.edu</a>&gt;</span>
> wrote:<br>
> <blockquote class="gmail_quote" style="margin:0 0 0
> .8ex;border-left:1px #ccc solid;padding-left:1ex;">
> <div bgcolor="#FFFFFF" text="#000000"> <tt>Hi,<br>
> <br>
> I have a lvm2 system that's currently not utilizing all
> available disk space as shown in the following pvs output:<br>
> <br>
> # pvs<br>
> &nbsp; PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fmt&nbsp; Attr PSize&nbsp;&nbsp; PFree &nbsp;<br>
> &nbsp; /dev/sdb1&nbsp; pool_vg lvm2 a-&nbsp;&nbsp; 931.51g <font
> color="#ff0000">118.26g</font><br>
> &nbsp; /dev/sdc1&nbsp; pool_vg lvm2 a-&nbsp;&nbsp; 931.51g&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 <br>
> &nbsp; /dev/sdd1&nbsp; pool_vg lvm2 a-&nbsp;&nbsp; 931.51g <font
> color="#ff0000">528.00m</font><br>
> &nbsp; /dev/sde1&nbsp; pool_vg lvm2 a-&nbsp;&nbsp; 931.51g <font
> color="#ff0000">150.26g</font><br>
> &nbsp; /dev/sdf1&nbsp; pool_vg lvm2 a-&nbsp;&nbsp; 931.51g <font
> color="#ff0000">150.26g</font><br>
> <br>
> Is it possible to incorporate the free spaces into the
> existing logical volume?<br>
> <br>
> Thanks,<br>
> <font color="#888888"> Shing-Shong</font></tt> </div>
> <br>
> _______________________________________________<br>
> BLUG mailing list<br>
> <a moz-do-not-send="true" href="mailto:BLUG@linuxfan.com">BLUG@linuxfan.com</a><br>
> <a moz-do-not-send="true"
> href="http://mailman.cs.indiana.edu/mailman/listinfo/blug"
> target="_blank">http://mailman.cs.indiana.edu/mailman/listinfo/blug</a><br>
> <br>
> </blockquote>
> </div>
> <br>
> <br clear="all">
> <br>
> -- <br>
> <a moz-do-not-send="true" href="http://resc.smugmug.com/">http://resc.smugmug.com/</a><br>
> <br>
> <fieldset class="mimeAttachmentHeader"></fieldset>
> <br>
> <pre wrap="">_______________________________________________
> BLUG mailing list
> <a class="moz-txt-link-abbreviated" href="mailto:BLUG@linuxfan.com">BLUG@linuxfan.com</a>
> <a class="moz-txt-link-freetext" href="http://mailman.cs.indiana.edu/mailman/listinfo/blug">http://mailman.cs.indiana.edu/mailman/listinfo/blug</a>
> </pre>
> </blockquote>
> </body>
> </html>

> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug


--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/

Sent from Mutt using Linux
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] How to utilize these unused spaces?

Hi,

Yes, lvextend will magically figure out that it can use the free parts of the volume group.  The "PFree" column from "pvs", or the "Free PE" (physical extents) line in "pvdisplay", shows how much space is left *within* the physical volume, so you don't need to grow the physical volumes at all.

Good luck,
-Thomas

On Wed, Oct 5, 2011 at 1:20 PM, Shei, Shing-Shong <shei@cs.indiana.edu> wrote:
Thanks, Thomas.  So you don't need to extend the physical volume first and the lvextend will magically know which free space to use (since in this case there are 4 possibilities here)?  I was trying to find a way to extend the pv on each disk first before trying to use lvextend (so that lvextend sees extra space to use).

Thanks,
Shing-Shong

Re: [BLUG] How to utilize these unused spaces?

Thanks, Thomas.  So you don't need to extend the physical volume first and the lvextend will magically know which free space to use (since in this case there are 4 possibilities here)?  I was trying to find a way to extend the pv on each disk first before trying to use lvextend (so that lvextend sees extra space to use).

Thanks,
Shing-Shong

On 10/5/2011 1:14 PM, Thomas Smith wrote:
Yes!

Here is the page I've used to do this before:

http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html

Hope this helps,
-Thomas

On Wed, Oct 5, 2011 at 12:58 PM, Shei, Shing-Shong <shei@cs.indiana.edu> wrote:
Hi,

I have a lvm2 system that's currently not utilizing all available disk space as shown in the following pvs output:

# pvs
  PV         VG      Fmt  Attr PSize   PFree  
  /dev/sdb1  pool_vg lvm2 a-   931.51g 118.26g
  /dev/sdc1  pool_vg lvm2 a-   931.51g      0
  /dev/sdd1  pool_vg lvm2 a-   931.51g 528.00m
  /dev/sde1  pool_vg lvm2 a-   931.51g 150.26g
  /dev/sdf1  pool_vg lvm2 a-   931.51g 150.26g

Is it possible to incorporate the free spaces into the existing logical volume?

Thanks,
Shing-Shong

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug




--
http://resc.smugmug.com/


_______________________________________________ BLUG mailing list BLUG@linuxfan.com http://mailman.cs.indiana.edu/mailman/listinfo/blug 

Re: [BLUG] How to utilize these unused spaces?

Yes!

Here is the page I've used to do this before:

http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html

Hope this helps,
-Thomas

On Wed, Oct 5, 2011 at 12:58 PM, Shei, Shing-Shong <shei@cs.indiana.edu> wrote:
Hi,

I have a lvm2 system that's currently not utilizing all available disk space as shown in the following pvs output:

# pvs
  PV         VG      Fmt  Attr PSize   PFree  
  /dev/sdb1  pool_vg lvm2 a-   931.51g 118.26g
  /dev/sdc1  pool_vg lvm2 a-   931.51g      0
  /dev/sdd1  pool_vg lvm2 a-   931.51g 528.00m
  /dev/sde1  pool_vg lvm2 a-   931.51g 150.26g
  /dev/sdf1  pool_vg lvm2 a-   931.51g 150.26g

Is it possible to incorporate the free spaces into the existing logical volume?

Thanks,
Shing-Shong

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug




--
http://resc.smugmug.com/

[BLUG] How to utilize these unused spaces?

Hi,

I have a lvm2 system that's currently not utilizing all available disk space as shown in the following pvs output:

# pvs
  PV         VG      Fmt  Attr PSize   PFree  
  /dev/sdb1  pool_vg lvm2 a-   931.51g 118.26g
  /dev/sdc1  pool_vg lvm2 a-   931.51g      0
  /dev/sdd1  pool_vg lvm2 a-   931.51g 528.00m
  /dev/sde1  pool_vg lvm2 a-   931.51g 150.26g
  /dev/sdf1  pool_vg lvm2 a-   931.51g 150.26g

Is it possible to incorporate the free spaces into the existing logical volume?

Thanks,
Shing-Shong