Preferred Backup technique for NagiosXI Server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Satyam
Posts: 63
Joined: Mon Oct 24, 2011 8:14 am

Preferred Backup technique for NagiosXI Server

Post by Satyam »

Dear Support Team,

Please suggest a preferred backup technique for my production NagiosXI server which can help me to restore the monitoring service as fast as possible in case of server crash or similar situations.

Currently all the backup scripts are executing on the local NagiosXI server only and backups are placed locally on the server, so if server crashes data will be lost and we cannot restore the application with the recent application backup and DB backup.
Thanks,
Sattanathan.S
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Preferred Backup technique for NagiosXI Server

Post by scottwilkerson »

This would be correct.

It would be a good idea to script the copying of the latest backup to another server using rsync or something similar
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Satyam
Posts: 63
Joined: Mon Oct 24, 2011 8:14 am

Re: Preferred Backup technique for NagiosXI Server

Post by Satyam »

Dear Scott,

We have already modified the supplied backup scripts with NagiosXI to move the daily backup files to a another remote server using rsync. If someone requires am ready to share :P

But what we require is system level backup with the entire OS & Application data, so that we don't need to install the OS & build the application from scratch and restore the data in case of crash like situations.

Do you suggest or recommend any online or offline backup methods for the same to have the required backup on some media.
Thanks,
Sattanathan.S
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Preferred Backup technique for NagiosXI Server

Post by mguthrie »

You can also look into full drive replication like VMotion (if you're using Vmware) or something like DRBD, but the initial learning curve with DRBD is a little bit steep.

Most people will use the documented method we have for backing up and restore XI onto a freshly installed XI system (requires the same architecture).
http://assets.nagios.com/downloads/nagi ... ing_XI.pdf
Satyam
Posts: 63
Joined: Mon Oct 24, 2011 8:14 am

Re: Preferred Backup technique for NagiosXI Server

Post by Satyam »

Dear mguthrie,

Sorry for the question as I am not a VM person, Is that full drive replication with VMotion of Vmware will give the entire environment back i.e the OS & NagiosXI application with the all application data. I believe in this case I may not need to install the OS & NagiosXI freshly. Is it the same case with DRBD also.
Thanks,
Sattanathan.S
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Preferred Backup technique for NagiosXI Server

Post by scottwilkerson »

These would be block for block replication so you wouldn't need to install the OS or XI on the restored server.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked