Preparing to install the Domino Connector for SAP Solutions on UNIX
About this task
Procedure
- Log on to the LINUX machine using the account that will use the Connector.
-
Ensure that the environment variable Notes_ExecDirectory
is set to specify the Notes executable directory and that the environment
variable is exported:
export Notes_ExecDirectory = /opt/hcl/domino/notes/latest/linux -
Ensure that the environment variable LD_LIBRARY_PATH, which
is used to locate SAP SDK 7.20 shared libraries, is set to include the following
directories (making sure to copy librfccm.so to
/opt/hcl/domino/notes/latest/linux) and that the environment variable is
exported:
- /opt/hcl/domino/notes/latest/linux
- SAP RFC SDK library directories
For example:export LD_LIBRARY_PATH=/opt/hcl/domino/notes/latest/linux -
Use the UNIX su command to gain root privilege. For example,
the Korn shell syntax is:
su
password: XXXXX
-
If running a remote connection to the UNIX machine, ensure the
DISPLAY environment variable contains the TCP/IP address
of the machine where the X Windows shell will be displayed. For example, Korn
shell syntax is:
export DISPLAY=128.128.128.128:0.0You are now ready to begin the installation procedure.