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 
    
    Caution: 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 Group.

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

  • Enter the following command:

    describe component group
    

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

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.