If you have questions or concerns, contact Global Product Support before proceeding with your upgrade. It is highly recommended to review the section on storage configuration: Configuring Storage for EdgeView and Docker, as much of it changed from previous releases.
For
It is not possible to execute an in-place software downgrade from
In
Perform the following installation steps when upgrading
Take a backup or snapshot of your
Test the restore procedure before continuing. Do not proceed unless this is successful.
Download the
cd /opt/ wget ftp://$url_from_support wget ftp://$url_from_support
Enable read-write-execute permissions for the copied files using the commands given below:
chmod +x install-ev.sh
Execute the following command to start the installation process:
./install-ev.sh
As the installation proceeds (upgrading Docker Compose, Docker and
The installation creates a log file of all actions for historical review/troubleshooting using the file format: $MM-DD-YYYY-ev-install.log
When prompted, enter validation or update information related to your networking configuration environment.
Once the installation completes, the directory scc-build is created, and the console screen displays the message “
To check whether the containers started successfully, use the following command:
docker ps --format "table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}"
Make sure that the STATUS is healthy. If unhealthy statuses exist, run the following command and check the Health section of the output:
docker inspect $container_name
For example:
docker inspect scc
Once the installation completes, optionally run a basic sanity check using the below command:
cd /opt/scc-build ; ./ev_check.sh post-install
Upgrade to
#docker exec -it services bash -c "./usr/local/bin/sip-callid-migration"