3.1.2 Matrix Server Installation Guide
Table Of Contents
- Contents
- Configuration Information
- Install PolyServe Matrix Server
- Supported Operating Systems
- Contents of the Matrix Server Distribution
- Installation Procedure
- Installation Checklist
- 1. Set Up the SAN Environment
- 2. Install a Supported Operating System and Kernel
- 3. Install Third-Party MPIO Software (Optional)
- 4. Verify Downloaded RPMs
- 5. Install PolyServe Matrix Server
- 6. Install the Quota Tools RPM (Optional)
- 7. Specify an HBA Driver If Necessary
- 8. Reboot and Verify the HBA Configuration
- 9. Verify the SAN Configuration
- 10. Run the mxcheck Utility
- 11. Set Matrix Server Parameter for FalconStor
- 12. Configure the Matrix from the Management Console
- Test the Fencing Configuration
- Install the Management Console on Other Hosts
- Administer init.d Scripts
- Uninstall PolyServe Matrix Server
- Uninstall the Management Console
- Install MxFS-Linux
- Install the RHEL4 Operating System and Kernel
- Install the SLES9 Operating System and Kernel
- Configure the Matrix from the Command Line
- Run mxconfig
- Matrix Server License File
- Specify the Matrix Password
- Specify the Network Authentication Secret Password
- Select the Cluster Administrative Traffic Protocol
- Select a Fencing Method
- Configure FibreChannel Switches
- Set the SNMP Community String
- Modify Disk Partitioning for Membership Partitions
- Create Membership Partitions
- Add a Snapshot Configuration
- Currently, hardware snapshots are supported only on Hewlett-Packard StorageWorks Enterprise Virtual Array (EVA) storage arrays. ...
- Export the Configuration
- Verify the Fencing Configuration
- Complete the Installation
- Run mxconfig

Chapter 2: Install PolyServe Matrix Server 31
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
Administer init.d Scripts
When services such as NFS or Samba are configured on PSFS filesystems,
Matrix Server must be started before the service is started. To ensure that
Matrix Server starts before the service, modify the /etc/init.d script for the
desired service and add pmxs as a dependency.
In the init.d script, locate the line beginning with “# Required-Start:” and
add pmxs to the end of the line. For example, change the /etc/init.d/nfs
script from:
# Required-Start: $network $portmap
to:
# Required-Start: $network $portmap pmxs
Uninstall PolyServe Matrix Server
NOTE: If you need to uninstall Matrix Server before upgrading to a later
version of the product, use the directions in the PolyServe Matrix
Server Upgrade Guide.
The software should be uninstalled from a location outside of the Matrix
Server directory structure. Before removing the software, you will need to
stop Matrix Server. To do this, run the following script:
# /etc/init.d/pmxs stop
Next, uninstall the software:
# rpm -e pmxs
The following message then appears:
Stopping PolyServe Matrix Server
This server needs to be rebooted before Matrix Server can be removed.
After the server has been rebooted, execute the 'rpm -e' command.
Configuring Matrix Server not to start on boot: ..done
'/etc/init.d/pmxs autostart off' has been called to prevent Matrix
Server from starting automatically on boot.