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

Appendix A: Install the RHEL4 Operating System and Kernel 44
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
– If you want Matrix Server to load the HBA driver, you may need to
modify the /etc/modprobe.conf file. In the file, look for entries such as
the following for scsi_hostadapter.
alias scsi_hostadapter qla2x00
alias scsi_hostadapter1 aic7xxx
alias scsi_hostadapter2 ...
NOTE:
Skip this step if the file has the following entry:
alias scsi_hostadapter off
Remove the scsi_hostadapter entry for QLogic or Emulex drivers,
or comment them out with a “#” symbol. Then, if there are
additional entries for the scsi_hostadapter, renumber the entries.
(The first scsi_hostadapter entry is not numbered, the second entry
is scsi_hostadapter1, the third entry is scsi_hostadapter2, and so
on.) In this example, the edited file will look like this:
alias scsi_hostadapter aic7xxx
alias scsi_hostadapter1 ...
Matrix Server appends the removed modules to the /etc/hotplug/
blacklist file, which specifies modules that should not be automatically
loaded by the kernel. This creates a controlled environment for Matrix
Server at boot time, allowing it to load its own modules. If this
behavior is not desired, the blacklist file can be edited; however, doing
this is not recommended.