Siebel System Administration Guide > Using the Siebel Server Manager Command-Line Interface > Siebel Server Manager Commands >

Component Group Definition Commands


Use these commands to create, delete, assign, remove, enable, or disable component groups, and to toggle between online and offline mode.

To create a component group

  • Enter:

    create component group component_group_alias_name full name "descriptive_name" description "description_of_component_group"

To assign a component group to a Siebel Server

  • Enter:

    assign component group component_group_alias_name to server siebel_server_name

To enable a component group for the Siebel Enterprise Server

  1. Enter:

    enable component group component_group_alias_name

  2. Stop and restart the system service to make the changes take effect.

    For more information on how to stop or start the Siebel Server System Service, see Administering the Siebel Server System Service.

This procedure works only if you did not run Siebel Server Manager command-line interface using the /s (or -s for UNIX) flag.

NOTE:  Before enabling a component group for the Siebel Enterprise Server, at least one component in the group must be active.

To enable a component group on a Siebel Server

  1. Enter:

    enable component group component_group_alias_name to server siebel_server_name

  2. Stop and restart the system service to make the changes take effect.

    For more information on how to stop or start the Siebel Server System Service, see Administering the Siebel Server System Service.

NOTE:  Use this command when enabling a component that was previously disabled on a particular server. Newly created component groups are enabled by default.

To change the run state of the component group to Online mode

  • Enter:

    online component group component_group_alias_name for server siebel_server_name

    The component group must contain components before you can change its run state.

To change the run state of the component group to Offline mode

  • Enter:

    offline component group component_group_alias_name for server siebel_server_name

    The component group must contain components before you can change its run state.

To disable a component group for the Siebel Enterprise Server

  1. Enter:

    disable component group component_group_alias_name

  2. Stop and restart the system service to make the changes take effect.

    For more information on how to stop or start the Siebel Server System Service, see Administering the Siebel Server System Service.

To disable a component group for a Siebel Server

  1. Enter:

    disable component group component_group_alias_name for server siebel_server_name

  2. Stop and restart the system service to make the changes take effect.

    For more information on how to stop or start the Siebel Server System Service, see Administering the Siebel Server System Service.

To list component groups from the Siebel Gateway Name Server

  1. Enter:

    describe component group

    The describe command lists the component groups from the Siebel Gateway Name Server.

To remove a component group from a Siebel Server

  • Enter:

    remove component group component_group_alias_name from server siebel_server_name

To delete a component group

  • Enter:

    delete component group component_group_alias_name

    In order for you to delete a component group, the component group cannot contain any server components or component definitions.

Siebel System Administration Guide