Siebel System Administration Guide > Using the Siebel Server Manager Command-Line Interface > Siebel Server Manager 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:

    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:

    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:

    configure list list_object

To configure the output of the list command

  • To display only specific columns, enter:

    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.

Siebel System Administration Guide