6 August 201413 May 2023Linux CommandsBy Admin lvrename command line tool and its examples Examples: 1. To rename a logical volume $ lvrename /dev/VG00/LV00 /dev/VG00/LV-01$ lvrename VG00 LV00 LV01 2. To disable udev synchronisation $ lvrename […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvremove command with its examples Examples: 1. To remove the logical volume $ lvremove LV00 2. To forcefully remove the logical volume $ lvremove -f LV00$ lvremove […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvreduce command and its examples Examples: 1. To reduce the logical volume $ lvreduce -l [-]LogicalExtentsNumber[%{VG|LV|FREE|ORIGIN}] 2. To disable udev synchronization $ lvreduce –noudevsync 3. To reduce […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvmdump command with its examples Examples: 1. To create lvm dump $ lvmdump 2. For advance data collections $ lvmdump -a 3. To gather LVM metadata $ […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvmdiskscan command with its examples Examples: 1. To scan all devices $ lvmdiskscan 2. To only reports Physical Volumes $ lvmdiskscan -l$ lvmdiskscan –lvmpartition Related Commands: lvm, […]
6 August 201413 May 2023Linux CommandsBy Admin lvmconf command line utility and its examples Examples: 1. To set locking_type to the default non-clustered type $ lvmconf –disable-cluster 2. To set locking_type to the default clustered type […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvextend command line tool Examples: 1. To disable the udev synchronization $ lvextend –noudevsync 2. To Extend or set the logical volume size in units of […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvdisplay command and its examples Examples: 1. To display all the logical volumes information $ lvdisplay 2. To view/print all the information $ lvdisplay –all 3. To […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvcreate command and its examples Examples: 1. To Power of 2 chunk size for the snapshot logical volume between 4k and 512k $ lvcreate -c ChunkSize$ lvcreate […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvconvert command and its examples Examples: 1. To specify the degree of mirror to create $ lvconvert -m 1$ lvconvert –mirrors 1 2. To specify the type […]