With the introduction of the SSP hardware platform, the Edge SWG and Content Analysis (CAS) appliances no longer run directly on hardware but are virtual machines hosted on the Integrated Secure Gateway (ISG) hypervisor. As a result of this change, the upgrade process has changed slightly from previous versions of Edge SWG and Content Analysis.
Now the Edge SWG and CAS are considered "applications" of the ISG hypervisor and system images are controlled by the hypervisor.
Running Edge SWG or CAS on the SSP hardware platform
These instructions assume you have access to the Broadcom support portal during the upgrade or you already have downloaded the OS image.
You can upgrade the application OS either from the ISG Admin Console GUI within Management Center or from the ISG command line.
Note: If you do not have Management Center then you will have to use the Command Line method below.
Find the ISG device the Edge SWG is loaded on, and select it. Then, from the Operations drop-down, select Launch Console.
On the popup that appears, choose the console package and select Configure. The ISG Admin Console should now load.
From the ISG Admin Console, Navigate to Configuration > Application System Image Catalog. The existing system images are displayed.
Select Add Image
On the popup, there are two options. By selecting Available Images, you can log into the Support Portal and choose the image. Alternatively, you can enter the URL of a hosted image and click Add. The image now shows in the catalog.
Note: do this during non-production hours
From the ISG Admin Console, navigate to Configuration > Applications. Stop the desired application (Edge SWG / Content Analysis) by selecting the square icon found to the right of the desired application.
A popup will appear asking for confirmation. Confirm by selecting Stop.
Once offline, select the no longer greyed-out pen and pad icon to edit the application.
Under Type, find the drop-down menu next to System Image, and choose the image you wish to upgrade to.
Once selected, click Save on the right side of the screen.
A popup will ask you to confirm the choice. Confirm by selecting Save Changes. Once saved, another popup will inform that the changes were successful.
Start the application again by selecting the triangle Start icon to the right of the application.
Once started, the upgrade is complete.
From ISG CLI:
> enable
# configure
(config)# images
(config-images)# load image_url
Once loaded, the image should appear with the rest of the system images. Images can be shown from.
#(config-images) view
Note: do this during non-production hours
Exit the config-images menu then enter the config-applications menu:
(config-images)# exit
(config)# applications
Stop the application.
(config-applications)# stop application_name
You can view available applications with
(config-applications)# view
Edit the application with
(config-applications)# edit application_name image-id image-id
Where "application_name" is the application name you want to upgrade and "image-id" is the new OS
you wish to upgrade to.
Start the application with
(config-applications)# start application_name
Once started, the upgrade is complete.
More information on managing applications can be found in the ISG online documentation under the Manage Applications section and the managing images section Manage Images.