Basic Crib
the OVA file contains the new version if used to build a new instance. A hardware AW upgrade would be similar in process, but we would have to build it from scratch (install the OS first, then use the .iso file for the AW install) on the same box after copying off the backup file.
To upgrade CentOS for Airwave the process in the Release Notes is correct:
- First, upgrade your live AW to 8.2.10.0. This upgrades the databases so they can be restored later in the steps.
- Backup
this live AW and copy off this backup file somewhere
- (CLI)
Backup > Backup Now.
- (GUI) To grab the “nightly” or “weekly” backups – if you’ve waited long enough since the upgrade to 8.2.10.0 so they can run since your upgrade – go to System > Backups
- Command
line for SCP from AW (don’t use Solarwinds SFTP/SCP Server as it
doesn’t like the encryption ciphers… OpenSSH in Linux works well) (This
step is the most difficult in terms of getting the SCP server running,
reachable, and the syntax correct):
- If I had a “awbackupfolder” folder on my Linux box on the Desktop for a user named “username”, I would reference the existing folder as relatively from my login directory: Desktop/awbackupfolder/ (the trailing “/” is optional here)
- The CLI SCP syntax cannot take the “~” tilde character so reference the folder in another way
- username@192.168.21.21:Desktop/awbackupfolder/
- Power off the AW server (we’ll need the new box to have the same IP because AW licenses are tied to it)
- (CLI)
Backup > Backup Now.
- Build
a new AW server with the right storage, cpu, and memory
requirements. This is a good opportunity to increase hard disk size
if you’ve been holding off.
- Building from OVA file will install the CentOS 7 version.
- To login to the newly deployed box, use the default: user = root and password = admin
- Use the same basic startup-script info as before, keeping the same IPs
- You will need a complex password. Store it somewhere safe: this is your CLI and your WebUI password for “admin” login
- Once
the box is up, from the CLI copy over the backup file via SCP.
- Files
> Upload
- username@192.168.21.21:Desktop/awbackupfolder/ampbackup_date_time.tar.gz
- Files
> Upload
- Now
restore from the backup.
- Backup > Restore > AMP Restore, select the file. Sometimes the numbers don’t match what you type – I think due to hidden files (.digest files). Make sure it is the right one (it should be the only one here)
- VisualRF backup file is already contained in the AW Backup file, so there isn’t a need to do that restore separately.
- Log in to the system after it is up with the new password. Perform basic checks that information is still flowing correctly.
- Delete the old virtual machine once everything is running fine.
- Have a cup of coffee.