Siebel Adapter 6.0 SP3 | webMethods Siebel Adapter Documentation | webMethods Siebel Adapter Installation and User’s Documentation | Installing, Upgrading, and Uninstalling the Siebel Adapter | Installing Siebel Adapter 6.0 SP3 | Configuring Your System to Use the EAI webMethods Transports | HP-UX
 
HP-UX
*To configure your HP-UX system
1. Stop your Siebel Server.
2. Copy the necessary jar files from installation_directory/common/lib to TransportsRoot_directory/bin directory:
*For Integration Server 7.1 and later, the jar file is wm-isclient.jar.
*For Integration Server 7.0 and earlier, the jar file is client.jar.
3. Open the TransportsRoot_directory/bin/wmTransport/wmISTransportCfg.txt file and assign values to its variables as indicated in the file's comments.
4. Open the SiebelServer_directory/siebsrvr/siebenv.sh file and modify or add the following variables at the end of the file as follows:
a. Modify the CLASSPATH statement as shown below:
For Integration Server...
The CLASSPATH statement looks like...
7.1 and later
CLASSPATH=${CLASSPATH}:${SIEBEL_ROOT}/bin/
wmTransport/wmISTransport.jar:${SIEBEL_ROOT}/bin/
wmTransport/wmisclie.nt.jar:${SIEBEL_ROOT}/bin/
wmTransport/SiebelJI_Common.jar:${SIEBEL_ROOT}/bin/
wmTransport/Siebel.jar:${SIEBEL_ROOT}/bin/wmTransport/
SiebelJI_enu.jar ; export CLASSPATH
7.0 and earlier
CLASSPATH=${CLASSPATH}:${SIEBEL_ROOT}/bin/​wmTransport/wmISTransport.jar:​${SIEBEL_ROOT}/bin/​wmTransport/client.jar:${SIEBEL_ROOT}/bin/​​wmTransport/SiebelJI_Common.jar:${SIEBEL_ROOT}/bin/​wmTransport/Siebel.jar:​${SIEBEL_ROOT}/bin/​wmTransport/SiebelJI_enu.jar ; export CLASSPATH
b. Add the transport:
WEBMTCFG=${SIEBEL_ROOT}/bin/wmTransport ; export WEBMTCFG
c. Modify the PATH statement:
For Integration Server...
Use...
7.1 and later
JRE 1.5 or higher:
PATH=${PATH}:/opt/java1.5/bin:/opt/​java1.5/jre/bin:/opt/java1.5/jre/ bin/PA_RISC ; export PATH
7.0 and earlier
The JVM that is installed with Integration Server. For example:
PATH=${PATH}:/opt/java1.3/bin:/opt/​java1.3/jre/bin:/opt/java1.3/jre/ bin/PA_RISC ; export PATH
d. Modify the library paths and heap size statements:
For Integration Server...
Use...
7.1 and later
JRE 1.5 or higher:
SHLIB_PATH=${SHLIBPATH}:${SIEBEL_ROOT}/bin:${SIEBEL_ROOT}​/lib:/lib:/usr/lib:/opt/java1.5/jre/lib/
PA_RISC:/opt/java1.5/jre/lib/PA_RISC/classic ; export
SHLIB_PATH LD_LIBRARY_PATH=${SHLIB_PATH} ; export
LD_LIBRARY_PATH IST_MIN_HEAP_SIZE=128M ; export
IST_MIN_HEAP_SIZE IST_MAX_HEAP_SIZE=128M ; export
IST_MAX_HEAP_SIZE
7.0 and earlier
The JVM that is installed with Integration Server. For example:
SHLIB_PATH=${SHLIBPATH}:${SIEBEL_ROOT}/bin:${SIEBEL_ROOT}/​lib:/lib:/usr/lib:/opt/java1.3/jre/lib/
PA_RISC:/opt/java1.3/jre/lib/PA_RISC/ classic ; export
SHLIB_PATH LD_LIBRARY_PATH=${SHLIB_PATH} ; export
LD_LIBRARY_PATH IST_MIN_HEAP_SIZE=128M ; export
IST_MIN_HEAP_SIZE IST_MAX_HEAP_SIZE=128M ; export
IST_MAX_HEAP_SIZE
e. Save and close the file.
5. Import TransportsRoot_directory/bin/wmTransport/wmISTransport.sif into your Siebel Server's repository using Siebel Tools.
Note:
If you are using a version of Siebel Server prior to 7.7.1, the sif file name is WmISTransport_Pre7.7.1.sif. For more information, see webMethods Transport Files in Siebel Adapter 6.0 SP3.
6. Compile your Siebel repository. Make sure you have Write access to your Siebel Server's siebel.srf file.
7. Execute the siebenv.sh file that you edited earlier.
8. Restart your Siebel Server.