Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: LVM


In the News (Fri 17 Feb 12)

  
  The Logical Volume Manager (LVM) - Part 2
The difference to a setup where the root-system is stored on a physical partition and LVM only manages extra space is that LVM is usually activated during boot time, but for this setup it already has to be active before the just-started kernel can even mount the root filesystem to start the init process.
Do not immediately go into LVM setup, although it is presented to you right at the beginning next to the partitioning option and there is a partitioning option in the LVM setup dialog which could be used.
The problem is that at installation time the LVM setup including the device files for the logical volumes exists in the installation system only, but LILO runs chroot in the installed system, which does not have those device files yet since they are created automatically as soon as that system boots up.
www.suse.com /en/whitepapers/lvm/lvm2.html   (3111 words)

  
 Notes on using logical volumes and the Logical Volume Manager (LVM)
The term LVM strictly applies to the Logical Volume Manager (the replacement for FDISK) but it is commonly used as a name for the whole 'system' that implements logical volumes.
That is, use LVM to delete any existing Boot Manager, then install it again (thus updating the copy on your hard disk to the version embedded in LVM).
Ask LVM to create a new volume, and when it asks if it's to use an existing partition, say yes and then tell it the partition that used to be drive F:.
www.tavi.co.uk /os2pages/lvm.html   (2404 words)

  
 The Logical Volume Manager (LVM) - Part 1
This LVM hides the details about where data is stored, on which actual hardware and where on that hardware, from the entire system.
This means LVM on a shared storage cluster has to be setup only once on one node, and all other nodes that can "see" the storage at all automatically set themselves up when they are booted.
LVM is one more tool to achieve high availability, and you have to use many of them together like RAID on the disk level, LVM for all storage management, HA software (heartbeat and application monitoring), and a backup strategy.
www.suse.com /en/whitepapers/lvm/lvm1.html   (2763 words)

  
 lvm
If lvm is invoked with no arguments it presents a readline prompt (assuming it was compiled with readline support).
LVM commands may be entered interactively at this prompt with readline facilities including history and command name and option completion.
If lvm is invoked with argv[0] set to the name of a specific LVM com- mand (for example by using a hard or soft link) it acts as that com- mand.
linuxcommand.org /man_pages/lvm8.html   (766 words)

  
 About Us - LVM - LVM - Latvijas Valsts Mezi   (Site not responding. Last check: 2007-10-20)
The LVM represents interests of the state in forest management ensuring the preservation and increase of forest values as well as the highest possible income.
Uģis Rotbergs, WWF Latvia manager: “Foundation of the LVM has created preconditions for forestry in the state-owned forests of Latvia to base its activities on the principles of entrepreneurship, that is, to invest resources in the company and gain economic benefit in the future.
It can be said that the LVM took over the forests when their value was equal to zero and it was done without evaluation.
www.lvm.lv /eng/lvm   (870 words)

  
 LVM: The logical way to manage space   (Site not responding. Last check: 2007-10-20)
LVM is very close to the magic 1.0 release (it’s at 0.9), but you don’t have to wait for that version.
LVM frees you from dilemmas like `Should I have a /home that is 5GB or should I make it 4GB and make a slightly larger /var partition?’ For whatever decision you take, most of the time, you either end up allocating more space than required or you find that future requirements have nullified your allocations.
Now that you have the required LVM tools installed, add “vgscan” and “vgchange —-a y” to your startup files so that, the available volume groups are initialized and available at startup before the LVM-based filesystems are mounted.
www.freeos.com /articles/3921   (1374 words)

  
 Petition to get LVM into the Linux kernel
In order to facilitate this, we've opted to try to convince the supporters of LVM in the Linux kernel to sign a petition, which we then can present to Linus Torvalds, to show how people are indeed interested in seeing Linux finally have a LVM.
LVM simply makes storage management much more flexible by allowing storage to be reallocated easily at any time.
LVM is not a new concept and has been proven to be indispensible in other OSes, (ie.
www.the-infinite.org /lvm_petition/index.phtml   (582 words)

  
 LVM 2 FAQ
One possible cause of this is that some versions of LVM 1 (The user that reported this bug originally was using Mandrake 9.2, but it is not necessarily limited to that distribution) did not put a UUID into the PV and VG structures as they were supposed to.
The most current versions of the LVM 2 tools automatically fill UUIDs in for the structures if they see they are missing, so you should grab a more current version and your problem should be solved.
Upgrading to LVM 2 is a bit trickier with root on LVM, but it's not impossible.
tldp.org /HOWTO/LVM-HOWTO/lvm2faq.html   (1551 words)

  
 Common threads: Learning Linux LVM, Part 1
Creating an LVM logical volume is really easy, and once it's created we can go ahead and put a filesystem on it, mount it, and start using the volume to store our files.
The LVM system will then allocate storage from the volume group we specify and create our new volume, which is now ready for use.
The LVM system ensures that our logical volumes continue to operate perfectly while allowing the administrator to physically change where everything is stored.
www-106.ibm.com /developerworks/linux/library/l-lvm   (2194 words)

  
 The Software-RAID HOWTO: Partitioning RAID / LVM on RAID
LVM has been in the stable Linux kernel series for a long time now - LVM2 in the 2.6 kernel series is a further improvement over the older LVM support from the 2.4 kernel series.
While LVM has traditionally scared some people away because of its complexity, it really is something that an administrator could and should consider if he wishes to use more than a few filesystems on a server.
Resizing of filesystems: LVM supports hot-resizing of volumes (with RAID devices resizing is difficult and time consuming - but if you run LVM on top of RAID, all you need in order to resize a filesystem is to resize the volume, not the underlying RAID device).
unthought.net /Software-RAID.HOWTO/Software-RAID.HOWTO-11.html   (653 words)

  
 RAID and Data Protection Solutions for Linux
LVM implements a set of features and functions that resemble those that would be found in traditional LVM systems on other Unixes.
The benefit of LVM is that you can add and remove hard drives, and move data from one hard drive to another without disrupting the system or other users.
Thus, LVM is ideal for administering servers to which disks are constantly being added, removed or simply moved around to accommodate new users, new applications or just provide more space for the data.
linas.org /linux/raid.html   (4585 words)

  
 A Walkthrough of the LVM for Linux
LEs are abstract chunks of storage mapped by the LVM to Physical Extents in a volume group.
LVM will probably be integrated into future Linux kernels, but for now it must be added manually.
Since LVM requires entire Physical Volumes to be assigned to Volume Groups, you must have a few empty partitions ready to be used by LVM.
www.gweep.net /~sfoskett/linux/lvmlinux.html   (1302 words)

  
 Linux Logical Volume Manager (LVM) on Software RAID
If you used RAID 5, there wouldn't be any point in striping in LVM as you already would have that benefit (see Raid if you don't understand that).
For a LVM volume group, one physical volume is enough.
I think my next project will be to create a LVM for my main OS partition, and see what kind of speed I can get out of that.
aplawrence.com /Linux/lvm.html   (2034 words)

  
 LVM Home Page
Welcome to our web site where you will find the information you need to help yourself or someone you know, learn and improve their reading and writing skills.
LVM is the only program of its type in Middlesex County
LVM tutoring is done on a one-to-one basis at no cost to the student.
www.lva-middlesex.org   (186 words)

  
 Alex Taylor: OS/2 LVM   (Site not responding. Last check: 2007-10-20)
LVM was introduced into the OS/2 server product with OS/2 Warp Server for e-business (1999), and into the OS/2 client with the Convenience Package for OS/2 Warp version 4 (2000).
This page is dedicated to improving LVM's user interface.
Application programmers can access the LVM engine directly by using this programmer's toolkit (v1.3).
www.cs-club.org /~alex/os2/lvm   (113 words)

  
 LVM HOWTO   (Site not responding. Last check: 2007-10-20)
This is the LVM kernel patch referenced in later sections of the howto.
LVM can be compiled into the kernel or as a module.
Particularly, you must consider how you will insure that the LVM kernel module (if you do not have LVM compiled into the kernel) as well as the vgscan/vgchange tools are available before, during, and after the upgrade.
www.faqs.org /docs/Linux-HOWTO/LVM-HOWTO.html   (9359 words)

  
 Quick HOWTO: Expanding Linux Disk Capacity With LVM   (Site not responding. Last check: 2007-10-20)
This is most useful when you find yourself running out of space on a filesystem and want to expand into a new disk partition versus migrating all or a part of the filesystem to a new disk.
You have to change each LVM partition used to be of type 8e (Linux LVM).
The LVM software effectively tricks the operating system into thinking the volume group is a new hard disk.
www.siliconvalleyccie.com /linux-adv/lvm.htm   (3015 words)

  
 Kayahoo Paddle Links, Magazines
Description: LVM is a quarterly multi-media kayaking publication that you can have delivered right to your house just like a regular magazine.
But unlike a regular magazine, LVM combines both a print 'zine AND a 60 minute DVD featuring the best, freshest, and most exciting video footage of the latest tricks, trips, river reports, and expeditions.
LVM also produces and sells some of the hottest new paddling films on the market.
playak.com /links.php?l_op=viewlink&cid=11   (304 words)

  
 LVM Gui Project Home
By starting the LVM Gui Project I try to change this.
I used a vanilla 2.4.2 kernel to develop and version 0.9.1_beta3 of the lvm user land tools.
The LVM Gui program is release unther the GNU General Public License 2.
www.xs4all.nl /~mmj/lvm   (397 words)

  
 Basic LVM Step-By-Step
LVM and RAID are independent, (almost) orthogonal storage tools.
LVM needs to be activated in your init scripts (pvscan).
As long as it isn't forced to be contiguous, LVM can extend a logical volume with any extent on any physical volume in the volume group.
www.pma.caltech.edu /~laurence/Linux/lvm.html   (688 words)

  
 [No title]   (Site not responding. Last check: 2007-10-20)
For this, it's assumed you have an LVM and XFS volume running and "dm-snapshot" (the LVM kernel extension to permit snapshotting) loaded into the kernel.
When you take the snapshot, you're essentially creating a new LVM device that appears to be a duplicate of the "real" filesystem at a point in time.
To do this we create another LVM device (using lvcreate) with an argument of -s to indicate we want a snapshot and the -n argument to name it.
arstechnica.com /columns/linux/linux-20041013.ars   (1571 words)

  
 Gentoo Linux Documentation -- Gentoo LVM2 installation
This means you cannot have your /usr in an LVM environment as well.
If you are interested in trying to put your root partition under LVM management (which we do not recommend), see the resources section at the end of this guide for a link to a mini-howto on how to do this.
If you have more physical drives you would like to use with LVM, create one partition on each and give them the same type (8e).
www.gentoo.org /doc/en/lvm2.xml   (1582 words)

  
 LVM HOWTO
This version of the HowTo is for LVM 2 with device-mapper, as well as LVM 1.0.8.
Upgrading to LVM 1.0.8 with a non-LVM root partition
Upgrading to LVM 1.0.8 with an LVM root partition and initrd
www.tldp.org /HOWTO/LVM-HOWTO   (413 words)

  
 Introduction
All given commands refer to two IDE hard disks on primary IDE channel (/dev/hda, /dev/hdb): the procedure can be easily modified for different disks, more RAID arrays or different RAID levels (ex.
The situation where a system has already been installed without LVM support or with root on a normal partition has already been discussed by other documents.
by George Karaolides: his howto covers extensively root migration from a standard partition to LVM and is also a good source of other informations about LVM.
www.midhgard.it /docs/lvm/html/intro.html   (875 words)

  
 Linux Community's Journal   (Site not responding. Last check: 2007-10-20)
If I can't repartition this, imaging the drive, reformatting, and restoring it later is an option, but one I'd prefer to avoid.
Note that I've read the LVM howto and done some googling on my own, and haven't found satisfactory answers to my questions.
Normally I would just try it and suck it up if something went awry, but like I said, a lot of work went into getting this far and the deadline is fast approaching.
www.livejournal.com /community/linux   (2041 words)

  
 LVM Website Designers - Website design for UK Businesses   (Site not responding. Last check: 2007-10-20)
LVM web site designers specialise in bespoke web site design, maintenance and promotion of corporate web sites.
We design web sites that utilise animation, database driven and secure ecommerce facilities for truly powerful and dynamic web sites.
Please do not hesitate to contact us on +44 (1403) 242881 for a bespoke quote, or perhaps just an informal discussion about your requirements.
lvmweb.org   (100 words)

  
 LVM Systems - A Leader in Healthcare Call Center Solutions for 16 years
LVM Systems - A Leader in Healthcare Call Center Solutions for 16 years
A Leader in Healthcare Call Center Solutions for 16 years.
Copyright © 2005 LVM Systems, Inc. All Rights Reserved
www.lvmsystems.com   (32 words)

  
 LVM2 Resource Page   (Site not responding. Last check: 2007-10-20)
LVM2 refers to a new userspace toolset that provide logical volume management facilities on linux.
It is reasonably backwards-compatible with the original LVM toolset.
To use LVM2 you need 3 things: device-mapper in your kernel, the userspace device-mapper support library (libdevmapper) and the userspace LVM2 tools.
sourceware.org /lvm2   (153 words)

  
 Linux LVM Mailing List   (Site not responding. Last check: 2007-10-20)
The Linux LVM Mailing List was formed to encourage discussion on the LVM implementation for the Linux operating system.
More information on Linux LVM is available at http://linux.msede.com/lvm/
Please contact webmaster@msede.com if you have any questions or suggestions regarding this site.
linux.marxmeier.com /lvm_mlist   (511 words)

  
 WarpUpdates International: LVM and JFS
Because LVM was designed to be used with partitioned direct access storage devices (i.
Media that are formatted with the Super Floppy Disk format cannot be handled correctly, because they do not have a partition table (otherwise equal to FAT16).
Because of their structure, FAT and HPFS filesystems are less suitable for spanning, that is why the usage of JFS is recommended.
www.warpupdates.mynetcologne.de /english/base_lvmjfs.html   (454 words)

  
 LVM Technical Web Site   (Site not responding. Last check: 2007-10-20)
LVM range of Ammeters and Voltmeters   (2 pages)
LVM range of waterproof plugs and sockets  (1 page)
LVM Range of Brushless Water Pumps   (1 page)
www.lvm.ltd.dial.pipex.com   (453 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.