Install the PCE and UI

When installing the PCE and UI packages together, you perform the following high-level steps:

  1. Prepare for installation by planning your deployment and reviewing the prerequisites, such as capacity planning and OS setup. See PCE Installation Planning for information.
  2. Download the software.
  3. Install the PCE and UI software.
  4. Configure the PCE.
  5. (Optional) Validate TLS certificate and private key.
  6. Install the TLS certificate and private key.
  7. Verify the runtime environment was configured correctly.
  8. Start the PCE.
  9. Initialize the PCE.
  10. Deploy Virtual Enforcement Nodes (VENs) to enable the PCE to manage your workloads.

    At this point, the PCE is up and running, receiving communication about workloads from the VENs.

    After installing the PCE software, perform these additional procedures to complete your PCE deployment.

  11. Configure backups.
  12. (Optional) Configure the internal syslog. See (Optional) Configure PCE Internal syslog for information.
NOTE:

The following tasks describe installing the PCE as an MNC. When you install the PCE as an SNC, you do not repeat the steps on the additional nodes. You can disregard those instructions in the following tasks.

Download the Software

  1. Download the software from the Illumio Support portal (login required).
  2. On the core nodes only, copy the Illumio PCE UI RPM file to the /tmp folder. The following steps refer to this file as illumio_ui_rpm.

  3. On each node in the cluster, copy the Illumio PCE software RPM file to the /tmp folder. The following steps refer to this file as illumio_pce_rpm.

Install the PCE and UI Packages

The packages to install depend on the type of PCE node:

  • Core nodes: Two packages, the PCE RPM and UI RPM.
  • Data nodes: One package, the PCE RPM.
  1. On each core node in the cluster, log in as root and install the PCE RPM:

    $ rpm -Uvh illumio_pce_rpm

    For illumio_pce_rpm, substitute the path and filename of the software you downloaded from the Illumio Support portal.

  2. On each core node in the cluster, log in as root and install the UI RPM:

    $ rpm -Uvh illumio_ui_rpm

    For illumio_ui_rpm, substitute the path and filename of the software you downloaded from the Illumio Support portal.

  3. On each data node in the cluster, log in as root and install the PCE RPM:

    $ rpm -Uvh illumio_pce_rpm

    For illumio_pce_rpm, substitute the path and filename of the software you downloaded from the Illumio Support portal.

  4. After installing the RPMs, configure the software using the PCE setup wizard. See Configure the PCEfor information.