Server Group Management Commands

Use the server group management commands to manage the assignment of Siebel Servers with server groups. A Siebel Server can only be assigned to one server group at a time. A server group can contain many Siebel Servers.

Once you assign Siebel Servers to a server group, you can specify the server group name as a parameter for the /z or -z flag when starting the srvrmgr program. Specifying the server group connects the srvrmgr program to all of the Siebel Servers assigned to the specified server group.

For example, on a Windows server, enter a command like the following:

srvrmgr /g gateway1 /e enterprise1 /z server_group_name /u sadmin /p pwd

On a UNIX server, enter a command like the following:

srvrmgr -g gateway1 -e enterprise1 -z server_group_name -u sadmin -p pwd

For more information about starting the srvrmgr program, see Starting the Siebel Server Manager Command-Line Interface.

To assign a Siebel Server to a server group

  • Enter the following command:

    change attribute groupname=server_group_name for server siebel_server_name
    

To unassign a Siebel Server from a server group

  • Enter the following command:

    change attribute groupname=" " for server siebel_server_name
    
    Note: Make sure to include a space between the quotation marks.