1.

Assume Volume Group "vg02" Is Already Exists. How Do You Extend The Volume Group With 50gb? Provide All The Steps With Commands?

Answer»
  1. Get the 50GB LUN from STORAGE TEAM.(/dev/sdd)
  2. Create physcical volume ( # pvcreate /dev/sdd )
  3. Extend the volume group (# vgextend vg02 /dev/sdd)



Discussion

No Comment Found