svn commit: samba-docs r1176 - in trunk/Samba3-HOWTO: .

jht at samba.org jht at samba.org
Wed Sep 12 05:07:30 GMT 2007


Author: jht
Date: 2007-09-12 05:07:29 +0000 (Wed, 12 Sep 2007)
New Revision: 1176

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1176

Log:
Fix provided by William Jojo.
Modified:
   trunk/Samba3-HOWTO/TOSHARG-Portability.xml


Changeset:
Modified: trunk/Samba3-HOWTO/TOSHARG-Portability.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-Portability.xml	2007-09-12 04:58:28 UTC (rev 1175)
+++ trunk/Samba3-HOWTO/TOSHARG-Portability.xml	2007-09-12 05:07:29 UTC (rev 1176)
@@ -145,7 +145,7 @@
 </screen>
 
 <para>
-which should produce the files <filename>seteuid.o</filename> and 
+which should produce the files <filename>seteuid.o</filename> and
 <filename>setegid.o</filename>.
 </para>
 
@@ -158,7 +158,7 @@
 LIBSM = setegid.o seteuid.o -ln
 </programlisting></para>
 
-<para> 
+<para>
 You should then remove the line:
 </para>
 
@@ -180,7 +180,7 @@
 127.0.0.1 loopback "hostname"."domainname"
 </programlisting>
 </para>
-	
+
 <para>
 <indexterm><primary>loopback interface</primary></indexterm>
 This causes Samba to loop back onto the loopback interface.
@@ -199,9 +199,35 @@
 <title>AIX: Sequential Read Ahead</title>
 <!-- From an email by William Jojo <jojowil at hvcc.edu> -->
 <para>
-Disabling sequential read ahead using <userinput>vmtune -r 0</userinput> improves 
-Samba performance significantly.
+Disabling sequential read ahead can improve Samba performance significantly
+when there is a relatively high level of multiprogramming (many smbd processes
+or mixed with another workload), not an abundance of physical memory or slower
+disk technology. These can cause AIX to have a higher WAIT values. Disabling
+sequential read-ahead can also have an adverse affect on other workloads in the
+system so you will need to evaluate other applications for impact.
 </para>
+
+<para>
+It is recommended to use the defaults provided by IBM, but if you experience a
+high amount of wait time, try disabling read-ahead with the following commands:
+</para>
+
+<para>
+For AIX 5.1 and earlier: <userinput>vmtune -r 0</userinput>
+</para>
+
+<para>
+For AIX 5.2 and later jfs filesystems: <userinput>ioo -o minpgahead=0</userinput>
+</para>
+
+<para>
+For AIX 5.2 and later jfs2 filesystems: <userinput>ioo -o j2_minPageReadAhead=0</userinput>
+</para>
+
+<para>
+If you have a mix of jfs and jfs2 filesystems on the same host, simply use both
+ioo commands.
+</para>
 </sect1>
 
 <sect1>



More information about the samba-cvs mailing list