1752604 Members
4863 Online
108788 Solutions
New Discussion

All LVM commands Summary

 
SOLVED
Go to solution
Ajin_1
Valued Contributor

All LVM commands Summary

Hi Friends

 

Can I get all LVM commands Summary with discription.Plese dont post links.

Thanks & Regards
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
4 REPLIES 4
Ken Grabowski
Respected Contributor
Solution

Re: All LVM commands Summary

Links to the manuals are your best source. Without that I would suggest you look at the man pages from the UNIX command line starting with "man lvm"

Patrick Wallek
Honored Contributor

Re: All LVM commands Summary

Typical LVM commands:

 

pvcreate

pvchange

pvdisplay

vgcreate

vgreduce

vgextend

vgchange

vgdisplay

lvcreate

lvextend

lvreduce

lvsplit

lvmerge

lvchange

lvdisplay

 

For more information on the commands, see the man page for each.

 

For example:  man lvdisplay

Torsten.
Acclaimed Contributor

Re: All LVM commands Summary

Go to this page

 

http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&cc=us&taskId=101&prodClassId=10008&contentType=SupportManual&docIndexId=64255&prodTypeId=18964&prodSeriesId=4296010

 

and locate

 

HP-UX System Administrator's Guide: Logical Volume Management HP-UX 11i v3 (B3921-90053 September 2011) Transform used: ESS version 2.2

 

 

This is a must have.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Ajin_1
Valued Contributor

Re: All LVM commands Summary

Hi experts

Thanks for you replies. 

 

 

As ken sugessted man lvm having all lvm commands.

 

 

Commands
      LVM information can be created, displayed, and manipulated with the
      following commands:

      lvchange          Change logical volume characteristics
      lvcreate          Stripe, create logical volume in volume group
      lvdisplay         Display information about logical volumes
      lvextend          Increase space, increase mirrors for logical volume
      lvlnboot          Prepare logical volume to be root, primary swap, or
                        dump volume
      lvmadm            Display limits associated with a volume group
                        version
      lvmove            Move a logical volume within a volume group

 Hewlett-Packard Company            - 1 -      HP-UX 11i Version 3: Apr 2010

 lvm(7)                                                               lvm(7)

      lvreduce          Decrease number of physical extents allocated to
                        logical volume
      lvremove          Remove one or more logical volumes from volume group
      lvrmboot          Remove logical volume link to root, primary swap, or
                        dump volume
      pvchange          Change characteristics of physical volume in volume
                        group
      pvcreate          Create physical volume for use in volume group
      pvdisplay         Display information about physical volumes within
                        volume group
      pvmove            Move allocated physical extents from one physical
                        volume to other physical volumes
      vgcfgbackup       Create or update volume group configuration backup
                        file
      vgcfgrestore      Display or restore volume group configuration from
                        backup file
      vgchange          Set volume group availability
      vgcreate          Create volume group
      vgdisplay         Display information about volume groups
      vgexport          Export a volume group and its associated logical
                        volumes
      vgextend          Extend a volume group by adding physical volumes
      vgimport          Import a volume group onto the system
      vgmodify          Modify volume group attributes
      vgmove            Move data from old set of disks to a new set of
                        disks
      vgreduce          Remove physical volumes from a volume group
      vgremove          Remove volume group definition from the system
      vgscan            Scan physical volumes for volume groups
      vgversion         Migrate a volume group from one volume group version
                        to another

      The following commands are also available if the HP MirrorDisk/UX
      software is installed:

      lvmerge           Merge two logical volumes into one logical volume
      lvsplit           Split mirrored logical volume into two logical
                        volumes
      lvsync            Synchronize stale mirrors in logical volumes
      vgsync            Synchronize stale logical volume mirrors in volume
                        groups

Thanks & Regards
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.