Overview
This guide explains how to upgrade an existing v3.0 configuration to v3.0.1. There are two services involved in the operation of RCA-V. The Admin Interface that provides the UI and writes the configuration files, and the Vscale Service that processes the configuration file and talks to RightScale and VSphere.
New Features
- VMWare 6.7 support
- AWS VMC Support
- Shutdown Guest Support
Upgrading Admin Interface
- You will upgrade the vscale admin package to: vscale-admin-3.0.1.
- Log into the RCAV web interface
- Under Connectivity -> RightScale Platform -> Admin Interface, click Upgrade
- Look for the package named: vscale-admin-3.0.1, click Download
- SSH into the RCAV, credentials can be found here: Knowing Your Environment
- Run
sudo –i su
- Change directory to /home/vscale-admin
- Run
chown –R vscale:vscale vscale-admin-3.0.1
- Click Active next to the package, you will get a flash error, ignore it.
- Run
service vscale-admin restart
- At this point it is upgraded, but leave the ssh window open you will need it to upgrade vscale
Upgrading Vscale Service
- You will upgrade the vscale package to: vscale_3.0.1.
- Log into the RCAV web interface
- Under Connectivity -> vCenter -> Cloud Appliance (vscale), Click Upgrade.
- Look for the package named: vscale_3.0.1, click Download
- SSH into the RCAV
- Run
sudo –i su
- Change directory to /home/vscale
- Run
chown –R vscale:vscale vscale_3.0.1
- In the web interface click Activate
- Run
service vscale restart
from the ssh window