Stopping Aurea List Manager
Aurea List Manager can be stopped using the UI (User Interface) or command line.
Find the below procedure to start Aurea List Manager in the tables below:
Windows
Stopping Aurea List Manager and Aurea List Manager Web Server Windows service
- Click Start > Settings > Control Panel > Administrative Tools > Services.
- Right-click on the Aurea List Manager Service.
- Select Stop.
- Right-click on the Aurea List Manager Web Service.
- Select Stop.
Stopping Aurea List Manager and Aurea List Manager Web server from the Command prompt
- Open the Aurea List Manager window.
- Press Ctrl+C.
- Open the Aurea List Manager Server window.
- Press Ctrl+C.
Unix
Stopping Aurea List Manager
- Log on as
root
. -
Change to the Aurea List Manager directory. For example
/usr/local/lm/bin
. -
Run
./S96lm stop
to stop Aurea List Manager. -
Run
./S96httpd-lm stop
to stop the Aurea List Manager web server. - When running ES 2.1, the webserver may not respond to
S96httpd-lm stop
. If that is the case, the process may be terminated usingkill -9
.