Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

acfg is a tool to display CLAIMS Direct configuration information as seen by other tools. This is mainly a trouble-shooting tool for database and index connectivity.

Code Block
languagetext
  ./bin/acfg [ Options ...]
  --source    Display location of configuration file
  --database  Display only database entries
  --index     Display only index entries
  --all       Display entire configuration (default)
  --help      Display this usage and exit

...

Show entire configuration

Code Block
languagetext
acfg --all
 
Using configuration from: /etc/alexandria.xml


Configured databases:
	alexandria: [alexandria; 192.168.10.9; 5432]
	customers: [customers; 10.234.1.25; 5432]


Configured Indices:
	alexandria (http://192.168.10.61:8080/alexandria-v2.1):

...