IBM Tivoli Storage Manager, Version 7.1

QUERY OPTION (Query server options)

Use this command to display information about server options.

Change server options by editing the server options file or by issuing the SETOPT command. When you edit the server options file, you must restart the server before any changes take effect. Any changes you make by issuing the SETOPT command take effect immediately.

Privilege class

Any administrator can issue this command.

Syntax

Read syntax diagramSkip visual syntax diagram
                 .-*----------.   
>>-Query OPTion--+------------+--------------------------------><
                 '-optionname-'   

Parameters

optionname
Specifies the name of an option in the server options file. This parameter is optional. You can use wildcard characters to specify this name. All matching server options display. If you do not specify this parameter, information on all options displays.

Example: Display all server options

Display general information about all server options. The output lists all options with their specified values.
query option

Example: Display options settings using a wildcard character

View the option settings for all options that begin with L.
query option l*
Server Option         Option Setting
-----------------     --------------------
Language              AMENG

Example: Display LDAP directory servers

View the settings for all LDAP directory servers.
query option ldapurl
Server Option         Option Setting
-----------------     --------------------
LDAP URL               ldap:\\tophoy.tucson.com\cn=tsmdata
LDAP URL               ldap:\\krypton.ibm.com\ou=tsmdata,dc=ibm,dc=com

Related commands

Table 1. Commands related to QUERY OPTION
Command Description
SETOPT Updates a server option without stopping and restarting the server.


Feedback