HOWTO: Upgrading MAGServer Xymon installation
Hi All -
I wanted to offer my upgrade notes on how to upgrade the Xymon installation contained within the MAGServer from Squidworks (http://www.squidworks.net/software-projects/mag/)
I couldn't find documentation anywhere on how to go about this, so if others are wondering how to upgrade from the 4.3.4 install of Xymon to the latest (4.3.21 as of this email) these are the steps I used:
Good idea to backup the VM in case anything goes wrongDownload Xymon package from SourceForge and use tar to extract thefiles
Review the Makefile for the 4.3.4 install that came with MAGServer.The original install of xymon version 4.3.4 files can be located at /root/xymon
Run the "./configure" but don't run make yet. The MAGServerpackage does not use many of the defaults. Make sure to use the same variables where appropriate from the old Makefile, example: XYMONTOPDIR, SECURECGIDIR, XYMONHOSTURL, etc.
Compare again the new Makefile to the old Makefile, making surethat variables for location paths, etc. match so that the new install will place files in the correct place.
Run "make" but don't run "make install" yet.At this point check the directory /var/www/xymon/server. In myinstall there was a broken symbolic link here named "xymon" (the file had red reverse background). If it's there, remove it because it prevents the make install from working, it complains about the directory path being too deep.
Run make install.Upgrade is complete and should be OK now. Maybe for good measurerestart xymon to make sure all comes up OK after a restart.
These steps worked for me, hopefully it works for others who use the MAGServer VM appliance.
Rob
participants (1)
-
steuer@hotmail.com