Disk Full
Posted: Sun Sep 12, 2021 9:26 pm
Hello, I have an old version of NagiosXI runnin on centos 6.8
I have a disk full,
I have faced this problem in the past, and I follow the same instuctions:
https://support.nagios.com/forum/viewto ... 16&t=61503
but after restarting
It is OK, I have extended from 60gb to 80 Gb, but running again df-h still shows as full, /dev/mapper/VolGroup-lv_root have not been extended.
Please help
I have a disk full,
Code: Select all
[root@nagiosxi ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
57G 54G 0 100% /
tmpfs 498M 0 498M 0% /dev/shm
/dev/sda1 477M 69M 384M 16% /boot
[root@nagiosxi ~]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/VolGroup-lv_root
3739632 94550 3645082 3% /
tmpfs 127380 1 127379 1% /dev/shm
/dev/sda1 128016 50 127966 1% /boot
[root@nagiosxi ~]#
https://support.nagios.com/forum/viewto ... 16&t=61503
but after restarting
Code: Select all
Your root / partition and filesystem have been resized
Your disk size is now 80GB,
And your / filesystem is 57GB
The results of all commands are in /var/log/vm_resize.logPlease help