Extending log volume

From Tech-Wiki
Revision as of 18:14, 15 August 2017 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Check Point '''Back to Gaia''' '''METHOD # 1''' GAIA version (requires restart services): show volume logs set volume logs size newsize...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Gaia


METHOD # 1 GAIA version (requires restart services):

show volume logs
set volume logs size newsize

METHOD # 2 Get the current available size and logical volume name using:

# vgdisplay
# lvdisplay

Increase the size of this logical volume using: (if the volume has already grown using all the space in the new disk, this is not required)

# lvextend -L +100G /dev/vg_root/vol1

In addition, it's required to increase the file system in this logical volume as well:

# resize2fs /dev/vg_root/vol1

Check the new current size used again size using:

# vgdisplay
# lvdisplay