Release 1.1.9
Date | Version |
---|---|
| 1.1.9 |
Highlights
- 1.1.9 is a bug fix release of following A-Stack Components
- Monitoring Dashboard Application
- Configurator Daemon
Steps to Upgrade from 1.1.8 to 1.1.9
Below are the steps to upgrade 1.1.8 to 1.1.9. Various components that can be upgraded are -
Component | From | To | Script Location |
---|---|---|---|
Configurator Daemon | 1.1.8 | 1.1.9 | Configurator Daemon Upgrade Script 1.1.8 to 1.1.9 |
Monitoring Dashboard | 1.1.8 | 1.1.9 | Monitoring Dashboard Upgrade Script 1.1.8 to 1.1.9 |
Pre-Steps
- Go to the installed folder of “A-StackConfigurator” OR “A-StackMonitoringDashboard” on VM where these components are installed
- Installed path can be checked by executing '$echo $TQL_HOME' command.
- It will return running path of TQL engine as below: /home/ec2-user/ConfiguratorUI/ Note: Path may be different
- Take a backup of A-StackConfigurator OR A-StackMonitoringDashboard's installed folder by executing following commands:
- $ mkdir ConfiguratorUI_bkp
- $cp –avr ConfiguratorUI_bkp/ ConfiguratorUI/
Upgrade Steps
- Go to installed path of A-StackConfigurator OR A-StackMonitoringDashboard by following command: $ cd /home/ec2-user/ConfiguratorUI/
- Copy Script file into installed directory from location as specified in above table
- If A-StackMonitoringDashboard is used then, use ‘A-StackMonitoringDashboard-Upgrade.sh’
- If A-StackConfigurator is used then, use ‘A-StackConfigurator-Upgrade.sh’
- Execute the following command:
- If A-StackMonitoringDashboard: $ sh A-StackMonitoringDashboard-Upgrade.sh
- If A-StackConfigurator: $ sh A-StackConfigurator-Upgrade.sh
Verify Upgrade Successful
On successful execution, success message will be displayed on the output console and Upgrade process is complete.
“Upgrade Completed”
“Upgrade script ended.”
How to Rollback
- If any error occurs then following message will be displayed:
- “Download failed. Please verify the Path”
- “Upgrade script ended..”
- Then delete the existing folder (/home/ec2-user/ConfiguratorUI/)
- And change the name of the directory '(/home/ec2-user/ConfiguratorUI_bkp' to '(/home/ec2-user /ConfiguratorUI'.
- Follow the same steps again from Upgrade Steps from 1.1.8 build to 1.1.9.
Note: Folder name may vary as per installed folder.
Detailed List
A-Stack 1.1.9 Jira List
JIRA-ID | Component | Type | Description |
TQLPROD-1765 | Monitoring Dashboard, Configurator Daemon | Bug | Issues in loading Alarms when Cluster has multiple VMs |
Known Issues
JIRA-ID | Component | Type | Description |
TQLPROD-1770 | Monitoring Dashboard | Bug | By deleting alarm conditions using delete command- alarm conditions are still showing on UI has been successfully created. |