- Merge the following from the English version:

r10327 -> r10823	head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml
This commit is contained in:
Ryusuke SUZUKI 2015-02-02 12:18:43 +00:00
parent b0f49db59e
commit 1d3e5951ef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46250

View file

@ -3,7 +3,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
Original revision: r10327
Original revision: r10823
$FreeBSD$
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="linuxemu">
@ -720,7 +720,7 @@ export PATH</programlisting>
<sect1 xml:id="sapr3">
<info><title>SAP R/3 (4.6B - IDES) のインストール</title>
<authorgroup>
<author><personname><firstname>Holger</firstname><surname>Kill</surname></personname><contrib>大蛊: </contrib></author>
<author><personname><firstname>Holger</firstname><surname>Kipp</surname></personname><contrib>寄稿: </contrib></author>
</authorgroup>
<authorgroup>
@ -735,6 +735,10 @@ export PATH</programlisting>
<secondary><application>SAP R/3</application></secondary>
</indexterm>
<para>SAP サポートチームは、
認定されたプラットフォームのみをサポートしているので、
FreeBSD 上への SAP システムのインストールについてはサポートしていません。</para>
<sect2 xml:id="preface">
<title>まえがき</title>
@ -2049,6 +2053,98 @@ tape_address_rew = /dev/sa0</programlisting>
<para><emphasis>tape_address_rew</emphasis>
cpio と組み合わせて用いる巻き戻し可能なデバイス。</para>
</sect3>
<sect3>
<title>インストール後の設定</title>
<para>以下の SAP パラメータについてはインストール後に調整する必要があります。</para>
<informaltable frame="none">
<tgroup cols="2">
<thead>
<row>
<entry>名前</entry>
<entry></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>名前</entry>
<entry></entry>
</row>
</thead>
<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>名前</entry>
<entry></entry>
</row>
</thead>
<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>以上のパラメータと、1 ギガバイトのメモリを持つシステムでは、
以下のようなメモリ使用量となるでしょう。
<programlisting>Mem: 547M Active, 305M Inact, 109M Wired, 40M Cache, 112M Buf, 3492K Free</programlisting></para>
</note>
</sect3>
</sect2>
<sect2 xml:id="problemsduringinstallation">