3.1.2 Matrix Server SLES9 Release Notes

PolyServe Matrix Server Release Notes 18
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
Complete the following steps:
1. Locate the following line in the mxinit.conf file:
# grpcommd_start_options = { "--nodaemon", "--signalparent" };
2. Remove the “#” symbol at the beginning of the line to
uncomment it.
3. Add “--multicast 255.255.255.255” near the end of the line.
Be sure to insert a comma after the “--signalparent” option.
For example:
grpcommd_start_options = { "--nodaemon", "--signalparent",
"--multicast 255.255.255.255" };
4. Locate the following line in the mxinit.conf file:
# panpulse_start_options = { "--nodaemon", "--signalparent" };
5. Remove the “#” symbol at the beginning of the line to
uncomment it.
6. Add ʺ--nomulticastʺ near the end of the line. Be sure to insert
a comma after the “--signalparent” option. For example:
panpulse_start_options = { "--nodaemon", "--signalparent",
"--nomulticast" };
7. Copy mxinit.conf to all servers in the cluster.
8. Restart Matrix Server on each server. (This does not have to
be done simultaneously.)
10902 Management Console does not show all quota information
When displaying quota information, the Management Console
will not show extremely large values in the “percent used”
column. To see these values, use the mx quota showuser
command. You can also increase the quota for the affected user
or group to reduce the “percent used” value.
Defect
Description