From 08974269244aee90141eb7220c3c9927b437f3c1 Mon Sep 17 00:00:00 2001 From: Steve Sheppard Date: Mon, 13 Sep 2010 11:37:00 -0400 Subject: [PATCH] replace image in section "Testing with settings-tester.pl" with tags and real text; --- 1.6/admin/ServersideInstallation.xml | 113 +++++++++++++++++++++------ 1 file changed, 90 insertions(+), 23 deletions(-) mode change 100644 => 100755 1.6/admin/ServersideInstallation.xml diff --git a/1.6/admin/ServersideInstallation.xml b/1.6/admin/ServersideInstallation.xml old mode 100644 new mode 100755 index ac1e5ce754..ed458849e2 --- a/1.6/admin/ServersideInstallation.xml +++ b/1.6/admin/ServersideInstallation.xml @@ -161,7 +161,7 @@
Configure OpenSRF - As the opensrf user, return to the OpenSRF build directory and use the configure utility to prepare for the next step of compiling and linking the software. You can include the and configuration options if you wish to include support for Python and Java, respectively: + As the opensrf user, return to the OpenSRF build directory and use the configure utility to prepare for the next step of compiling and linking the software. You can include the and configuration options if you wish to include support for Python and Java, respectively:
Commands to configure OpenSRF @@ -369,7 +369,8 @@ $ ejabberdctl register opensrf public.localhost /tmp/srfsh.log 4 -]]> + +]]>
@@ -856,8 +857,10 @@ $ ejabberdctl register opensrf public.localhost Some further configuration changes to Apache may be necessary for busy systems. These changes increase the number of Apache server processes that are started to support additional browser connections. As the root user, edit the Apache configuration file /etc/apache2/apache2.conf, locate and modify the section related to prefork configuration to suit the load on your system. - As the root user, edit the Apache configuration file /etc/apache2/apache2.conf and add the line MaxKeepAliveRequests 100, or modify an existing line if it already exists. -
(OPTIONAL) Example of updates to Apache configurationAs the root user, edit the Apache configuration file /etc/apache2/apache2.conf and add the line MaxKeepAliveRequests 100, or modify an existing line if it already exists. +
+ (OPTIONAL) Example of updates to Apache configuration + StartServers 20 MinSpareServers 5 @@ -866,7 +869,9 @@ $ ejabberdctl register opensrf public.localhost MaxRequestsPerChild 10000 MaxKeepAliveRequests 100 -]]>
+ ]]>
+
+
@@ -1120,24 +1125,86 @@ MaxKeepAliveRequests 100
Testing with <application>settings-tester.pl</application> As the opensrf user, run the script settings-tester.pl to see if it finds any system configuration problems. Following is sample output generated by executing that script after a successful Evergreen installation: - - ZZZ-REVIEW - REWORK THIS DIAGRAM TO USE SAME IMAGE STANDARDS AS OTHER CHAPTERS - - REWORK THIS DIAGRAM TO USE SAME IMAGE STANDARDS AS OTHER CHAPTERS -
- Executing the script <command>settings-tester.pl</command> - - - - - - - - - - -
+
+ Example of execution of <command>settings-tester.pl</command> + + matches + * OK: Pg language is undefined for reporter base configuration + * OK: Pg language is undefined for reporter base configuration + * OK: Pg language is perl in /opensrf/default/apps/open-ils.storage/language + * OK: pgsql language is C in /opensrf/default/apps/open-ils.cstore/language + * OK: pgsql language is C in /opensrf/default/apps/open-ils.pcrud/language + * OK: pgsql language is C in /opensrf/default/apps/open-ils.reporter-store/language + + Checking libdbi and libdbi-drivers + * OK - found locally installed libdbi.so and libdbdpgsql.so in shared library path + + Checking hostname + * OK: found hostname 'localhost' in section of opensrf.xml + $ + ]]> +
If the output from the script does not help you find the problem, please do not make any further significant changes to your configuration. Follow the steps in the troubleshooting guide in . If you have followed the entire set of installation steps listed here closely, you are probably extremely close to a working system. Gather your configuration files and log files and contact the Evergreen development mailing list for assistance before making any drastic changes to your system configuration.
-- 2.43.2