Sponsored Content
Operating Systems Linux Red Hat Create volume using LVM over 2 physical disks Post 302729329 by ikn3 on Friday 9th of November 2012 12:27:01 PM
Old 11-09-2012
The issue was on RHEL 5.5 which is on VMWare

Quote:
Originally Posted by Scott
So, I just added a new disk to my VM (BTW, you didn't say if you have a physical server or a virtual one):
Code:
[root@RH631d ~]# lvmdiskscan
  /dev/ramdisk       [       16.00 MB] 
  /dev/myvg01/mylv01 [       10.00 GB] 
  /dev/ram           [       16.00 MB] 
  /dev/sda1          [       47.03 MB] 
  /dev/myvg01/mylv02 [       10.00 GB] 
  /dev/ram2          [       16.00 MB] 
  /dev/root          [        3.90 GB] 
  /dev/ram3          [       16.00 MB] 
  /dev/sda3          [        1.97 GB] 
  /dev/ram4          [       16.00 MB] 
  /dev/ram5          [       16.00 MB] 
  /dev/sda5          [       14.08 GB] 
  /dev/ram6          [       16.00 MB] 
  /dev/ram7          [       16.00 MB] 
  /dev/ram8          [       16.00 MB] 
  /dev/ram9          [       16.00 MB] 
  /dev/ram10         [       16.00 MB] 
  /dev/ram11         [       16.00 MB] 
  /dev/ram12         [       16.00 MB] 
  /dev/ram13         [       16.00 MB] 
  /dev/ram14         [       16.00 MB] 
  /dev/ram15         [       16.00 MB] 
  /dev/sdb           [       50.00 GB] LVM physical volume
  /dev/sdc           [       50.00 GB] LVM physical volume
  /dev/sdd1          [        2.30 GB] LVM physical volume
  /dev/sdd2          [        1.53 GB] LVM physical volume
  /dev/sdd3          [      784.42 MB] LVM physical volume
  /dev/sde           [       20.00 GB] 
  4 disks
  19 partitions
  2 LVM physical volume whole disks
  3 LVM physical volumes

[root@RH631d ~]# pvcreate /dev/sde
  Physical volume "/dev/sde" successfully created

[root@RH631d ~]# vgcreate VolumeGroup00 /dev/sde
  Volume group "VolumeGroup00" successfully created

[root@RH631d ~]# lvcreate -L5G -n LogicalVolume01 VolumeGroup00
  Logical volume "LogicalVolume01" created

[root@RH631d ~]# lvcreate -L7G -n LogicalVolume02 VolumeGroup00
  Logical volume "LogicalVolume02" created

[root@RH631d ~]# lvcreate -l100%FREE -n LogicalVolume03 VolumeGroup00
  Logical volume "LogicalVolume03" created

[root@RH631d ~]# lvs
  LV              VG            Attr   LSize  Origin Snap%  Move Log Copy%  Convert
  LogicalVolume01 VolumeGroup00 -wi-a-  5.00G                                      
  LogicalVolume02 VolumeGroup00 -wi-a-  7.00G                                      
  LogicalVolume03 VolumeGroup00 -wi-a-  8.00G

No need to fdisk. No need for fancy partitioning. I can now create my filesystems using these three LV's and I don't have to worry about it.

If, later on, I want to extend these filesystems, I can add a new disk, extend the VG, extend the LV, then easily extend the FS. It's hard to do that if you have partitioned everything, absolutely, with fdisk.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

physical volume and physical disk.

Hello, I need explanations about physical disks and physical volumes. What is the difference between these 2 things? In fact, i am trying to understand what the AIX lspv2command does. Thank you in advance. (2 Replies)
Discussion started by: VeroL
2 Replies

2. UNIX for Dummies Questions & Answers

Physical volume- no free physical partitions

I was in smit, checking on disc space, etc. and it appears that one of our physical volumes that is part of a large volume group, has no free physical partitions. The server is running AIX 5.1. What would be the advisable step to take in this instance? (9 Replies)
Discussion started by: markper
9 Replies

3. HP-UX

How Can I Create A Volume Group With Two Hard Disks On Hp-ux C-3750

Hello All, I Am A New Member To This Group. I Want To Know How Can We Create Single Volume Group Using 2 Hard Disks. As We Require More Data To Be Stored We Need To Add A Hard Disk,but I Have A Doubt Whether We Can Increase The Size Of A Logical Volume Mounted On A Volume Group By Adding A... (5 Replies)
Discussion started by: bala_mes
5 Replies

4. UNIX for Advanced & Expert Users

LVM - Extending Logical Volume within Volume Group

Hello, I have logical volume group of 50GB, in which I have 2 logical volumes, LogVol01 and LogVol02, both are of 10GB. If I extend LogVol01 further by 10GB, then it keeps the extended copy after logical volume 2. I want to know where it keeps this information Regards Himanshu (3 Replies)
Discussion started by: ghimanshu
3 Replies

5. AIX

Basic Filesystem / Physical Volume / Logical Volume Check

Hi! Can anyone help me on how I can do a basic check on the Unix filesystems / physical volumes and logical volumes? What items should I check, like where do I look at in smit? Or are there commands that I should execute? I need to do this as I was informed by IBM that there seems to be... (1 Reply)
Discussion started by: chipahoys
1 Replies

6. Linux

LVM (volume manager) and virtual disks

:eek: Hi guys, I'm pulling my hair out over this one. I am trying to set up a virtual server environment. ( I am using VirtualBox, but I think this is irrelevant to this problem.) I have downloaded a pre-packaged Linux virtual disk, with which I have successfully started a virtual instance of a... (4 Replies)
Discussion started by: otheus
4 Replies

7. AIX

How to determine the physical volume fo the disks

This is the report I got running the comand rptconf, but I would like to know what is the capacity of the disks installed into our server power 6 with AIX System Model: IBM,7778-23X Machine Serial Number: 1066D5A Processor Type: PowerPC_POWER6 Processor Implementation Mode: POWER 6... (6 Replies)
Discussion started by: cucosss
6 Replies

8. UNIX for Dummies Questions & Answers

Confusion Regarding Physical Volume,Volume Group,Logical Volume,Physical partition

Hi, I am new to unix. I am working on Red Hat Linux and side by side on AIX also. After reading the concepts of Storage, I am now really confused regarding the terminologies 1)Physical Volume 2)Volume Group 3)Logical Volume 4)Physical Partition Please help me to understand these concepts. (6 Replies)
Discussion started by: kashifsd17
6 Replies

9. AIX

Position of the logical volume on the physical volume

Hello everyone, I just read that while creating a logical volume(LV) we can choose the region of the physical volume (PV) in which the LV should be created. When I say region I mean: outer edge - outer middle - center - inner middle and inner edge. Can anyone help me understand the utility... (11 Replies)
Discussion started by: adilyos
11 Replies

10. Red Hat

Physical Volume Create Conundrum

I want to start by saying I already resolved my issue but I want to understand why I am seeing what I am seeing. I have a server with a RAID controller two 500GB drives and six 600GB drives. The two 500GB drives are mirrored and have the OS installed on them. The six 600GB they wanted set as... (4 Replies)
Discussion started by: scotbuff
4 Replies
VGREDUCE(8)						      System Manager's Manual						       VGREDUCE(8)

NAME
vgreduce - reduce a volume group SYNOPSIS
vgreduce [-a|--all] [-A|--autobackup y|n] [-d|--debug] [-h|-?|--help] [--removemissing] [-t|--test] [-v|--verbose] VolumeGroupName [Physi- calVolumePath...] DESCRIPTION
vgreduce allows you to remove one or more unused physical volumes from a volume group. OPTIONS
See lvm for common options. -a, --all Removes all empty physical volumes if none are given on command line. --removemissing Removes all missing physical volumes from the volume group, if there are no logical volumes allocated on those. This resumes normal operation of the volume group (new logical volumes may again be created, changed and so on). If this is not possible (there are logical volumes referencing the missing physical volumes) and you cannot or do not want to remove them manually, you can run this option with --force to have vgreduce remove any partial LVs. Any logical volumes and dependent snapshots that were partly on the missing disks get removed completely. This includes those parts that lie on disks that are still present. If your logical volumes spanned several disks including the ones that are lost, you might want to try to salvage data first by acti- vating your logical volumes with --partial as described in lvm (8). SEE ALSO
lvm(8), vgextend(8) Sistina Software UK LVM TOOLS 2.02.95(2) (2012-03-06) VGREDUCE(8)
All times are GMT -4. The time now is 09:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy