Bug 1129 - more disk space needed
Summary: more disk space needed
Status: RESOLVED FIXED
Alias: None
Product: EMAIL
Classification: 04.HARDWARE/EMAIL
Component: Email SERVER (show other bugs)
Version: unspecified
Hardware: All Linux
: High major
Assignee: Manoj Gupta
URL:
Depends on:
Blocks:
 
Reported: 2019-09-12 19:12 IST by kk
Modified: 2019-09-14 18:22 IST (History)
2 users (show)

See Also:
Database:
Module ID:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 kk 2019-09-14 18:22:44 IST
400GB added to root filesystem.

Mail server disk space increase:

1. Added 400GB virtual hard disk to VM using Vcentre
2. Rebooted mail server
3. New hard disk appears as /dev/sdb in fdisk -l 
4. created physical volume on /dev/sdb: pvcreate /dev/sdb
5. extended volume group VolGroup on /dev/sdb: vgextend VolGroup /dev/sdb
6. extended logical volume /dev/VolGroup/lv_root to max size: lvextend /dev/VolGroup/lv_root /dev/sdb 
7. shutdown zimbra services: service zimbra stop
8. extended/resized root filesystem to fit new volume: resize2fs /dev/VolGroup/lv_root
9. rebooted mail server
Description kk 2019-09-12 19:12:17 IST
Need to add more disk space to email server.