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

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 you open a Siebel Server manager session. The preferences file is stored in the same directory as the Server Manager program. Starting the Siebel Server Manager Command-Line Interface for the location of the Server Manager program.

To create an alias for a command

  • Enter:

    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:

    unalias alias

To list the columns returned for a list command

  • Enter:

    configure list_command

To configure a list command to show specific columns

  • Enter:

    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:

    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:  All columns returned may not contain data or useful data. However, using subsequent commands, you can specify which columns to display.

To save preferences

  • Enter:

    save preferences

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

To load preferences

  • Enter:

    load preferences

Siebel System Administration Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.