toleolu wrote:Thanks, installing GNOME right now, see if that gets me where I need to be. Just not a CLI kind of guy.
Ohhh... Yea. Desktops can sometimes cause issues with XI. We really do try to keep people on a clean, minimal install of CantOS/Redhat. You'll have to edit text files anyway, so a GUI just makes it easier to open the file in the first place. Then when you consider all the commands you absolutely do have to run in a command line, I have never seen any benefit in having a GUI on a Nagios system.
Just be careful with what you install. And be sure to mention in future posts that you have a GUI installed now.
For the CLI-impaired, I'd recommend grabbing a GParted LiveCD and booting from that. That will get you what you want (a GUI) and save you tons of disk on your Nagios server.
How much room did you make? You can delete many log files in the "/var/log/" directory and sub-directories. You can also delete files that you don't need in the "/tmp/", old backups in "/store/backups/nagiosxi/", etc.
The "Nagios XI – Resizing the VM Disk Size" document has been proven to work. Let us know if you get stuck on any of the steps, described in the document.
Be sure to check out our Knowledgebase for helpful articles and solutions!
/dev/mapper/VolGroup-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
Charles Masteller
Information Systems Specialist
Hawaii Health Systems Corp.
"No one will ever need more than 640K RAM". Bill Gates
At least now I know why lvresize came back with VolGroup 00 not found. Guess it should be VolGroup-lv_root.
I'm wondering if this is what's causing the problem with GParted, since I started running those commands but never finished since I stopped when I got the error.
Charles Masteller
Information Systems Specialist
Hawaii Health Systems Corp.
"No one will ever need more than 640K RAM". Bill Gates
I recently installed a test Nagios XI system and also saw that the logical volumes had different names than my production system. In the newer Nagios Xi VM images, lv_root and lv_swap is used. It should be added in documentation to avoid problems for people using the newer version.