10.8. Procedure – Updating and upgrading your PNS hosts

PNS uses the apt package manager application to keep the system up-to-date. Security and maintenance updates and product upgrades are all performed with apt. To update any host of your PNS Firewall solution (including PNS firewall hosts, AS and CF hosts, as well as your MS server), complete the following steps.

For more information on apt, see the apt-get manual page.

  1. Update the the apt sources of the host. Use one of the following methods:

    • To upgrade from a DVD-ROM: Download the latest ISO file from the website, mount the DVD-ROM on the host, and execute the following command as root: >:~#apt-cdrom add

    • To upgrade from the official apt repositories from the Internet: Edit the /etc/apt/sources.list.d/zorp.list file and add the URLs of the package sources to download.

      For details on the required sources, see Procedure 4.2, Upgrading PNS hosts using apt in Proxedo Network Security Suite 1.0 Installation Guide.

      Warning

      Do not remove Ubuntu sources from the /etc/apt/sources.list file. These are necessary for upgrading the base operating system.

  2. Enter the following two commands.

    >:~#apt-get update

    >:~#apt-get dist-upgrade

    The first command updates apt's package database and downloads changed packages, and the second command performs the upgrade itself.

  3. The rest of the process is done automatically.