Document version: 1.0
This document provides instructions for upgrading Xorcom CXR1000/2000/3000 and CXE2000/3000/4000 Servers running CompletePBX v.4.6.x to the version 4.6.2.
Prior to performing the upgrade, it is strongly recommended that you backup your current server using the Xorcom Rapid Recovery tool (https://www.xorcom.com/rapid-recovery-backup-utility).
Upgrade Procedure
1. Connect to the PBX via SSH and log in as user root
2. Download the version upgrade tool and unpack it:
cd /tmp wget http://updates.xorcom.com/servers/tools/cpbx-4.6.2-upgrade.tar.gz tar xzf cpbx-4.6.2-upgrade.tar.gz
2. Run the upgrade script:
cd cpbx-4.6.2-upgrade ./run-upgrade
The amount of time required to complete the upgrade process depends on the available Internet bandwidth. It can be quite lengthy. The upgrade log is saved in the upgrade.log file. The run-upgrade script performs the upgrading in several stages. The current stage is saved in the stage file that is created in the same folder where the script is installed.
If the script fails for any reason (e.g., particular YUM repository is temporarily unavailable, etc.) then it is usually safe enough to run the script again. The run-upgrade will resume from the point where it was interrupted.
If the software upgrade has been completed successfully the following message will appear:
*** Upgrade completed successfully. Reboot the PBX.
3. Reboot the server.
4. Uninstall the old kernel if necessary.
Check the installed kernels:
# rpm -q kernel kernel-2.6.32-504.16.2.el6.x86_64 kernel-2.6.32-573.18.1.el6.x86_64
As you can see there is one old kernel kernel-2.6.32-504.16.2.el6.x86_64 that can be uninstalled.
yum -y remove kernel-2.6.32-504.16.2.el6.x86_64
That’s it!