World is Welcome To The World of Linux

Journey into the world of linux

Menu
  • About
  • Welcome
Menu

AIX Logical Volume Manager A Brief Introduction

Posted on April 3, 2009 by Ganesh Sharma

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

The storage in Aix can be divided in two layers: Physical and Logical.

On physical level the two things come into picture:

  1. Physical Volume(PV).
  2. Physical Partition(PP).

On logical level the storage is divided in three parts:

  1. Logical Partition(LP).
  2. Logical Volume(LV).
  3. Volume Group(VG).

I’m going to discuss the terminology here:

Physical Volume
The hard disk in LVM’s language is called Physical Volume. It has unique identifier. There is a limitation as to how many physical volumes can be there in AIX. Various commands can be used for PVs like lspv, chpv etc. While in use, the application is not aware, where the data is stored on hard disk.

Physical Partition
The physical volume is divided in a number of small equal partitions. These are called physical partitions. These are used in LVM for making up the components like LP, LV, VG etc.

Logical Partition
The logical aspect of LVM starts at this level. Each logical partition corresponds to one and only one physical partition. So we can say: LP —-> PP and PP —->  LP. This is the unit which is used to increase or decrease the size of file systems in  OS.

Logical Volume
The logical volume is composed of several Logical Partitions. Thus the size of Logical Volume can always be calculated as below:


Size of LV = Number of LPs  X   Size of LP(Which is equal to PP).

Number of Logical Volumes are restricted by the type of Volume Group.
The logical volume is usable only if the File System is created on it. Otherwise its not usable. The file systems normally used in AIX are jfs and jfs2. These are journaling based file systems. Means, whatever I/O operations are done on filesystem, all are recorded. The record is called journal.

Volume Group
The volume group is the highest entity in LVM hierarchy. VG is composed of several LVs. While creating VGs, the PP size is decided and that can not be changed throughout the life of VG. VGs are of three types:

  1. Normal VG.
  2. Big VG.
  3. Scalable VG.

More about VGs and their details will be written in some future posts. That’s all for now.

4 thoughts on “AIX Logical Volume Manager A Brief Introduction”

  1. Pingback: How To List Volume Groups and Their Characteristics | World is Welcome To The World of Unix!!!
  2. Pingback: File Systems In AIX – A Primer | World is Welcome To The World of Unix!!!
  3. Pingback: How To Work With Physical Volumes | World is Welcome To The World of Unix!!!
  4. Pingback: How To Create Volume Group | World is Welcome To The World of Unix!!!

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Date Command Tutorial(Video)
  • grep Command Tutorial – 1(Video)
  • Introduction To ls Command(Video)
  • Chapter 3
  • Set Position Of Poll Module Into Joomla

Recent Comments

  • Kansas City Trailer Proz on Physical Volume In AIX – A Primer
  • Create volume group in AIX | myunixsheet on How To Create Volume Group
  • Restore of AIX backup on other Unix system - TecHub on What is mksysb And What Are Its Components
  • Firewall Unleashed - InfoSec Institute on Packet Filtering Firewall: An Introduction
  • Manwendra on Proxy Firewall and Gateway Firewall: Introduction

Archives

  • January 2019
  • June 2010
  • May 2010
  • February 2010
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008

Categories

  • 30 Days To Joomla WebSite Setup
  • A Journey To The World of Linux System Administration
  • Aix
  • Backups
  • Books
  • Firewalls
  • Introduction
  • Joomla
  • Joomla Backup
  • Joomla Web Technology
  • Linux
  • LPAR and Virtualization
  • LVM
  • Pluggable Authentication Modules
  • section navigator pro
  • Security
  • Security Knowledge Base
  • Tips and Tricks
  • Uncategorized
  • World is Welcome Products

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
©2023 World is Welcome To The World of Linux | WordPress Theme by SuperbThemes