Configuration tool usage
You can use the command-line configuration tool to view or set parameter values for a server. The tool is installed as part of the IBM® Content Search Services server installation. You indirectly set many of the server parameter values when you install the server.
Use the following command-line syntax to run the configuration tool:
configTool command -configPath path [-locale setting]
[... other arguments ...]
For example, use the following syntax to view the current values for all server parameters:
/user/server/configTool.sh list -system -configPath "/user/server/config" -locale fr- configTool
- The configTool is the script that you use
to run the configuration tool. For the Windows platform, the script is
configTool.bat. For all other platforms, the script isconfigTool.sh. The script is in theserver-home/bindirectory, where server-home is the root directory for the installed server. - command
- The command is a command option such as help.
For information about other commands, see the following topics:
- Getting authentication tokens
- Getting system information
- Setting the update interval for index pipeline statistics
For information about setting configuration tool parameters, see Configuration tool parameters.
- path
- -configPath. The path is the path to the directory that contains the
configuration.xmlfile. This file contains the configuration information for the server. The default path for a server installation depends on the operating system:- UNIX:
/opt/IBM/Content_Search_Services/CSS_Server/bin/config - Windows:
C:\Program Files\IBM\Content Search Services\CSS Server\config
- UNIX:
- setting
- -locale (optional). For information about the locale setting, see Locale setting.