3.1.2 Matrix Server Upgrade Guide
Chapter 4: Double Upgrade Procedures 53
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
12. Install Matrix Server 3.1.2 from the Matrix Server product CD or the
location where you have downloaded the software. Be sure to install
the 32-bit version of the RPM.
# rpm -i <mountpoint>/pmxs-3.1.2-<xxxx>.i586.rpm
13. Install the Management Console:
# rpm -i <mountpoint>/mxconsole-3.1.2-<xxxx>.i586.rpm
14. If you did a fresh installation of the operating system, recreate mount
points for the PSFS filesystems.
15. Copy the new license file to /etc/opt/polyserve/licenses/license on the
server.
16. Start Matrix Server:
# /etc/init.d/pmxs start
17. Repeat steps 1 through 16 on each remaining server.
All servers in the matrix are now running Matrix Server 3.1.2 in 32-bit
mode. You will need to repeat the rolling upgrade to bring the servers
up to 64-bit mode with Matrix Server 3.1.2.
18. Back up the Matrix Server configuration again. Use tar -cv to create tar
files of the /etc/opt/polyserve and /var/opt/polyserve directories.
19. Stop Matrix Server on the first server to be upgraded (the server with
the highest IP address):
# /etc/init.d/pmxs stop
20. If you will be performing a fresh installation of the 64-bit operating
system, skip to step 23. Otherwise, continue with the following steps.
21. Uninstall Matrix Server 3.1.2 from the server. The matrix software
must be uninstalled from a location outside of the matrix directory
structure (/opt/polyserve).
# rpm -e pmxs
The following message then appears.