I already have a Thread, but I think that was better to create a new one for this new issue.
My Nagios XI is not working anymore, because the Root Partition is 100% FULL.
So I'm trying to let it work with this good Guide:
Code: Select all
https://assets.nagios.com/downloads/nagiosxi/docs/Resizing-The-XI-VM-Disk.pdfI resized the VM Disk on VMWare vSphere from 20GB to 40GB.
-REBOOT
Then I did these commands:
# fdisk /dev/sda
Command (m for help): d
Partition number (1-4): 2
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
Command (m for help): t
Partition number (1-4): 2
Hex code (type L to list codes): 8e
Changed system type of partition 2 to 8e (Linux LVM)
Command (m for help): w
The partition table has been altered!
--REBOOT
But here when I try to pvresize /dev/sda2 for resize the Partition, my System gave me this:

Is like the System don't see that my Disk now is more huge.
Any advice?