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.
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.
SSH in to the server.
su to the root user
Run:
[root@test-box ~]# yum update
You will see output similar to the following:
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. <
If there are no updates to be made, you will see a message similar to:
No Packages Available for Update
No actions to take
Software Updates
InterWorx updates via the standard CentOS/RHEL
yumutility 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
Procedure - Disable Automatic OS Updates
Refresh the List of Available Updates
Install Unapplied Updates
View Previous Updates
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
yumcommand. Note that while theyumcommand is the same across different distributions of Linux, the output ofyumwill vary slightly between distributions.suto therootuserEnter
yto continue with the update. Otherwise, enternto abort the update. <or