Siebel Server Administration Guide > Siebel Enterprise Server Architecture > Siebel Server Components >

Component Processes (Shells)


The Siebel Server runs each component in its own separate process (or shell). These shells provide the interface for a component to communicate with shared memory, and use infrastructure facilities for logging, events, networking, and so on. A shell performs the following actions when it is forked off:

The Siebel Server forks an appropriate shell based on the component mode (interactive, batch, or background) and whether the component is object manager-based, multithreaded, or both. Table 6, Table 7, and Table 8 define the shell types created in various scenarios.

NOTE:  To conserve system resources and minimize the number of processes started on the Siebel Server, disable components and component groups that you do not plan to run. See Configuring Component Groups and Server Components for further details.

Table 6.  Interactive Mode Components
Multithreaded
Object Manager Based
Shell
False
False
siebsess
True
False
siebmtsh
True
True
siebmtshmw

Table 7.  Batch Mode Components
Multithreaded
Object Manager Based
Shell (Created at Bootstrap)
Shell (Created at Runtime)
False
False
siebproc
siebsh
False
True
siebprocmw
siebshmw
True
False
siebmtsh
siebmtsh
True
True
siebmtshmw
siebmtshmw

Table 8.  Background Mode Components
Object Manager Based
Shell (Created at Bootstrap)
Shell (Created at Runtime)
False
siebproc
siebsh
True
siebprocmw
siebshmw

Examples of Siebel Server shells:

Parameters Controlling Number of Shells

The following parameters configure shell (process) start up for interactive, batch, and background mode components.

See Parameters and Determining Application Object Manager Parameter Values for further information and details on configuring these parameters.

To review information on the shells forked by the Siebel Server, access the Siebel Server log file. See Viewing Siebel Server Event Logs for details on viewing Siebel Server log files.


 Siebel Server Administration Guide 
 Published: 23 June 2003