Black Box ET0100A Network Router User Manual


 
EncrypTight Manager Upgrade of an Existing ETM Instance
EncrypTight Manager Installation Guide 21
Upgrading the policyserver-init.conf
Upgrading the database schema sql
Upgrading the system scripts
#######################################################################
Upgrade process complete. Application version is: 3.2.3971
#######################################################################
Finishing Server Startup ...
[root@policyserver ~]#
Upgrade ETM Cluster Instances
CAUTION
Order Matters - All of these instructions MUST be done in the order indicated below.
SCP upgrade file to ETM (Cluster)
These instructions load the upgrade executable in the the directory /opt/upgrade on the ETM server, /opt/
upgrade is only a suggested path
Download the policyserver-upgrade-<VERSION>.bin executable to your local machine
scp the .bin file to your ETM server as root (default UID/PWD is root/pserver) to /opt/upgrade
# scp db-backup-2011-12-14-07-34.sql.gz root@192.168.X.X:/opt/upgrade/
Optional - Verify the downloaded upgrade bin file.
Download and scp the public key pubkey.txt over to the ETM server.
# scp pubkey.txt root@192.168.X.X:/opt/upgrade/
Scp the external signature for the upgrade bin:
# scp policyserver-upgrade-<VERSION>.bin.asc root@192.168.X.X:/opt/upgrade/
Import the public key and verify the upgrade bin:
# cd /opt/upgrade
# gpg --import pubkey.txt
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during
this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 9B705669: public key "Black Box (Policy Server)
<support@blackbox.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
# gpg --verify policyserver-upgrade-<VERSION>.bin.asc policyserver-upgrade-
<VERSION>.bin