
File Interface: Preparing Operating System 
In outbound processing these are the directories from the
Port definition, and the authorizations apply to the owner of the SAP Gateway processes, usually the SAP system administrator.If the SAP Gateway runs on the same machine as the external system, you do not need to perform the subsequent steps.
The RFC access is based on this function.

The external system runs on the machine "marvin". The SAP System C11 with the gateway runs on the machine "arthur". Both machines run under UNIX. "C11adm" is the UNIX user, to which the gateway process belongs.
You also configure "C11adm" of "marvin" as the user, with the home directory /usr/sap/C11/home. Both home directories must contain a ‘rhosts’ file with the following content:
Content of ".rhosts" on "marvin" in ~C11adm |
arthur |
Content of ".rhosts" on "arthur" in ~C11adm |
marvin |
Both files must belong to user 'C11adm' and have read and write authorizations.
The entries 'marvin' and 'arthur' in the /etc/hosts files must be identical on both machines.
You test the remote shell function with the following entries:
Machine |
Input |
Output |
marvin |
rsh arthur hostname (or remsh arthur hostname ) |
arthur |
arthur |
rsh marvin hostname (or remsh marvin hostname ) |
marvin |