Help and General Options

These options work with any ttGridAdmin command or, for help, at the top level without any command.

ttGridAdmin [-h | -help | -?] [command] 

ttGridAdmin [-o json] [-timeout n] command [-command_option] ...

Options

ttGridAdmin has the general options:

Option Description

-h

-help

-?

Display help information.

If specified by itself, this option categorizes and lists ttGridAdmin commands. For example:

ttGridAdmin -h

if specified with a command, this option displays syntax and option descriptions for the given command. For example:

ttGridAdmin -h dbCreate

-o json

Choose JSON output.

Output for the command will be in JSON format. (Otherwise, output is in human-readable format.)

Important: There is no guarantee of JSON output compatibility between TimesTen releases.

-timeout n

Maximum number of seconds to wait for a long-running operation to complete. The default is 600.

Note that as ttGridAdmin runs a command, it may run operating system commands as well. It will wait for the specified number of seconds for such operations to complete. If an operation does not complete within the specified number of seconds, the ttGridAdmin command being run fails.