Index: en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml =================================================================== RCS file: /home/hiten/ncvs/doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v retrieving revision 1.80 diff -u -r1.80 chapter.sgml --- en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 27 Nov 2002 13:24:04 -0000 1.80 +++ en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 12 Jan 2003 11:04:56 -0000 @@ -66,14 +66,14 @@ than they do under Linux. Linux - /proc filesystem + /proc file system There are, however, some Linux-specific operating system features that are not supported under FreeBSD. Linux binaries will not work on FreeBSD if they overly use the Linux - /proc filesystem (which is different from - FreeBSD's /proc filesystem), or i386-specific + /proc file system (which is different from + FreeBSD's /proc file system), or i386-specific calls, such as enabling virtual 8086 mode. After reading this chapter, you will know: @@ -391,7 +391,7 @@ Branding the Linux Binaries The Linux binaries are located in the Unix - directory of the Mathematica CDROM + directory of the Mathematica CD-ROM distributed by Wolfram. You need to copy this directory tree to your local hard drive so that you can brand the Linux binaries with &man.brandelf.1; before @@ -706,7 +706,7 @@ 5.2 of these packages. If you want to run the intelligent agent, you will - also need to install the Red Hat Tcl package: + also need to install the Red Hat TCL package: tcl-8.0.3-20.i386.rpm. The general command for installing packages with the official RPM port is: @@ -1328,7 +1328,7 @@ - Filesystem + File system Size (1k-blocks) Size (GB) Mounted on @@ -1463,14 +1463,14 @@ finally forced the installation of the PAM package, which worked. For SAP R/3 4.6C SR2 I directly forced the installation of the PAM-RPM, which also - works, so it seems the dependend packages are not needed: + works, so it seems the dependent packages are not needed: &prompt.root; rpm -i --ignoreos --nodeps --root /compat/linux --dbpath /var/lib/rpm \ pam-0.68-7.i386.rpm For Oracle 8.0.5 to run the - intelligent agent, I also had to install the RedHat Tcl package + intelligent agent, I also had to install the RedHat TCL package tcl-8.0.5-30.i386.rpm (otherwise the relinking during Oracle install will not work). There are some other issues regarding @@ -1493,16 +1493,16 @@ Creating the SAP/R3 Environment - Creating the Necessary Filesystems and Mountpoints + Creating the Necessary File systems and Mount points For a simple installation, it is sufficient to create the - following filesystems: + following file systems: - mountpoint + mount point size in GB @@ -1557,7 +1557,7 @@ Creating Users and Directories SAP R/3 needs two users and - three groups. The usernames depend on the + three groups. The user names depend on the SAP system id (SID) which consists of three letters. Some of these SIDs are reserved by SAP (for example @@ -1611,7 +1611,7 @@ user id - username + user name generic name group additional groups @@ -1676,7 +1676,7 @@ Creating Directories These directories are usually created as separate - filesystems. This depends entirely on your requirements. I + file systems. This depends entirely on your requirements. I choose to create them as simple directories, as they are all located on the same RAID 5 anyway: @@ -1810,7 +1810,7 @@ options SYSVSEM #SYSV-style semaphores options SEMMNU=256 #number of semaphore UNDO structures options SEMMNS=1024 #number of semaphores in system -options SEMMNI=520 #number of semaphore indentifiers +options SEMMNI=520 #number of semaphore identifiers options SEMUME=100 #number of UNDO keys The minimum values are specified in the documentation that @@ -1833,9 +1833,9 @@ Installing SAP R/3 - Preparing SAP CDROMs + Preparing SAP CD-ROMs - There are many CDROMs to mount and unmount during the + There are many CD-ROMs to mount and unmount during the installation. Assuming you have enough CDROM-drives, you can just mount them all. I decided to copy the CDROM contents to corresponding directories: @@ -2280,7 +2280,7 @@ could use the original binaries, or use the relinked binaries from an original RedHat System. - For compiling the intelligent agent, the RedHat Tcl + For compiling the intelligent agent, the RedHat TCL package must be installed. If you cannot get tcl-8.0.3-20.i386.rpm, a newer one like tcl-8.0.5-30.i386.rpm for RedHat 6.1 @@ -2297,7 +2297,7 @@ &prompt.root; ./orainst Confirm all Screens with Enter until the software is - installed, except that one has to deselect the + installed, except that one has to de-select the Oracle On-Line Text Viewer, as this is not currently available for Linux. Oracle then wants to relink with i386-glibc20-linux-gcc @@ -2465,7 +2465,7 @@ Create a user within client 000 (for some tasks required to be done within client 000, but with a user different from users sap* and - ddic). As a username, I usually choose + ddic). As a user name, I usually choose wartung (or service in English). Profiles required are sap_new and @@ -2541,8 +2541,8 @@ bad. cpio_flags Default is to use -B which - sets blocksize to 5120 Bytes. For DLT-Tapes, HP recommends at - least 32 K blocksize, so I used --block-size=128 for + sets block size to 5120 Bytes. For DLT-Tapes, HP recommends at + least 32 K block size, so I used --block-size=128 for 64 K. --format=newc is needed I have inode numbers greater than 65535. The last option --quiet is needed as otherwise brbackup @@ -2551,7 +2551,7 @@ cpio_in_flags Flags needed for loading data back from tape. Format is recognized - automagically. + automatically. tape_size This usually gives the raw storage capability of the tape. For security reason (we use @@ -2673,7 +2673,7 @@ &prompt.root; ./R3SETUP -f CENTRDB.R3S for 4.6B, or with &prompt.root; ./R3SETUP -f CENTRAL.R3S - for 4.6C, no matter whether the error occured + for 4.6C, no matter whether the error occurred with CENTRAL.R3S or DATABASE.R3S. @@ -2734,7 +2734,7 @@ You have not deselected Oracle On-Line Text Viewer before starting the installation. This is marked for installation even - though this option is currently not available for Linux. Deselect this + though this option is currently not available for Linux. De-select this product inside the Oracle installation menu and restart installation. @@ -2830,7 +2830,7 @@ <errorcode>ORA-27102</errorcode> (out of memory) - This error happend whilst trying to use values for + This error happened whilst trying to use values for MAXDSIZ and DFLDSIZ greater than 1 GB (1024x1024x1024). Additionally, I got Linux Error 12: Cannot allocate memory. @@ -2945,7 +2945,7 @@ system performance. This program is not needed to use the SAP-System, so this problem can be considered a minor one. The older versions (4.6B) does work, but doesn't collect all the data (many calls will - just return 0, for example for CPU useage). + just return 0, for example for CPU usage).