- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: LVM for LINUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:18 PM
07-31-2003 11:18 PM
LVM for LINUX
Is LVM supported by Linux Advance Server 2.1? Where can I dowloand the software for free?
Thanks.
AUJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:39 PM
07-31-2003 11:39 PM
Re: LVM for LINUX
The Advance Server is not free realise
so if you want it you need to buy it.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 12:24 AM
08-01-2003 12:24 AM
Re: LVM for LINUX
2.2+ needs to build.
See here for updated LVM software:
http://www.sistina.com/products_lvm_download.htm
And here how-to install etc:
http://tldp.org/HOWTO/LVM-HOWTO/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 01:22 AM
08-01-2003 01:22 AM
Re: LVM for LINUX
Because the Linux Advance Server 2.1 use
kernel 2.4.X and depend on what Zeev wrote
you have the suport in kernel for LVM.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:19 AM
08-01-2003 07:19 AM
Re: LVM for LINUX
I don't think there is a mirror-ux/type functionality in Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:47 AM
08-01-2003 07:47 AM
Re: LVM for LINUX
You can not mirror with LVM. No mirror/ux
Red Hat's Disk Druid and regualr volume management supports mirroring.
What they need to do make their built in mirroring tool integrated into LVM, then I'd switch immediately.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2003 02:59 AM
08-02-2003 02:59 AM
Re: LVM for LINUX
I also use Reisefs and have tryed ext3 and found it works fine and does the work in fact I mix external usb mount disk and internal scsi disk.
no problem ! plan using software raid to mirror so i can backup then split and unplug usb external disk and keep in a safe place for backup/contigency
Still some work to be done
You can download LVM from http://www.sistina.com
cat /var/log/messages | grep -i "lvm" will tell you if lvm modules are loaded, on my system this
gives
LVM version 1.0.5+(22/07/2002) module loaded
Hope some of this is usefull to you.
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:28 AM
08-07-2003 11:28 AM
Re: LVM for LINUX
Nowadays, as the price of RAID boards has dropped substancially, you can use them to replace /dev/mdX, which is software-based. Then, you'd use /dev/sda as hardware RAID 1 as PV for your VG.
Notice that neither Lilo nor Grup understand LVM partition format; thus, you'll need to make /boot as a normal /dev/sdX device. However, / and all other partitions, as well as swap, can be put into LVM.
HTH
Paulo Fessel