Administrator's Reference

QUERY CLOPTSET (Query a Client Option Set)

Use this command to query a client option set.

Privilege Class

Any administrator can issue this command.

Syntax

                   .-*---------------.
>>-Query CLOptset--+-----------------+-------------------------->
                   '-option_set_name-'
 
>-----+------------------------------+-------------------------><
      '-DESCription--=--description--'
 

Parameters

option_set_name
Specifies the name of the client option set to be queried. You can use wildcard characters to specify this name. This parameter is optional. The default is option set names.

DESCription
Specifies the description used on the DEFINE or UPDATE CLOPTSET commands to be used as a filter. If the description contains spaces, enclose it in quotation marks. This parameter is optional.

Examples

Task

From a managed server, query a client option set named ENG.

Command:
query cloptset eng

Output:
 
+--------------------------------------------------------------------------------+
|                      Optionset:  ENG                                           |
|                    Description:                                                |
| Last Update by (administrator): $$CONFIG_MANAGER$$                             |
|               Managing profile:                                                |
|                                                                                |
|         Option: SCROLLINES                                                     |
|Sequence number: 0                                                              |
|       Override: No                                                             |
|   Option Value: 40                                                             |
|                                                                                |
|         Option: SCROLLPROMPT                                                   |
|Sequence number: 0                                                              |
|       Override: No                                                             |
|   Option Value: yes                                                            |
|                                                                                |
+--------------------------------------------------------------------------------+

where:

Optionset
Specifies the name of the option set.

Description
Specifies the description of the client option set.

Last Update by (administrator)
Specifies the name of the administrator that most recently updated the option set. If this field contains $$CONFIG_MANAGER$$, the client option set is associated with a profile that is managed by the configuration manager.

Managing Profile
Specifies the profile to which the managed server subscribed to get the definition of the client option set.

Option
Specifies the name of the option.

Sequence Number
Specifies the sequence number of the option.

Override
Specifies whether the client's option file can override the option.

Option Value
Specifies the value of the option.

Related Commands

Table 155. Commands Related to QUERY CLOPTSET

Command Description
COPY CLOPTSET Copies an existing client option set.
DEFINE CLIENTOPT Adds a client option to a client option set.
DEFINE CLOPTSET Defines a client option set.
DELETE CLIENTOPT Deletes a client option from a client option set.
DELETE CLOPTSET Deletes a client option set.
UPDATE CLIENTOPT Updates the sequence number of a client option.
UPDATE CLOPTSET Updates the description of a client option set.
DEFINE PROFASSOCIATION Associates objects with a profile.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]