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

List Commands


Use the List command to display current data only; this command does not change any data.

To list available Siebel Servers

  • Enter:

    list servers

  • For a component, enter:

    list servers for component component_alias_name

  • For a component group, enter:

    list servers for component group component_group_alias_name

To list component groups

  • For all component groups, enter:

    list component groups

  • For a particular Siebel Server, enter:

    list component groups for server siebel_server_name

If connected to the Siebel Server, 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, To list component groups from the Siebel Gateway Name Server.

To list current component group status

  • For all instances of the component group, enter:

    list component group component_group_alias_name

  • For a particular Siebel Server, enter:

    list component group component_group_alias_name for server siebel_server_name

To list current component status

  • For all components, enter:

    list component

  • For all instances of the component, enter:

    list component component_alias_name

  • For a particular Siebel Server, enter:

    list component for server siebel_server_name

  • For a particular task, enter:

    list component for task task_number

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

To list subsystems

  • For all subsystems, enter:

    list subsystem

To list named subsystems

  • For all named subsystems, enter:

    list named subsystem

  • For a particular subsystem, enter:

    list named subsystem for subsystem subsystem_alias_name

  • For a particular Siebel Server, enter:

    list named subsystem for server siebel_server_name

To list the status of current tasks

  • For all tasks, enter:

    list tasks

  • For a particular Siebel Server, enter:

    list tasks for server siebel_server_name

  • For a particular component, enter:

    list tasks for component component_alias_name

  • For a particular component group, enter:

    list tasks for component group component_group_alias_name

  • For a particular task, enter:

    list task task_number

    To list values for a particular task, you first need to set the current working Siebel Server by using the set server command. For information on 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 on the Maximum Tasks parameter, see Parameters.

To list tasks for session mode components

  • For a particular Siebel Server, enter:

    list sessions for server siebel_server_name

  • For a particular component, enter:

    list sessions for comp component_alias_name

  • For a particular object manager login, enter:

    list sessions for login object_manager_login

  • For a list of hung tasks, enter:

    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:

    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:

    list ent param

  • For all Siebel Servers, enter:

    list parameters

  • For a particular Siebel Server, enter:

    list parameters for server siebel_server_name

  • For a particular component on all Siebel Servers, enter:

    list parameters for component component_alias_name

  • For a particular component on a particular Siebel Server, enter:

    list parameters for component component_alias_name server siebel_server_name

  • For a particular task, enter:

    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:

    list state values

  • For a particular Siebel Server, enter:

    list state values for server siebel_server_name

  • For a particular task, enter:

    list state values for task task_number

    NOTE:  To list values for a particular task, you first need to set the current working Siebel Server by using the set server command. For information on 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:

    list statistics for server siebel_server_name

  • For a particular component, enter:

    list statistics for component component_alias_name

  • For a particular task, enter:

    list statistics for task task_number

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

Siebel System Administration Guide