All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] LVM Question
@ 1999-09-08 14:24 mmclinn
  1999-09-08 18:17 ` Brian Wolfe
  0 siblings, 1 reply; 9+ messages in thread
From: mmclinn @ 1999-09-08 14:24 UTC (permalink / raw)
  To: linux-lvm



Hello, 

First off, I'm a big supporter of LVM, I use it on a 56gig array at home
regularly without any problems and I can't wait to see it migrate into
the stable kernel tree.

I do have a couple of questions for people with more experience than
I...

I am currently preparing to setup a new main file server for my company.
It will be linux based, and will store approximately 25 gigs of data
that
will be used constantly.  LVM would be _really_ useful on this machine. 

I'm wondering peoples opinions about whether or not LVM is ready to be
used in
a business environment.  In other words, how stable has this code been
for people?
I have run into no problems, but I have been using it informally thus
far.

Also, I am wondering whether or not future versions of LVM will always
be compatible with the current implementation?  Will there ever be a
point when I would need to
reinstall my LVM volumes to upgrade to the latest version of LVM?

Any opinions, thoughts, cautions, advice, ect.. would be much
appreciated.

Thanks all!


-Michael McLinn

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [linux-lvm] LVM Question
@ 2003-06-19 16:11 Jay Lee
  2003-06-19 16:36 ` bscott
  0 siblings, 1 reply; 9+ messages in thread
From: Jay Lee @ 2003-06-19 16:11 UTC (permalink / raw)
  To: linux-lvm

I'm planning to use LVM on my new linux system, I'm just wondering can I use
internal and external drives together as one?

If the external drive fails, what will happen?

Thanks,

Jay

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [linux-lvm] LVM question
@ 2003-10-15 15:56 John Diana
  0 siblings, 0 replies; 9+ messages in thread
From: John Diana @ 2003-10-15 15:56 UTC (permalink / raw)
  To: Linux-LVM

[-- Attachment #1: Type: text/plain, Size: 841 bytes --]

Heinz,

In this news article 
http://lists.sistina.com/pipermail/linux-lvm/2001-June/007667.html  you 
mentioned "BTW: future versions of the LVM will probably have uuid support 
on the 
command line like for eg. "vgchange -ay -u VolumeGroupUUID 
VolumeGroupName".

Does this exist yet? 
I am in a situation where I have a storage subsystem which is capable of 
making copies of disks completely by itself and it would be  handy for 
smaller shops if the subsystem could make a copy of the underlying disks 
of a VG and then those disks could be brought online on the same host as 
another VG. I am at version 1.0.5-45

I can do this with AIX and recreatevg command and I am thinking the above 
would get me close to getting it done with Linux.

Thanks,

John W. Diana
IBM San Integration Test
jdiana@us.ibm.com
512.838.1482
Tieline 678-1482

[-- Attachment #2: Type: text/html, Size: 1043 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [linux-lvm] LVM Question
@ 2005-03-04 12:49 Matthias Rudolph
  2005-03-04 22:35 ` Mark W. Jeanmougin
  2005-03-05  9:23 ` Luca Berra
  0 siblings, 2 replies; 9+ messages in thread
From: Matthias Rudolph @ 2005-03-04 12:49 UTC (permalink / raw)
  To: Linux-LVM

Hello all,
 
how can I force to activate a VG on a special device file?
One FC Storage Disk is visible over two pathes (sda and sdb). We use our
Path Management Software. It creates sddlmaa. After creating the VG the
sddlmaa is ACTIVE - OK. But after deactivating and activating sdb is ACTIVE.
This means: no pathfailover.
 
Here a typescript:
 
# fdisk -l /dev/sd*
-> scannt nach neuen disks und zeigt sie an

# fdisk /dev/sddlmaa
-> Partition 1 anlegen �ber gesmten Bereich
-> Partitions System ID von 83 (Linux) auf 8e (Linux LVM) �ndern

[root@D-SRV-L-43 root]# pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- ERROR "pv_read(): read" reading physical volumes

[root@D-SRV-L-43 root]# pvcreate /dev/sddlmaa1
pvcreate -- physical volume "/dev/sddlmaa1" successfully created

[root@D-SRV-L-43 root]# pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- inactive PV "/dev/sddlmaa1" is in no VG  [6.87 GB]
pvscan -- inactive PV "/dev/sda1"     is in no VG  [6.87 GB]
pvscan -- inactive PV "/dev/sdb1"     is in no VG  [6.87 GB]
pvscan -- total: 3 [20.61 GB] / in use: 0 [0] / in no VG: 3 [20.61 GB]

[root@D-SRV-L-43 root]# lvmdiskscan
lvmdiskscan -- reading all disks / partitions (this may take a while...)
lvmdiskscan -- /dev/sddlmaa1 [       6.87 GB] new LVM whole disk
lvmdiskscan -- /dev/sda1     [       6.87 GB] new LVM whole disk
lvmdiskscan -- /dev/sdb1     [       6.87 GB] new LVM whole disk
lvmdiskscan -- /dev/hda1     [     103.33 MB] free whole disk
lvmdiskscan -- 4 disks
lvmdiskscan -- 4 whole disks
lvmdiskscan -- 0 loop devices
lvmdiskscan -- 0 multiple devices
lvmdiskscan -- 0 network block devices
lvmdiskscan -- 6 partitions
lvmdiskscan -- 0 LVM physical volume partitions

[root@D-SRV-L-43 root]# vgcreate vg00 /dev/sddlmaa1
vgcreate -- INFO: using default physical extent size 4 MB
vgcreate -- INFO: maximum logical volume size is 255.99 Gigabyte
vgcreate -- doing automatic backup of volume group "vg00"
vgcreate -- volume group "vg00" successfully created and activate

[root@D-SRV-L-43 root]# vgscan
vgscan -- reading all physical volumes (this may take a while...)
vgscan -- found active volume group "vg00"
vgscan -- "/etc/lvmtab" and "/etc/lvmtab.d" successfully created
vgscan -- WARNING: This program does not do a VGDA backup of your volume
group

[root@D-SRV-L-43 root]# vgdisplay -v
--- Volume group ---
VG Name               vg00
VG Access             read/write
VG Status             available/resizable
VG #                  0
MAX LV                256
Cur LV                0
Open LV               0
MAX LV Size           255.99 GB
Max PV                256
Cur PV                1
Act PV                1
VG Size               6.87 GB
PE Size               4 MB
Total PE              1758
Alloc PE / Size       0 / 0
Free  PE / Size       1758 / 6.87 GB
VG UUID               INPtDi-kBhS-USzo-WuCW-xQWZ-DFkq-NerC0u

--- No logical volumes defined in "vg00" ---


--- Physical volumes ---
PV Name (#)           /dev/sddlmaa1 (1)
PV Status             available / allocatable
Total PE / Free PE    1758 / 1758

[root@D-SRV-L-43 root]# pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- ACTIVE   PV "/dev/sddlmaa1" of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- inactive PV "/dev/sda1"     of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- inactive PV "/dev/sdb1"     of VG "vg00" [6.87 GB / 6.87 GB free]

[root@D-SRV-L-43 root]# vgchange -an vg00
vgchange -- volume group "vg00" successfully deactivated

[root@D-SRV-L-43 root]# pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- inactive PV "/dev/sddlmaa1" of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- inactive PV "/dev/sda1"     of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- inactive PV "/dev/sdb1"     of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- total: 3 [20.61 GB] / in use: 3 [20.61 GB] / in no VG: 0 [0]

[root@D-SRV-L-43 root]# vgchange -ay vg00
vgchange -- volume group "vg00" successfully activated

[root@D-SRV-L-43 root]# pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- inactive PV "/dev/sddlmaa1" of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- inactive PV "/dev/sda1"     of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- ACTIVE   PV "/dev/sdb1"     of VG "vg00" [6.87 GB / 6.87 GB free]
pvscan -- total: 3 [20.61 GB] / in use: 3 [20.61 GB] / in no VG: 0 [0]
 

Best Regards

Matthias Rudolph
Country Software Specialist 

HITACHI DATA SYSTEMS GmbH
Im Steingrund 10
D-63303 Dreieich-Buchschlag
Tel:   +49 (0)6103 804 1208
Mob: +49 (0)171 240 9326
matthias.rudolph@hds.com <mailto:matthias.rudolph@hds.com>  


This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-03-05  9:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-09-08 14:24 [linux-lvm] LVM Question mmclinn
1999-09-08 18:17 ` Brian Wolfe
1999-09-08 19:28   ` S. Ryan Quick
  -- strict thread matches above, loose matches on Subject: below --
2003-06-19 16:11 Jay Lee
2003-06-19 16:36 ` bscott
2003-10-15 15:56 [linux-lvm] LVM question John Diana
2005-03-04 12:49 [linux-lvm] LVM Question Matthias Rudolph
2005-03-04 22:35 ` Mark W. Jeanmougin
2005-03-05  9:23 ` Luca Berra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.