Component Management Commands
Use component management commands to start or shut down Siebel Server components.
The startup systemcomps
, shutdown systemcomps
, startup systemauxcomps
, shutdown systemauxcomps
, startup nonsystemcomps
, and shutdown nonsystemcomps
commands manage the components in the System Management (alias System)
component group or the Auxiliary System Management (alias SystemAux)
component group, as follows:
The components in the System component group include Server Manager, Server Request Broker, and Siebel Connection Broker.
The components in the SystemAux component group include File System Manager, Server Request Processor, Server Tables Cleanup, and Siebel Administrator Notification Component.
To start a Siebel Server component
Enter the following command:
startup component component_alias_name for server siebel_server_name
To shut down a Siebel Server component
Enter the following command:
shutdown component component_alias_name for server siebel_server_name
To configure a Siebel Server component to start automatically
Enter the following command:
auto start comp component_alias_name for server siebel_server_name
To start a Siebel Server component manually
Enter the following command:
manual start comp component_alias_name for server siebel_server_name
To start Siebel Server components for the System component group
Enter the following command:
startup systemcomps for server siebel_server_name
To shut down Siebel Server components for the System component group
Enter the following command:
shutdown systemcomps for server siebel_server_name
To start Siebel Server components for the SystemAux component group
Enter the following command:
startup systemauxcomps for server siebel_server_name
To shut down Siebel Server components for the SystemAux component group
Enter the following command:
shutdown systemauxcomps for server siebel_server_name
To start Siebel Server components for all components except those in the System or SystemÂAux component group
Enter the following command:
startup nonsystemcomps for server siebel_server_name
To shut down Siebel Server components for all components except those in the System or SystemAux component group
Enter the following command:
shutdown nonsystemcomps for server siebel_server_name