Skip Headers
Siebel CRM System Administration Guide
Siebel Innovation Pack 2015, Rev. A
E24823-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
  View PDF

Siebel Server Manager Commands

After the Siebel Server Manager has been started, you can execute administrative tasks by using the commands described in this topic.

These commands can also be written into an ASCII text file, exactly as you execute them through the Siebel Server Manager, and used as a batch input file by running srvrmgr by using the /i or -i flag. Running the batch input file is especially useful in the administration of similar Siebel Server component definitions for multiple Siebel Servers.


Note:

You must have the Siebel Administrator responsibility to connect with the srvrmgr command-line tool.

The Siebel Server Manager commands are divided into the following categories:

Command Syntax

This topic lists the command-line syntax and usage for Siebel Server Manager commands.

Component names and parameter names used in the command-line interface differ from the Siebel Server Manager GUI. To get the actual component and parameter names used in the command-line interface, use the list commands. For information about using the list commands, see "List Commands".

For user-defined values such as siebel_server_name, component_alias_name, and parameter_alias_name, you must enclose these values in quotes if the value:

  • Contains spaces

  • Is a keyword such as server or component that you do not want to be parsed

For example, you must enclose the Siebel Server name in double quotes for the following command, because the Siebel Server name contains a space:

start task for component EIM server "North America" with Config=default.ifb

Note:

If a srvrmgr command contains nested quotes, that is, quotes contained within quotes, then precede the inner quotes by the backslash escape character (\).

Help Commands

Use the Help command to retrieve a list of commands or obtain help on a specific command.

To obtain help  

  • Enter the following command:

    help
    
  • For a specific command, enter a command like the following:

    help command
    

Siebel Server Manager Environment Commands

Use environment commands to set the Siebel Server Manager environment variables, which control the current Siebel Server Manager session.

To set the current working Siebel Server  

  • Enter the following command:

    set server siebel_server_name
    

This command works only if you did not specify a Siebel Server when executing the srvrmgr program using the -s flag.

To unset (clear) the current working Siebel Server  

  • Enter the following command:

    unset server
    

This command works only if you did not specify a Siebel Server when executing the srvrmgr program using the -s flag.

To show the environment variables  

  • Enter the following command:

    show
    

To show an individual environment variable  

  • Enter the following command:

    show variable_name
    

To spool output to a file  

  • Enter the following command:

    spool output_file
    

To stop spooling to a file  

  • Enter the following command:

    spool off
    

To read commands from a file  

  • Enter the following command:

    read input_file
    

To refresh the Siebel Enterprise Server connections  

  • Enter the following command:

    refresh enterprise
    

    The refresh enterprise command closes all of the connections to the existing Siebel Servers and creates new connections to these servers.

To remove header and footer information from srvrmgr command-line output  

  • Enter the following command:

    set header false
    

    and

    set footer false
    

    Removing the header and footer information is useful if you are trying to parse the output of srvrmgr commands.

To add header and footer information to the srvrmgr command-line output  

  • Enter the following command:

    set header true
    
    

    and

    set footer true
    
    

To exit the srvrmgr program  

List Commands

Use the list command to display current data only. This command does not change any data.

To list available Siebel Servers  

  • Enter the following command:

    list servers
    
  • For a component, enter the following command:

    list servers for component component_alias_name
    
  • For a component group, enter the following command:

    list servers for component group component_group_alias_name
    

To list component groups  

  • For all component groups, enter the following command:

    list component groups
    
  • For a particular Siebel Server, enter the following command:

    list component groups for server siebel_server_name
    

    If you are connected to the Siebel Server, then the list commands list only component groups from shared memory. Otherwise, it lists the component groups assigned to that Siebel Server from the Siebel Gateway Name Server. See also the describe command in "Component Group Definition Commands".

To list current component group status  

  • For all instances of the component group, enter the following command:

    list component group component_group_alias_name
    
  • For a particular Siebel Server, enter the following command:

    list component group component_group_alias_name for server siebel_server_name
    

To list current component status  

  • For all components, enter the following command:

    list component
    
  • For all instances of the component, enter the following command:

    list component component_alias_name
    
  • For a particular Siebel Server, enter the following command:

    list component for server siebel_server_name
    
  • For a particular task, enter the following command:

    list component for task task_number
    

    To list values for a particular task, you first must set the current working Siebel Server by using the set server command. For information about this command, see "Siebel Server Manager Environment Commands".

To list subsystems  

  • For all subsystems, enter the following command:

    list subsystem
    

To list named subsystems  

  • For all named subsystems, enter the following command:

    list named subsystem
    
  • For a particular subsystem, enter the following command:

    list named subsystem for subsystem subsystem_alias_name
    
  • For a particular Siebel Server, enter the following command:

    list named subsystem for server siebel_server_name
    

To list the status of current tasks  

  • For all tasks, enter the following command:

    list tasks
    
  • For a particular Siebel Server, enter the following command:

    list tasks for server siebel_server_name
    
  • For a particular component, enter the following command:

    list tasks for component component_alias_name
    
  • For a particular component group, enter the following command:

    list tasks for component group component_group_alias_name
    
  • For a particular task, enter the following command:

    list task task_number
    

    To list values for a particular task, you first must set the current working Siebel Server by using the set server command. For information about this command, see "Siebel Server Manager Environment Commands".


    Note:

    The number of tasks returned is determined by the Maximum Tasks parameter for that component. For more information about the Maximum Tasks parameter, see "Siebel Enterprise, Server, and Component Parameters".

To list tasks for session mode components  

  • For a particular Siebel Server, enter the following command:

    list sessions for server siebel_server_name
    
  • For a particular component, enter the following command:

    list sessions for comp component_alias_name
    
  • For a particular Application Object Manager login, enter the following command:

    list sessions for login object_manager_login
    
  • For a list of hung tasks, enter the following command:

    list hung sessions for server siebel_server_name [or] comp component_alias_name [or] login object_manager_login
    
  • For a list of active tasks, enter the following command:

    list active sessions for server siebel_server_name [or] comp component_alias_name [or] login object_manager_login
    

To list current parameter values  

  • For the Siebel Enterprise Server, enter the following command:

    list ent param
    
  • For all Siebel Servers, enter the following command:

    list parameters
    
  • For a particular Siebel Server, enter the following command:

    list parameters for server siebel_server_name
    
  • For a particular component on all Siebel Servers, enter the following command:

    list parameters for component component_alias_name
    
  • For a particular component on a particular Siebel Server, enter the following command:

    list parameters for component component_alias_name server siebel_server_name
    
  • For a particular task, enter the following command:

    list parameters for task task_number server siebel_server_name
    

To list current advanced parameter values  

  • Use the previously documented commands for listing parameters, but preface advanced before parameters. For example:

    list advanced parameters for server siebel_server_name
    

To list current state values  

  • For all state values, enter the following command:

    list state values
    
  • For a particular Siebel Server, enter the following command:

    list state values for server siebel_server_name
    
  • For a particular task, enter the following command:

    list state values for task task_number
    

To list values for a particular task, you first must set the current working Siebel Server by using the set server command. For information about this command, see "Siebel Server Manager Environment Commands".

To list current statistic values  

  • For all statistics, enter

    list statistics
    
  • For a particular Siebel Server, enter the following command:

    list statistics for server siebel_server_name
    
  • For a particular component, enter the following command:

    list statistics for component component_alias_name
    
  • For a particular task, enter the following command:

    list statistics for task task_number
    

    To list values for a particular task, you first must set the current working Siebel Server by using the set server command. For information about this command, see "Siebel Server Manager Environment Commands".

List Command Configuration

The following commands modify or configure the output for the list commands described in "List Commands".

To modify the output of an individual list command  

  • To display specific columns, enter the following command:

    list list_object show column_1, column_2, ..., column_n
    

    For example:

    list components show SV_NAME, CC_ALIAS
    
  • To display specific columns with a for clause, enter the following command:

    list list_object for for_object show column_1, column_2, ..., column_n
    

    For example:

    list components for SRVR_1 show CC_ALIAS
    

To list available columns for a list command  

  • Enter the following command:

    configure list list_object
    

To configure the output of the list command  

  • To display only specific columns, enter the following command:

    configure list list_object show column_1, column_2, ..., column_n
    

    This command changes future list list_object commands to display only those columns defined.


    Note:

    Once you configure a specific list command for a given srvrmgr session, it cannot be configured again in that session. A new session must be started to view other columns for that list command.

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.

Siebel Server Management Commands

Use the Siebel Server management commands to start or stop a Siebel Server or to back up the Siebel Gateway Name Server.

To start a Siebel Server  

  • Enter the following command:

    startup appserver siebel_server_name
    

To shut down a Siebel Server  

  • Enter the following command:

    shutdown appserver siebel_server_name
    

To back up Siebel Gateway Name Server information  

  • Enter one of the following commands:

    backup nameserver [file_name]
    backup namesrvr [file_name]
    

    If a file name is not specified, then the backup file name includes the date and time, using the format siebns.dat_yyyymmdd_hhmmss. The location of the backup file varies by operating system, as follows:

    • On Windows, the backup file is saved into the admin directory on the Siebel Gateway Name Server installation (GTWYSRVR_ROOT\admin). This directory is also the directory that contains the siebns.dat file that you backed up.

    • On AIX, Linux, and Oracle Solaris, the backup file is saved into the admin directory on the Siebel Gateway Name Server installation (GTWYSRVR_ROOT/admin). This directory is not the same location as the directory that contains the siebns.dat file that you backed up. (The siebns.dat file is located in GTWYSRVR_ROOT/sys.)

    • On HP-UX, the backup file is saved into the sys directory on the Siebel Gateway Name Server installation (GTWYSRVR_ROOT/sys). This directory is also the directory that contains the siebns.dat file that you backed up.

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.

Component Definition Commands

Use the component definition commands to create, activate, or delete defined components. Component definitions are contained in component groups, both of which are defined at the Siebel Enterprise Server level. To use a new component, make sure that the component definition is activated and the component group containing the new component is assigned to the appropriate server. For component group commands, see "Component Group Definition Commands".


Note:

When working with component definition commands, start and run the srvrmgr program for the enterprise. That is, do not start srvrmgr with the /s or -s flag and do not run the command set server.

To create a new component  

  • Enter the following command:

    create component definition component_alias_namefor component type existing_component_type_alias_name
    component group existing_component_group_alias_name
    run mode run_mode
    full name "component_full_name"
    description "description_of_component"
    with parameter parameter_alias_name=value
    fixparam fixed_parameter_alias_name=fixed_value
    

    The run mode options are:

    • Batch

    • Interactive

    • Background

    The component alias must:

    • Be unique across the enterprise

    • Contain no more than 30 characters

    You must enclose in quotes any keywords that you use in the component description, such as the keywords for or component. The alias or short name is required for the component group that you specify for this component definition. For a list of existing component groups and their corresponding aliases, see Table A-2. For more information about component types, see "About Server Component Types".

    After running the create command, use the activate component definition command to enable the component definition at the enterprise, component definition level, and to enable and assign the component to the component group that you created. This action only occurs if the component definition is in the creating state. If the component definition is not in the creating state, then the command only enables the component definition at the enterprise level.

To activate a component definition  

  • After defining the component, activate the defined component by entering:

    activate component definition component_alias_name
    

    Note:

    If you receive an error when attempting to activate a new component definition, then make sure that you did not start the srvrmgr command-line interface program by using the /s or -s flag, which targets only a specific server.

To deactivate a component definition  

  • Enter the following command:

    deactivate component definition component_alias_name
    

To delete a component definition  

  • Enter the following command:

    delete component definition component_alias_name
    

To copy a Siebel Server component definition  

  • Enter the following command:

    copy compdef from source_comp_def_alias to target_comp_def_alias
    

Reconfiguring Component Definition Commands

To reconfigure component definitions, you must start the component reconfiguration, make the necessary configurations (for parameter configuration, see "Parameter Management Commands"), and then commit the reconfiguration. See the following procedures for these commands.


Caution:

Review the background information about component definition reconfiguration before performing this task. For more information, see "Reconfiguring Siebel Server Component Definitions".

To start a component definition reconfiguration  

  • Enter the following command:

    reconfig compdef component_alias_name
    

To commit a component definition reconfiguration  

  • Enter the following command:

    commit reconfig compdef component_alias_name
    

To cancel a component definition reconfiguration  

  • Enter the following command:

    cancel reconfig compdef component_alias_name
    

Component Management Commands

Use component management commands to start or shut down Siebel Server components.

The startup systemcomps, shutdown systemcomps, startup systemauxcomps, shutdown systemauxcomps, startup nonsystemcomps, and shutdown nonsystemcomps commands manage the components in the System Management (alias System) component group or the Auxiliary System Management (alias SystemAux) component group, as follows:

  • The components in the System component group include Server Manager, Server Request Broker, and Siebel Connection Broker.

  • The components in the SystemAux component group include File System Manager, Server Request Processor, Server Tables Cleanup, and Siebel Administrator Notification Component.

To start a Siebel Server component  

  • Enter the following command:

    startup component component_alias_name for server siebel_server_name
    

To shut down a Siebel Server component  

  • Enter the following command:

    shutdown component component_alias_name for server siebel_server_name
    

To configure a Siebel Server component to start automatically  

  • Enter the following command:

    auto start comp component_alias_name for server siebel_server_name
    

To start a Siebel Server component manually  

  • Enter the following command:

    manual start comp component_alias_name for server siebel_server_name
    

To start Siebel Server components for the System component group  

  • Enter the following command:

    startup systemcomps for server siebel_server_name
    

To shut down Siebel Server components for the System component group  

  • Enter the following command:

    shutdown systemcomps for server siebel_server_name
    

To start Siebel Server components for the SystemAux component group  

  • Enter the following command:

    startup systemauxcomps for server siebel_server_name
    

To shut down Siebel Server components for the SystemAux component group  

  • Enter the following command:

    shutdown systemauxcomps for server siebel_server_name
    

To start Siebel Server components for all components except those in the System or SystemAux component group  

  • Enter the following command:

    startup nonsystemcomps for server siebel_server_name
    

To shut down Siebel Server components for all components except those in the System or SystemAux component group  

  • Enter the following command:

    shutdown nonsystemcomps for server siebel_server_name
    

Task Management Commands

Use task management commands to manage tasks for components running in batch or background mode.

You can start a new process by using the start task command or the run task command. Use the start task command if you plan to start multiple processes and use the run task command if you want to make sure that a process has run to completion.

The following are the two task management commands:

  • Start task. The start task command starts a new process and allows you to execute a new command immediately. You are not notified of the task status, nor are you alerted if the task fails to perform. Instead, use the list task command to check the status of processes that were started by using the start task command.

  • Run task. The run task command starts a new process that runs to completion (or exits with an error). You cannot execute a new command until the process has run to completion. The task status is displayed as the process is running.

    To use multiple task parameters in a task command, list the parameters in a comma-separated list. The following example shows how to start a new process using various values for a given parameter:

    start {task | server} for component component_alias_name with parameter_alias_name=value1, value2, value3
    

To start a new task in batch mode  

  • Enter the following command:

    start task for component component_alias_name server siebel_server_name with parameter_alias_name1=value1, parameter_alias_name2=value2
    

    This command starts a new task in batch mode and returns to the Siebel Server Manager immediately.

To start a new task in background mode  

  • Enter the following command:

    start server for component component_alias_name server siebel_server_name with parameter_alias_name1=value1, parameter_alias_name2=value2
    

    This command starts a new task in background mode and returns to the Siebel Server Manager immediately.

To run a new task in batch mode  

  • Enter the following command:

    run task for component component_alias_name server siebel_server_name with parameter_alias_name1=value1, parameter_alias_name2=value2
    

    This command runs a new task in batch mode to completion before returning to the Siebel Server Manager.

To pause a running task  

  • Enter the following command:

    pause task task_ID for server siebel_server_name
    

    Note:

    Only tasks from certain component types can be paused. For a list of these component types, see Table 7-2.

To resume a paused task  

  • Enter the following command:

    resume task task_ID for server siebel_server_name
    

To stop a running task  

  • Enter the following command:

    stop task task_ID for server siebel_server_name
    

To terminate a running task using the kill command  

  • Enter the following command:

    kill task task_ID for server siebel_server_name
    

    The kill task command signals the Siebel Server to use operating system control to terminate the task. This command replicates the GUI procedure of clicking Menu and then Stop Task three times in succession on a running task.

Parameter Management Commands

Use the parameter management commands to change the values of a parameter.

To change an enterprise parameter  

  • Enter the following command:

    change ent param parameter_alias_name1=value1, parameter_alias_name2=value2
    

To change a component definition parameter  

  • Enter the following command:

    change parameter parameter_alias_name1=value1, parameter_alias_name2=value2 for compdef component_definition_name
    

To change a component type parameter  

  • Enter the following command:

    change parameter parameter_alias_name1=value1, parameter_alias_name2=value2 for comptype component_type_name for server siebel_server_name
    

To change a Siebel Server parameter  

  • Enter the following command:

    change parameter parameter_alias_name1=value1, parameter_alias_name2=value2 for server siebel_server_name
    

To change a component parameter  

  • Enter the following command:

    change parameter parameter_alias_name1=value1, parameter_alias_name2=value2 for component component_alias_name server siebel_server_name
    

    Note:

    If you started srvrmgr with the /s or -s flag, then you do not have to include server siebel_server_name for this command.

To change a task parameter  

  • Enter the following command:

    change parameter parameter_alias_name1=value1, parameter_alias_name2=value2 for task task_number
    

    Note:

    After a server, component, or named subsystem parameter is modified, it ignores future parameter changes at higher levels. That is, future parameter changes at higher levels in the hierarchy do not cascade down to lower levels. Use the following commands to delete overrides and reinstate this functionality.

To delete an enterprise parameter override  

  • Enter the following command:

    delete enterprise parameter override param parameter_alias_name
    

To delete a Siebel Server parameter override  

  • Enter the following command:

    delete parameter override for server siebel_server_name param "parameter_alias_name"
    

To delete a named subsystem parameter override  

  • Enter the following command:

    delete parameter override for named subsystem named_subsystem_alias_name param "parameter_alias_name"
    

To delete a server component parameter override  

  • Enter the following command:

    delete parameter override for comp component_alias_name server siebel_server_name param "parameter_alias_name"
    

To delete a server component definition parameter override  

  • Enter the following command:

    delete parameter override for compdef component_alias_name param "parameter_alias_name"
    

Named Subsystem Management Commands

Use named subsystem management commands to create, delete, and modify named subsystems. For more information about named subsystems, see "About Named Subsystem Parameters" and "Application Object Manager Named Subsystem Parameters".

To create a new named subsystem  

  • Enter the following command:

    create named subsystem named_subsystem_alias_name for subsystem subsystem_alias_name with parameter_alias_name1=value1, parameter_alias_name2=value2
    

To delete a named subsystem  

  • Enter the following command:

    delete named subsystem named_subsystem_alias_name
    

To list all named subsystem parameters  

  • For a particular named subsystem, enter the following command:

    list parameters for named subsystem named_subsystem_alias_name
    

To list a particular named subsystem parameter  

  • Enter the following command:

    list parameter parameter_alias_name for named subsystem named_subsystem_alias_name
    

To modify one or more named subsystem parameters  

  • Enter the following command:

    change parameter parameter_alias_name1=value1, parameter_alias_name2=value2 for named subsystem named_subsystem_alias_name
    

System Alert Notification Commands

Use the following commands to configure system alert notification for server components. For more information about system alert notification, see "About System Alert Notification".

To troubleshoot any problems with system alert notification, see "Troubleshooting System Alert Notification".

To set the administrator email address  

  • Enter the following command:

    change param AdminEmailAddress=Admin_Email_Address for named subsystem AdminEmailAlert
    

    where Admin_Email_Address is the email address that receives the alert notification email.

To set the SMTP host and port number used for email notifications  

  • Enter the following command:

    change param SMTPServer=SMTP_Server for named subsystem AdminEmailAlert
    

    where SMTP_Server is the email server that routes the alert notification email.

To set the From email address  

  • Enter the following command:

    change param FromAddress=Server_Email_Address for named subsystem AdminEmailAlert
    

    where Server_Email_Address is the email address that sends the alert notification email.

To test the system alert notification  

  • Enter the following command:

    start task for comp AdminNotify server Siebel_Server_Name
    

where Siebel_Server_Name is the name of the Siebel Server that hosts the AdminNotify server component.

List Definition Commands

Use list definition commands to list definitions for components, parameters, state values, and statistics.

To list component definitions  

  • For a particular component, enter the following command:

    list component definitions for component component_alias_name
    
  • For a particular task, enter the following command:

    list component definitions for task task_number
    

List Parameter Override Commands

Use list parameter override commands to list parameter overrides for an enterprise, a Siebel Server, a component, a component definition, or a named subsystem.

For more information about parameter overrides, see "About the Siebel Enterprise Server". See also "Deleting System Parameter Overrides".

To list parameters for the enterprise  

  • Enter the following command:

    list entparam overrides
    

To list parameters for a Siebel Server  

  • Enter the following command:

    list param overrides for server siebel_server_name
    

To list parameters for a component  

  • Enter the following command:

    list param overrides for comp component_alias_name server siebel_server_name
    

To list parameters for a component definition  

  • Enter the following command:

    list param overrides for compdef component_definition_alias_name
    

To list parameters for a named subsystem  

  • Enter the following command:

    list param overrides for named subsystem named_subsystem_alias_name
    

To list parameters for component definitions  

  • Enter the following command:

    list param overrides for component component_alias_name
    

Event Logging Commands

Use the event logging commands to list event types for components and to change the values for event log levels. For more information about event logging, see Siebel System Monitoring and Diagnostics Guide.

To list event types  

  • Enter the following command:

    list evtloglvl for component component_alias_name
    

To change the event log level for a component  

  • Enter the following command:

    change evtloglvl event_alias_name=level for component component_alias_name
    

To change the event log level for a component on a Siebel Server  

  • Enter the following command:

    change evtloglvl event_alias_name=level for server siebel_server_name component component_alias_name
    

To change the event log level for a Siebel Server  

  • Enter the following command:

    change evtloglvl event_alias_name=level for server siebel_server_name
    

Server Manager Command-Line Preferences

You can create aliases for commands and configure list commands to return specific columns. These can be saved in a preferences file which is available to load the next time that you open a Siebel Server manager session. The preferences file is stored in the same directory as the Server Manager program. For the location of the Server Manager program, see "Starting the Siebel Server Manager Command-Line Interface".

To create an alias for a command  

  • Enter the following command:

    alias alias command_name
    

    For example, the following command creates an alias lc for the command list components:

    srvrmgr> alias lc list components
    

To delete an alias for a command  

  • Enter the following command:

    unalias alias
    

To list the columns returned for a list command  

  • Enter the following command:

    configure list_command
    

To configure a list command to show specific columns  

  • Enter the following command:

    configure list_command show column1, column2, column3...
    

    For example, the following command configures the list components command to return the component name column only.

    srvrmgr> configure list components show CC_NAME
    

To configure a list command to show all columns  

  • Enter the following command:

    configure list_command show all
    

    For example, the following command configures the list components command to return all columns.

    srvrmgr> configure list components show all
    

    Note:

    The columns that are returned might not contain useful data. However, by using subsequent commands, you can specify which columns to display.

To save preferences  

  • Enter the following command:

    save preferences
    

Preferences are saved in the same directory as the Server Manager program.

To load preferences  

  • Enter the following command:

    load preferences