Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


Share this Page URL
Help

Installing DB2 UDB and Siebel on AIX > Creation of the Siebel installation imag... - Pg. 57

After the successful DB2 UDB installation, apply the Siebel specific FixPak fp8s. Untar the file siebel_13948_fp5L64.tar and run command: ./installFixPak -a -y Run the command, lslpp -l|grep db2, to see the DB2 files installed. Configuration of DB2 UDB client After the installation of the DB2 client, configure the client to access the server database. Complete the following steps: 1. Create a DB2 UDB client instance. Create a DB2 UDB client instance on the client to access the server database. In our lab, we created an instance sebldb2 on client ATLANTIC using the following command: ./db2icrt -a SERVER_ENCRYPT -s client sebldb2 To ensure you have the correct DB2 UDB version and FixPaks installed, execute the following command on the DB2 instance: db2level DB21085I Instance "sebldb2" uses "32" bits and DB2 code release "SQL08021" with level identifier "03020106". Informational tokens are "DB2 v8.1.1.81", "siebel_13948", "U800400_13948", and FixPak "8". Product is installed at "/usr/opt/db2_08_01". 2. Catalog the node and database. Catalog the Siebel database on the client using the following commands: db2 catalog tcpip node <nodename> remote <hostname> server <portno> db2 catalog db <database name> at node <nodename> authentication SERVER_ENCYPRT For example: db2 catalog tcpip node KANAGA remote 9.1.39.90 server 8100 db2 catalog db vol78rba at node KANAGA authentication SERVER_ENCYPRT 4.3.2 Creation of the Siebel installation image You install Siebel Business Applications from a network image. The image is created from the Siebel media files using the Siebel Image Creator utility. Chapter 4. Installation and configuration 57