About Us

RSInfoMinds, a web based IT Training and Consultancy firm. It is established with high dreams in training people in IT Infrastructure Field. We provide Online and Class Room training in various fields of IT Infrastructure Management.

Join Us: http://www.facebook.com/RSInfoMinds
Mail Us: rsinfominds@gmail.com
Twitter: @RSInfoMinds

We are specialized in the below courses:

Redhat Linux Admin Redhat Linux Cluster
Redhat Virutualization IBM AIX Admin
IBM AIX Virtualization IBM AIX Cluster
HP Unix Admin HP Unix Cluster
HP Unix Virtualization Shell Scripting
Veritas Volume Manager Veritas Cluster
Oracle Core DBA VMWare


We provide training in such a way, So that you get in depth knowledge on the Courses you look for.

And we ensure you are very confident from each and every Techincal aspect that the IT Industry needs and expects from you.

We also conduct Workshops on the latest technology and the real time faculties sharing their work experiences to make you the best.

Thursday 17 March 2011

LVM Commands


# lspv - List available Physical Volumes

# lspv -l PV - List the logical volume configured on the Physical Volume.

# lspv -M PV - View the mirroring information of the Physical Volume.

# lspv -p PV - View the physical partitions information on the Physical Volume.

# lquerpv -M PV - View the Logical track group of a Physical Volume.

# mkvg -y <VG Name> -s <Physical Partition Size in the power 2> <Physical Volumes> - To create a Volume Group with a specific name of desired PP size.

# mkvg -y <VG Name> <Physical Volumes> - To create a Volume Group with the specific name of default PP size (default 4 MB).

# mkvg -s <Physical Partition Size in the power 2> <Physical Volumes> - To create a Volume Group with the default name (default vg00) of desired PP Size.

# mkvg <Physical Volumes> - To create a Volume Group with default name of default size.

# lsvg - To view all the configured Volume Groups.

# lsvg -o - To view all the active Volume Groups.

# lsvg -l VG Name - To view the logical volumes of that Volume Group.

# lsvg -p VG Name - To view the physical volumes of that Volume Group.

# lsvg -M VG Mame - To check the Volume Group is mirrored or not.

# lsvgfs VG Name - To view the filesystems on the Volume Group.


No comments:

Post a Comment