* Add content to SAP/R3 section.

* Fix author's name

Submitted by:	Holger Kipp <Holger.Kipp@alogis.com>
This commit is contained in:
Chern Lee 2001-09-26 22:18:19 +00:00
parent 16dcb50ab9
commit c80ad0e918
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10823

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.52 2001/08/16 18:35:04 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.53 2001/08/22 05:37:49 murray Exp $
-->
<chapter id="linuxemu">
@ -751,7 +751,7 @@ export PATH</programlisting>
<authorgroup>
<author>
<firstname>Holger</firstname>
<surname>Kill</surname>
<surname>Kipp</surname>
<contrib>Contributed by </contrib>
</author>
</authorgroup>
@ -772,6 +772,10 @@ export PATH</programlisting>
<secondary><application>SAP R/3</application></secondary>
</indexterm>
<para>Installations of SAP Systems using FreeBSD will not be
supported by the SAP support team &mdash; they only offer support
for certified platforms.</para>
<sect2 id="preface">
<title>Preface</title>
@ -2023,6 +2027,97 @@ tape_address_rew = /dev/sa0</programlisting>
<para><emphasis>tape_address_rew The rewindable device to be
used with cpio.</emphasis></para>
</sect3>
<sect3>
<title>Configuration Issues after Installation</title>
<para>The following SAP-parameters should be tuned after
installation:</para>
<informaltable frame="none">
<tgroup cols="2">
<thead>
<row>
<entry>Name</entry>
<entry>Value</entry>
</row>
</thead>
<tbody>
<row>
<entry>ztta/roll_extension</entry>
<entry>250000000</entry>
</row>
<row>
<entry>abap/heap_area_dia</entry>
<entry>300000000</entry>
</row>
<row>
<entry>abap/heap_area_nondia</entry>
<entry>400000000</entry>
</row>
<row>
<entry>em/initial_size_MB</entry>
<entry>256</entry>
</row>
<row>
<entry>em/blocksize_kB</entry>
<entry>1024</entry>
</row>
<row>
<entry>ipc/shm_psize_40</entry>
<entry>70000000</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>SAP-Note 0013026:</para>
<informaltable frame="none">
<tgroup cols="2">
<thead>
<row>
<entry>Name</entry>
<entry>Value</entry>
</row>
<tbody>
<row>
<entry>ztta/dynpro_area</entry>
<entry>2500000</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>SAP-Note 0157246:</para>
<informaltable frame="none">
<tgroup cols="2">
<thead>
<row>
<entry>Name</entry>
<entry>Value</entry>
</row>
<tbody>
<row>
<entry>rdisp/ROLL_MAXFS</entry>
<entry>16000</entry>
</row>
<row>
<entry>rdisp/PG_MAXFS</entry>
<entry>30000</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<note>
<para>With the above parameters, on a system with 1 gigabyte
of memory, one may find memory consuption similar to:
<programlisting>Mem: 547M Active, 305M Inact, 109M Wired, 40M Cache, 112M Buf, 3492K Free</programlisting></para>
</note>
</sect3>
</sect2>
<sect2 id="problemsduringinstallation">