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, and disable component groups.

To create a component group

  • Enter the following command:

    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 the following command:

    assign component group component_group_alias_name to server siebel_server_name

To unassign a component group from a Siebel Server

  • Enter the following command:

    unassign component group component_group_alias_name from server siebel_server_name

    NOTE:  Unassigning a component group from a Siebel Server results in a loss of component group customization, for example, parameter settings. Before unassigning a component group, review About Assigned and Unassigned Component Groups.

To enable a component group for the Siebel Enterprise Server

  1. Enter the following command:

    enable component group component_group_alias_name

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

    For more information about 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 flag.

    NOTE:  Before you enable 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 the following command:

    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 about 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 disable a component group for the Siebel Enterprise Server

  1. Enter the following command:

    disable component group component_group_alias_name

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

    For more information about 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 the following command:

    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 about 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

  • Enter the following command:

    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 the following command:

    remove component group component_group_alias_name from server siebel_server_name

To delete a component group

  • Enter the following command:

    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 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.