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_nameFor example, the following command creates an aliaslcfor the commandlist 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 thelist componentscommand 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 allFor example, the following command configures thelist componentscommand to return all columns.srvrmgr> configure list components show allNote: 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 preferencesPreferences are saved in the same directory as the Server Manager program.
To load preferences
- Enter the following command:
load preferences