1.

If A Volume Group Named As Vgname Already Exists But We Need To Extend This Volume Group Up To 4gb. Explain All Steps?

Answer»

Firstly, create Physical VOLUME (/dev/sdaX, where X is the PARTITION NUMBER) of size 4GB.
Now run following COMMAND: # vgextend VGNAME /dev/sdaX

Firstly, create Physical volume (/dev/sdaX, where X is the partition number) of size 4GB.
Now run following command: # vgextend vgname /dev/sdaX



Discussion

No Comment Found