velocity-startup

Removes Watson Explorer Engine from maintenance mode, allowing other Watson Explorer Engine processes to start. Additional command-line arguments can be supplied to start the Watson Explorer Engine query service and scheduler.

Synopsis

velocity-startup [-h|-help]
    [-installation-dir /path/to/engine/installation]
    [-quiet]
    [-start-query-service]
    [-start-scheduler]
    [-yes]

Description

The velocity-startup command is located in the bin subdirectory of a Watson Explorer Engine installation. (On Microsoft Windows systems, this command has the .exe file extension.) Executing this command with the right options takes a Watson Explorer Engine installation out of maintenance mode, enabling Watson Explorer Engine processes to be started, but does not actually start any Watson Explorer Engine processes.

Executing the velocity-startup command with the -start-scheduler option starts the Watson Explorer Engine scheduler with a "boot" message, causing the scheduler to start all Watson Explorer Engine services that have been registered to start at boot time. Schedulable services include repository synchronization, building a dictionary, building and emailing a report, running alerts, starting or stopping a search collection crawl, starting or stopping the query service, or testing a specified source.

Executing the velocity-startup command with the -start-query-service option starts the Watson Explorer Engine query service, which enables a Watson Explorer Engine installation to respond to queries.

Note: When starting the embedded Watson Explorer Engine web server for the first time on Microsoft Windows systems that are running the Windows firewall or which support User Account Control (UAC) warnings, your system will display a dialog requesting that you unblock the program in your firewall or otherwise grant the application access to your network. You must approve whichever of these access requests you see in order for applications to be able to use this web server.

Options

Messages

The velocity-startup command displays the message "Velocity has been started" when it is successful. Depending on the command-line options that you specify, you may be prompted for other information or see additional messages, such as the following:

See the Watson Explorer Engine Message Reference Manual for detailed information about any other messages that you may receive from the velocity-startup command.

Exit Status

Exits with status 0 when the command is successful.

Note: On Linux systems, exit codes above 127 are returned by the shell. Please consult the documentation for the shell that you are using for more information.