installation of siebel

138
Siebel Database Software 10.2.0.1 installation

Upload: vijaykrishnabv9701

Post on 16-Nov-2014

5.833 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Installation of Siebel

Siebel Database Software 10.2.0.1 installation

Page 2: Installation of Siebel
Page 3: Installation of Siebel
Page 4: Installation of Siebel
Page 5: Installation of Siebel
Page 6: Installation of Siebel
Page 7: Installation of Siebel
Page 8: Installation of Siebel
Page 9: Installation of Siebel
Page 10: Installation of Siebel

10.2.0.3 patchset

Page 11: Installation of Siebel
Page 12: Installation of Siebel
Page 13: Installation of Siebel
Page 14: Installation of Siebel
Page 15: Installation of Siebel

Creating empty database using DBCA

Page 16: Installation of Siebel
Page 17: Installation of Siebel
Page 18: Installation of Siebel
Page 19: Installation of Siebel
Page 20: Installation of Siebel

pwd: manager

Page 21: Installation of Siebel
Page 22: Installation of Siebel
Page 23: Installation of Siebel
Page 24: Installation of Siebel
Page 25: Installation of Siebel
Page 26: Installation of Siebel
Page 27: Installation of Siebel
Page 28: Installation of Siebel
Page 29: Installation of Siebel
Page 30: Installation of Siebel

Create Necessary Tablesapces for Siebel 8.1

SQL> create tablespace siebeldata datafile 'D:\SIEBELDB\DATA\SIEBELDB\SIEBELDATA01.DBF' size 15G autoextend on next 500M maxsize 30G;

SQL> create tablespace siebelindex datafile 'D:\SIEBELDB\DATA\SIEBELDB\SIEBELINDEX01.DBF' size 5G autoextend on next 500M maxsize 10G;

sql> alter database datafile 'D:\SIEBELDB\DATA\SIEBELDB\SYSTEM01.DBF' resize 2G;sql> alter database datafile 'D:\SIEBELDB\DATA\SIEBELDB\SYSAUX01.DBF' resize 2G;sql> alter database datafile 'D:\SIEBELDB\DATA\SIEBELDB\UNDOTBS01.DBF' resize 2G;

Page 31: Installation of Siebel

Listener Configuration

Page 32: Installation of Siebel
Page 33: Installation of Siebel
Page 34: Installation of Siebel
Page 35: Installation of Siebel

Add the following SID_DESC under SID_LIST of listener.ora

Page 36: Installation of Siebel

(SID_LIST = (SID_DESC = (SID_NAME = siebeldb) (ORACLE_HOME = D:\SiebelDB) )

Bounce the Listener

Page 37: Installation of Siebel

Installation of Apache webserver

Page 38: Installation of Siebel
Page 39: Installation of Siebel
Page 40: Installation of Siebel
Page 41: Installation of Siebel
Page 42: Installation of Siebel
Page 43: Installation of Siebel
Page 44: Installation of Siebel

Creating SIEBEL Image (8.1.1.0)

Page 45: Installation of Siebel
Page 46: Installation of Siebel
Page 47: Installation of Siebel
Page 48: Installation of Siebel
Page 49: Installation of Siebel

Installing SIEBEL Enterprise Server

Page 50: Installation of Siebel
Page 51: Installation of Siebel
Page 52: Installation of Siebel
Page 53: Installation of Siebel
Page 54: Installation of Siebel
Page 55: Installation of Siebel
Page 56: Installation of Siebel
Page 57: Installation of Siebel
Page 58: Installation of Siebel
Page 59: Installation of Siebel
Page 60: Installation of Siebel
Page 61: Installation of Siebel
Page 62: Installation of Siebel
Page 63: Installation of Siebel
Page 64: Installation of Siebel
Page 65: Installation of Siebel
Page 66: Installation of Siebel
Page 67: Installation of Siebel
Page 68: Installation of Siebel
Page 69: Installation of Siebel
Page 70: Installation of Siebel
Page 71: Installation of Siebel
Page 72: Installation of Siebel
Page 73: Installation of Siebel
Page 74: Installation of Siebel
Page 75: Installation of Siebel
Page 76: Installation of Siebel
Page 77: Installation of Siebel
Page 78: Installation of Siebel
Page 79: Installation of Siebel
Page 80: Installation of Siebel

Database Configuration-----------------------1) install oracle client software

2) add tns entry of siebel database connection in the tnsnames.ora

siebeldb = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(Host = 10.177.154.120)(Port = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = siebeldb) ))

3) Modify the grantusr.sql as per document add the following lines to the script

alter user siebel quota unlimited on siebelindex;

alter user sadmin quota unlimited on siebelindex;

4) run the grantusr.sql script against database

D:\siebel81\dbsrvr\ORACLE>sqlplus system/manager@siebeldb

SQL*Plus: Release 10.2.0.1.0 - Production on Sun Mar 1 14:11:46 2009

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - ProductionWith the Partitioning, OLAP and Data Mining options

SQL> @grantusr.sql

Role created.

Grant succeeded.

Role created.

Page 81: Installation of Siebel

Grant succeeded.

User created.

Grant succeeded.

Grant succeeded.

User altered.

Enter value for siebel_tablespace: siebeldataold 1: alter user SIEBEL default tablespace &&siebel_tablespacenew 1: alter user SIEBEL default tablespace siebeldata

User altered.

Enter value for temp_tablespace: tempold 1: alter user SIEBEL temporary tablespace &&temp_tablespacenew 1: alter user SIEBEL temporary tablespace temp

User altered.

old 1: alter user SIEBEL quota unlimited on &&siebel_tablespacenew 1: alter user SIEBEL quota unlimited on siebeldata

User altered.

User created.

Grant succeeded.

old 1: alter user SADMIN default tablespace &&siebel_tablespacenew 1: alter user SADMIN default tablespace siebeldata

User altered.

old 1: alter user SADMIN temporary tablespace &&temp_tablespacenew 1: alter user SADMIN temporary tablespace temp

User altered.

Page 82: Installation of Siebel
Page 83: Installation of Siebel
Page 84: Installation of Siebel
Page 85: Installation of Siebel
Page 86: Installation of Siebel
Page 87: Installation of Siebel
Page 88: Installation of Siebel
Page 89: Installation of Siebel
Page 90: Installation of Siebel
Page 91: Installation of Siebel
Page 92: Installation of Siebel
Page 93: Installation of Siebel
Page 94: Installation of Siebel
Page 95: Installation of Siebel

Configuring Siebel Server

Page 96: Installation of Siebel
Page 97: Installation of Siebel
Page 98: Installation of Siebel
Page 99: Installation of Siebel
Page 100: Installation of Siebel
Page 101: Installation of Siebel
Page 102: Installation of Siebel
Page 103: Installation of Siebel
Page 104: Installation of Siebel
Page 105: Installation of Siebel
Page 106: Installation of Siebel
Page 107: Installation of Siebel
Page 108: Installation of Siebel
Page 109: Installation of Siebel
Page 110: Installation of Siebel
Page 111: Installation of Siebel
Page 112: Installation of Siebel

Installing Siebel WebServer Extension:

Page 113: Installation of Siebel
Page 114: Installation of Siebel
Page 115: Installation of Siebel
Page 116: Installation of Siebel
Page 117: Installation of Siebel
Page 118: Installation of Siebel
Page 119: Installation of Siebel
Page 120: Installation of Siebel

Creating image for siebel tools using image creator and installation of siebel tools

Page 121: Installation of Siebel
Page 122: Installation of Siebel
Page 123: Installation of Siebel
Page 124: Installation of Siebel

Installing Siebel Tools: Run the OUI.exe file from the image we created for siebel tool

Page 125: Installation of Siebel
Page 126: Installation of Siebel
Page 127: Installation of Siebel
Page 128: Installation of Siebel
Page 129: Installation of Siebel
Page 130: Installation of Siebel
Page 131: Installation of Siebel

From the Programs Menu select the siebel tools then click on Agree

From the http://licensecodes.oracle.com/siebel_master.html

Add the licencecodes and provide key from Siebel Business Applications (SEA / Cross-Industry) 8.1.1 (expiration date: 01-Apr-09)

License Code Strings (apply all listed strings)

8172 0432 8218 9553 1820 9307 0517 6256 2809 3007 9707 7890 7789 0782 6429 4203 8260 7756 0779 2098 2607 7890 7789 1537 3070 5228 096 4591 9557 0737 0938 4569 9978 730 8288 0432 8218 9553 1820 0224 2202 8093 2809 3077 5307 8642 8734 2809 9280 9315 2010 7789 0988 8077 9228 256 9561 6228 3407 5195 5966 0204 0550 5079 0507 9050 7905 0790 5031 2216 0050 7522 160

Page 132: Installation of Siebel

In Internet Explorer type the url as http://<systemname>/callcenter_enuWe can see the siebel call center login page

userid : sadminpwd: sadmin

Page 133: Installation of Siebel
Page 134: Installation of Siebel
Page 135: Installation of Siebel