Stopping the LTM

You can shut down the LTM from the user interface in Windows, or in other circumstances by issuing a command.

To stop the LTM on Windows when the LTM is not running as a service
To stop the LTM by issuing a command
  1. Connect to the LTM from isql using the LTM_admin_user login name and password in the LTM configuration file. The user ID and password are case sensitive.

  2. Stop the LTM using the SHUTDOWN statement.

Example

The following statements connect isql to the LTM PRIMELTM, and shut it down:

isql -SPRIMELTM -UDBA -Psql
1> shutdown
2> go