I. Siebel Software Installation
Go to the installation is * installation directory setuplinux under Gui
Select geteway, enterprise, dbsrvr, and siebsrvr to install the corresponding software.
After installation, three directories, gtwysrvr, dbsrvr, and siebsrvr, will appear under the Siebel directory.
Configure gateway, enterprise, dbsrvr, and siebsrvr in sequence. During this period, you must always check the content of the LD_LIBRARY_PATH environment variable. The environment variable paths are separated by semicolons, but the path reading is sequential, if two dynamic link libraries with the same name exist in two lib path folders, the first Lib is used.
Ii. Create a Siebel configuration file
1. Simple execution of Enterprise configuration (GATEWAY)
Ssincfgw-ARGs model_file = admin/enterprise_lele.scm-Console
2. Simple execution of Enterprise configuration (Enterprise Server)
3. Simple execution of Enterprise configuration (SWE profile)
Iii. Configure Siebel DB
4. Create tablespace/siebel_data_ts/siebel_idnex_ts/siebel_tmep
Sample: create temporary tablespace siebel_temp tempfile '/u02/oradata/siebdb/siebel_temp.dbf' size 2G autoextend on next 100 m maxsize 5g;
Sqlplus @ grantusr. SQL
Grant unlimited tablespace to Siebel
Create a tablespace and import standard Siebel users and permissions
5. Siebel database util config (Siebel DB Server)
Ssincfgw-ARGs model_file = admin/dbsrvr. SCM-Console
Some environment variables are required before this step, especially the siebsrvr/lib needs to be imported to LD_LIBRARY_PATH. You can refer to the gtwysrvr/siebenv. Sh script.
Copy and modify siebel_root and other variables to/Siebel/siebsrvr. For the complete script, see the subsequent
After execution, the master _ <process>. UCF file is generated under siebsrvr/bin/, which records the environment variables required for the import and export of some database repository.
6. generate seed data
execute srvrupgwiz/M master_install.ucf to import the seed data, that is, the original repository data (English enu)
execute the configuration of dbsrvr util again, the parameters are the same, but the purpose is to select Add a new language, after the execution is successful, the master_install_lang.ucf file is generated under siebsrvr/bin/.
RUN srvrupgwiz/M master_install_lang.ucf again to import the seed data of the new language (Chinese Version of chs)
7. siebel server configruation (Siebel server)
check whether ODBC is connected properly: siebsrvr/bin/odbcsql/s sba_81_dsn/u sadmin/P sadmin
pay attention to the hostname, it is recommended that the hostname and Siebel server name be consistent
8. Oracle HTTP Server install (Web Server)
It can be installed by default and has nothing to do with Siebel
9. Siebel swe install and configration (SWE)
You need to specify the OHS directory. Siebel will add the Siebel mod module to the Apache server of OHS to process Siebel requests.
4. Shutdown and restart
10. Stop Oracle Database
SQL/As sysdba shutdown immediate
11. Stop Oracle Database Listener
LSNRCTL stop
12. Stop Oracle HTTP Server
OPMN/bin/opmnctl Shutdown
13. Stop Siebel Server
. Siebsrvr/siebenv. Sh & stop_server all
14. Stop Siebel Gateway
. Gtwysrvr/siebenv. Sh & stop_ns
15. shutdown-H Now shutdown
5. Start the application at startup
16. Start OS
17. Start Oracle Database
SQL/As sysdba startup
18. Start Oracle Database Listener
LSNRCTL start
19. Start Oracle HTTP Server
OPMN/bin/opmnctl startall
20. Start Siebel Gateway
. Gtwysrvr/siebenv. Sh & start_ns
21. Start Siebel server
. siebsrvr/siebenv. Sh & start_server all