6.4. Upgrading to PPEM 2.1 #

To upgrade PPEM to version 2.1, you must first upgrade the manager, then agents.

Note

When upgrading PPEM from version 2.0 to version 2.1, you may run out of disk space. To avoid any upgrade-related issues:

  • Back up your repository database before starting the upgrade.

  • Make sure you have enough disk space. The available space must be at least twice the size of the repository database.

Upgrading the Manager to Version 2.1

Note

Before upgrading the manager, wait for all routine tasks run in PPEM to complete (see active tasks in the task console).

To upgrade the manager:

  1. Upgrade the repository and package manager metadata.

    The upgrade procedure depends on the version of the used distributive and package manager.

  2. Stop the manager 2.0 service:

      systemctl stop ppem
    
  3. Install the manager 2.1.

    The installation procedure is performed using the package manager.

  4. Upgrade the configuration files in the /etc catalog.

    Place the parameters into a new configuration file if required.

  5. Start the manager 2.1 service:

      systemctl start ppem
    
  6. Ensure that the manager service started successfully and is available:

      systemctl status ppem
    

Upgrading Agents to Version 2.1

  1. Upgrade the repository and package manager metadata.

    The upgrade procedure depends on the version of the used distributive and package manager.

  2. Stop the agent 2.0 service:

      systemctl stop ppem-agent
    
  3. Install the agent 2.1.

    The installation procedure is performed using the package manager.

  4. Upgrade the configuration files in the /etc catalog.

    Place the parameters into a new configuration file if required.

  5. Start the agent 2.1 service:

      systemctl start ppem-agent
    
  6. Ensure that the agent service started successfully:

      systemctl status ppem-agent