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.