Description
This document is to assist you with installing the patch manually in case you are not able to install the CSA patches over the Internet. Please also see Issue: Cloud Services Appliance ( CSA ) feature Scan For Update does not list an update even though an update is available. For patch troubleshooting, please see the document How To Troubleshoot the Cloud Services Appliance (CSA)/Gateway
This document applies ONLY to the CSA version 4.3 and 4.4. DO NOT attempt to install these patches on any other version of the CSA. You only need to install the most recent patch. I.E. the highest numbered patch
Latest Patches
4.3 CSA Patches | 4.4 CSA Patches |
---|---|
GSB 4.3 188 Patch | GSB 4.4 503 Patch |
Bulletin 4.3 - Patch 188 |
Older Patches
Previous 4.3 CSA Patches | Previous 4.4 CSA Patches |
---|---|
GSB 4.3 184 Patch | No previous patch |
Installation Steps
- Download most recent patch to your computer.
- Copy the file to the /tmp directory on the CSA. The easiest way to do this is using WinSCP (WinSCP :: Official Site :: Download) or FileZilla (FileZilla - Client Download)
- You will be given 2 panes, one for your local machine and one for the CSA.
- You may need to traverse up the directory tree until you find the tmp folder.
- Find the file on the pane for your local machine and copy the CSA upgrade file that you previously downloaded to the tmp folder on the CSA.
- Once the copy is done, SSH into the CSA. You will need to use the admin account.
- Run the following commands:Note: The CSA is a Linux machine, don't forget that commands are case sensitive.
cd /tmp
sudo tar -xvf GSB4XX_###.tar.gz
(replace the ### symbols with the number of the patch you downloaded)- enter the password for the admin user
cd GSB4XX_###
chmod +x patch.sh
sudo ./patch.sh
- CSA will update and reboot as part of the update.
Validation
The image below shows the how to confirm the CSA has updated properly. This concludes the manual patch process.