Archive for the ‘Storage’ Category

Today we are going to go through the process of creating a clustered file system on a pair of Oracle Linux 6.3 nodes.  This exercise is not very resource intensive.  I am using two VMs each with 1GB of RAM a single CPU and a shared virtual disk file in addition to the OS drivers. [...]

Monday, March 4th, 2013 at 06:00 | 1 comment
Categories: How To, Linux, OCFS2

Logical Volume Manager makes the dynamic expansion of file systems dead stupid simple.  However there is a weakness, if you are using a partitioned file system as your Physical Volume (PV) then you will end up needing to expand the file system if you ever need to grow the actual storage.  This can be avoided [...]

Monday, August 20th, 2012 at 06:00 | 2 comments
Categories: How To, Linux, LVM2

In my laptop I have a solid state disk, and frankly I am way past addicted to solid state disks, but what you get in performance you lose in capacity.  As such I have had to be creative with how I can have the capacity and the performance that I need.  Lately the solution has [...]

Thursday, August 2nd, 2012 at 06:00 | 0 comments
Categories: Bash, How To, Linux, LVM2

Occasionally you will have the need to use physical volumes which exceed the limits of the standard DOS partitioning scheme.  When you run into this a quick fdisk -l will reveal that you will need a new way to partition your disks. Fdisk will produce output similar to this… Use Parted to Create a Partition [...]

Monday, May 28th, 2012 at 06:00 | 0 comments
Categories: Linux, LVM2

I recently ran into a situation where I needed to create a large number of Logical Volumes for a server replacement situation.  I could have done some manual data input, but why not take the opportunity to quickly write a script to do the hard work for me? For my situation this was a server [...]

Monday, April 30th, 2012 at 06:00 | Comments Off
Categories: Bash, How To, Linux, LVM2
Page 1 of 512345
TOP