2019-08-30 11:14 AM
Is there an alternative to setting up an external CentOS backup host for the backup procedure prior to migration to 11.3?
I was informed that we can use the SA Head Unit as the backup host. Can this be done?
If yes - is there any specific considerations not explicitly listed for such a scenario, that I should take note of?
Also, it says -
Ensure that the host names for the systems to be backed up are resolvable on the backup host machine,
either by DNS or listed in the /etc/hosts file.
Should my hostname in itself be resolvable, or will FQDN be fine? As of now, the FQDN is resolvable.
2019-08-30 11:30 AM
So the script is tested and supported on a CentOS 6 host so you can run it on any CentOS 6 host. The reason we recommend another host is simply so that you can have the backup files on another device should something fail on the upgrade on the Admin Server, for instance. If you try to reimage a physical host for a second time, you may lose that preserved partition that we have in the case of physical upgrades.
The idea is simply that you have backups of your backups. If you take the backups you create on the Admin Server and store them somewhere else in case of the worst, it will be fine.
And just like John Snider mentioned in your other question,should the worse happen or you are not attaching the drive that has the backup on it, you can SCP the backup over if you go ahead and configure the networking ahead of time.
https://community.rsa.com/message/940778?commentID=940778&et=watches.email.thread#comment-940778
2019-08-30 11:31 AM
Absolutely! You'll need some space to store the backup information on the head unit, but that shouldn't be a problem unless you have an abnormally large amount of data on that appliance. If you run the script with the "-d" switch, it will check every appliance for space before the scripts run. Using the "-D" (capital D) will run a more comprehensive disk check, but only bother with that if you've run with the "-d" test and it fails.
I recommend that after you've copied the scripts to the head unit (create the /var/netwitness/database/nw-backup/ folder and put the scripts there), run the get-all-systems.sh script, then run ssh-propagage.sh script, and finally run nw-backup.sh by itself without any switches. That will give you all of the options you can use.
2019-08-30 11:43 AM
Yes, I guess I'll run the scripts from the SA head unit and SCP them to a local windows machine, for redundancy. Hope that should be fine!
2019-08-30 11:44 AM
Thanks Sean!
Quick question - how much is the backup size on average from a machine? Like I've got 18 servers, so how much should I be expecting approximately?
2019-08-30 11:46 AM
That is different for every environment. Run the script with "-d" and it will give you estimates.
2019-08-30 11:58 AM
Noted. Oh, and I should I be able to resolve hostnames in themselves or will FQDN do?