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 5, Table 6, and Table 7 define the shell types created in various scenarios.

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

Table 6. 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 7. 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, defined for each multithreaded batch and interactive mode component, control the number of shells that start up:

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, Version 7.5, Rev. C 
 Published: 18 April 2003