Table of Contents Previous Next PDF


Installing the Oracle Tuxedo System on IBM i 6.1

Installing the Oracle Tuxedo System on IBM i 6.1
This chapter contains the following topics:
Interoperability
Oracle Tuxedo 11g Release 1 (11.1.1.2.0) running on an IBM i 6.1 platform can interoperate, as either master or non-master, with 11g Release 1 (11.1.1.2.0) running on any other supported platform. Backward compatibility (that is, interoperability between 11g Release 1 (11.1.1.2.0) and prior releases) is supported only if the master node is running 11g Release 1 (11.1.1.2.0) .
All workstation platforms that are currently supported work with this release.
Note:
The Installation Process
This section provides instructions for preparing your environment for the Oracle Tuxedo system, installing the Oracle Tuxedo system from a Microsoft Windows or UNIX system platform.
Before You Begin
Before you start installing the Oracle Tuxedo system, sign on to your IBM i 6.1 system and make sure you have a tuxedo user profile for Oracle Tuxedo installation. If you do not, create one now. The user defined in this profile will be the owner of all the program objects created during the installation process.
Installing from a Microsoft Windows Platform
1.
2.
open IBM i 6.1-machine-name
account-name
password
For example, suppose that (a) you are working on an IBM i 6.1 machine called lc400b.oracle.com, (b) your login is rtl, and (c) your password is rtl123. Your profile contains the following three lines:
open lc400b.oracle.com
rtl
rtl123
This file is used to automatically execute the pre-installation procedures necessary for installing Oracle Tuxedo 11g Release 1 (11.1.1.2.0) through ftp. Once the pre-installation steps are completed, the file should be removed.
Note:
3.
preinst.bat pkgdir tmplib tuxdir tuxlib filename
where:
pkgdir is the extracted ZIP file directory.
tmplib is the library on the IBM i 6.1 machine in which copies of the Oracle Tuxedo save files will be stored.
tuxdir is the IFS file system on the IBM i 6.1 machine on which the Oracle Tuxedo system will be installed.
tuxlib is the library on the IBM i 6.1 machine where the saved files are restored.
filename is the full path to a file that contains ftp account and password information for the IBM i 6.1 machine on which the Oracle Tuxedo system is installed.
4.
addlible tuxlib
call coreinst (tmplib tuxlib '/tuxdir'
'full|server|client|joltclt|atmiclt|jrly' 'y|n')
where you specify one of the following Oracle Tuxedo installation component packages:
Specify one of the following for sample's installation:
Note:
During the installation process (which may take several minutes), a number of restoring X to Y messages are displayed, such as the following.
restoring service programs to tuxlib
5.
Note:
Remove tmplib, too, if it is different from tuxlib and it is no longer needed.
6.
call tlistpwd 'tuxdir'
where the value of tuxdir is the directory specified as tuxdir in Step 4. This command will prompt for passwords until a non-null password is entered. For further details about the password file, see tlisten in the Oracle Tuxedo Reference Manual.
7.
Note:
tuxlib: The library on the IBM i 6.1 where the save files are restored.
call sslconf ('tuxdir' 'hostname' 'portid' 'baseobj' 'filename')
tuxdir: The IFS file system (on the IBM i 6.1) where Oracle Tuxedo is installed.
hostname: The URL of the LDAP server system.
portid: A port number for the URL of the LDAP server system.
baseobj: A base object for search in LDAP server.
filename: The name of LDAP filter file, if the input is '' (null), the default value of "$tuxdir/udataobj/security/bea_ldap_filter.dat" will be used.
8.
Installing from a UNIX System Platform
1.
2.
Set up a .netrc file to allow ftp to sign on to the IBM i 6.1 machine. For example, suppose that (a) you are working on an IBM i 6.1 machine called lc400b.oracle.com, (b) your login is rtl, and (c) your password is rtl123. Your .netrc file will contain the following three lines.
machine lc400b.oracle.com
login rtl
password rtl123
3.
preinst.sh mount-point tmplib tuxdir tuxlib machine, where:
mount-point is the extracted ZIP file directory.
tmplib is the library on the IBM i 6.1 where Oracle Tuxedo save files are located.
tuxdir is the IFS file system (on the IBM i 6.1) where Oracle Tuxedo is installed.
tuxlib is the library on the IBM i 6.1 where the save files are restored.
machine is the name of the IBM i 6.1 machine where Oracle Tuxedo is installed.
4.
addlible tuxlib
call coreinst (tmplib tuxlib '/tuxdir' 'full|server|client|joltclt|atmiclt|jrly' 'y|n')
where you specify one of the following Oracle Tuxedo installation component packages:
Specify one of the following for sample's installation:
'y' (to install samples when package type is full or server.
'n' (do not install samples)
Note:
During the installation process (which may take several minutes), a number of restoring X to Y messages will be displayed, such as.
restoring service programs to tuxlib
5.
Note:
Remove tmplib, too, if it is different from tuxlib and it is no longer needed.
6.
call tlistpwd 'tuxdir'
where the value of tuxdir is the directory specified as tuxdir in Step 4. This command will prompt for passwords until a non-null password is entered. For further details about the password file, see tlisten in the Oracle Tuxedo Reference Manual.
7.
addlible tuxlib
tuxlib: The library on the IBM i 6.1 where the save files are restored.
call sslconf ('tuxdir' 'hostname' 'portid' 'baseobj' 'filename')
tuxdir: The IFS file system (on the IBM i 6.1) where Oracle Tuxedo is installed.
hostname: The URL of the LDAP server system.
portid: A port number for the URL of the LDAP server system.
baseobj: A base object for search in LDAP server.
filename: The name of LDAP filter file, if the input is '' (null), the default value of "$tuxdir/udataobj/security/bea_ldap_filter.dat" will be used.
8.

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.