It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda CloudGen Firewall

How to Install Updates via SSH

  • Last updated on

In some cases, especially models with slower hardware or flash-based storage, it is recommended to reduce the load during the update by initiating the update via the command line. 

Download and Install the Update

In the Barracuda Firewall Admin SSH client, use the installUpdate command to install the update package or patch into the /phion0/packages/ directory on your CloudGen Firewall, Secure Connector, or Control Center.

Manually updating a new firmware version via SSH requires explicitly passing the URL path to the package.

  1. Go to the Barracuda Networks download portal and download the update or hotfix. For more information, see How to Download Applications, Updates, and Hotfixes.

  2. In the package displayed, check the number ID in the URL. For example, for the URL https://dlportal.barracudanetworks.com/#/packages/5927/patch.GWAY-9.0.2-0230+4hotfixes.tgz, the ID is 5927.

  3. To fetch the update, use the following SSH commands (in this example, the ID is 5927):

    • fetchfirmwareupdates -i 5927

    • fetchfirmwareupdates -i 5927 -d /phion0/packages

  4. Change the directory:

    • cd /phion0/packages

  5. Install the update:

    • installUpdate -f patch.GWAY-9.0.2-0230+4hotfixes.tgz

Wait for the update to finish. Depending on your system hardware, the upgrade can take anywhere from 10 minutes (on a fast system) to 60 minutes (on a flash unit). The Barracuda CloudGen Firewall will reboot after the upgrade process.

Do not interrupt the update. During this process, the system boots and disconnects several times. As soon as the system is successfully updated, the combined major, minor, and build number for the new version is displayed on the console. For example:

Barracuda CloudGen Firewall release 9.0.2-217

You can also log back into the system using SSH or Barracuda Firewall Admin. On the Dashboard page, you can confirm the system version and status.

update_ssh.png