Using the Command Line to Start a Task for a Server Component

You can use the Server Manager command line to start a task for a server component for Siebel Remote. To automatically start Synchronization Manager, the Siebel Server uses the default configuration. An explicit configuration is typically not required.

To use the command line to start a task for a server component

  1. Open the Server Manager command line.

    For more information, see Opening the Command Line Interface for Server Manager.

  2. To start a task for a server component, enter the following command in a single line:

    start task for comp component_alias_name server server_name with parameter_1=value_1, parameter_2=value_2,...
    

    where:

    • component_alias_name is the name of the alias for the server component

    • server_name is the name of the Siebel Server where the server component runs

    • parameter_1 is a parameter of the server component

    • value_1 is the value for parameter_1

    For example:

    start task for comp dbxtract server sdchs20n512 with client=regional_node_1, initmethod=ddl
    

    For more information, see Server Component Parameters.

  3. To administer another server components, repeat Step 2.