Upgrading in an AWS Environment
In an AWS environment, you can upgrade LogLogic EVA from version 6.3.0 or 6.3.1 to version 6.4.0 by running a cross-version migration script.
Before you start the upgrade procedure, you must meet the following requirements:
- Deploy a new instance of
LogLogic EVA 6.4.0 in AWS.
LogLogic LSP 36.1.0 is automatically installed with it.
For instructions, see the Deploying LogLogic EVA on AWS section in TIBCO LogLogic® Enterprise Virtual Appliance Quick Start.
- The status of the following Advanced Features options (enabled or disabled) on the source instance and the new 6.4.0 instance must be identical:
- Advanced Features
- Advanced Aggregation
- Monitoring Console
- The version of
LogLogic LSP on both
LogLogic EVA instances must be identical. Therefore, on your existing
LogLogic EVA instance, you must upgrade the
LogLogic LSP to version 36.1.0, because
LogLogic EVA 6.4.0 is compatible with
LogLogic LSP 36.1.0.
For instructions about upgrading LogLogic LSP, see TIBCO LogLogic® Log Source Packages 36.1.0 Installation and Upgrade.
- Procedure
- On the destination instance:
- Log in as the
tooruser. - Extract the SSH public key from the file
/root/.ssh/id_rsa.pub and display it on the console by running the following command:
$ cat /root/.ssh/id_rsa.pub
- Copy the SSH public key displayed on the console.
- Log in as the
- On the source instance:
- Log in as the
tooruser. - Ensure that the file
/root/.ssh/authorized_keys exists. If not, create the file by running the following commands:
$ touch /root/.ssh/authorized_keys $ chmod 600 /root/.ssh/authorized_keys
- Insert the SSH public key of the destination instance (from step 1b) into the
/root/.ssh/authorized_keys file by running the following command:
$ echo 'SSH_public_key' >> /root/.ssh/authorized_keys
where SSH_public_key is the SSH public key from step 1b.
- Insert the SSH public key of the source instance into the
/root/.ssh/authorized_keys file by running the following command:
$ cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys
- Log in as the
- On the destination instance:
- Log in as the
tooruser. - Run the following migration script:
$ /loglogic/scripts/crossversion_migration/migrate.sh -v <source_version> -s <IP_address_source_instance>
where:
- <source_version> can be either
v630orv631. - <IP_address_source_instance> must be the IP address of the source instance.
For example:
$ /loglogic/scripts/crossversion_migration/migrate.sh -v v631 -s 192.0.2.4
- <source_version> can be either
- After the destination appliance reboots, remove the old finger print of the destination instance by running the following command:
$ ssh-keygen -f ~/.ssh/known_hosts -R <address_to_destination_instance>
- Log in as the
tooruser.
- Log in as the
The password of the 6.4.0 appliance GUI is set identical to the password of the source appliance. However, the password of the
toor user remains unchanged after migration.