Software Updates

InterWorx updates via the standard CentOS/RHEL yum utility which makes updating from both interface and command line very simple. You can update both the InterWorx product itself and also the operating system.

Table of Contents

Enable/Disable Automatic Updates

The following procedure explains how to enable and disable automatic OS updates for the InterWorx-CP server.

Procedure - Enable Automatic OS Updates

  1. Click the Icon Server menu item if it is not already open.
  2. Click the Icon Software Updates menu item.
  3. Locate the Automatic Update Options section.
  4. Select Enable from the drop-down list labeled OS Updates.
  5. Click the button.

Procedure - Disable Automatic OS Updates

  1. Click the Icon Server menu item if it is not already open.
  2. Click the Icon Software Updates menu item.
  3. Locate the Automatic Update Options section.
  4. Select Disable from the drop-down list labeled OS Updates.
  5. Click the button.
The automatic OS updates are run by a daily cron job that performs a yum update.

Refresh the List of Available Updates

  1. Click the Icon Server menu item if it is not already open.
  2. Click the Icon Software Updates menu item.
  3. Locate the Update Management section.
  4. Click the button.
  5. You will see the following message at the top of the screen: List updated successfully.
It may be that there are no software updates available. If this is the case, your list will remain the same.

Install Unapplied Updates

  1. Click the Icon Server menu item if it is not already open.
  2. Click the Icon Software Updates menu item.
  3. Locate the Update Management section.
  4. Click the button.
  5. The updates will be applied.
Because of dependencies, it is not possible to apply individual package updates.

View Previous Updates

  1. Click the Icon Server menu item if it is not already open.
  2. Click the Icon Software Updates menu item.
  3. Locate the Update Management section.
  4. Select the date of the update you wish to view in the Installed Updates drop-down list.
  5. You will see list of updates installed and information on that date in the table below.

Updating via Command-Line

Sometimes it may become necessary to update the system manually from the command line. This how-to will explain the process of running the yum command. Note that while the yum command is the same across different distributions of Linux, the output of yum will vary slightly between distributions.

  1. SSH in to the server.
  2. su to the root user
  3. Run:
[root@test-box ~]# yum update
  1. You will see output similar to the following:
    1. If there are updates to be made, you will be given a list of packages that will be updated or installed and a prompt:
Is this ok [y/N]:

Enter y to continue with the update. Otherwise, enter n to abort the update. <

  1. If there are no updates to be made, you will see a message similar to:
No Packages Available for Update
No actions to take

or

No Packages marked for Update/Obsoletion