OLAP Miner User's Guide


Stopping the OLAP Miner server on Windows and AIX

On Windows or on AIX running in the foreground, to stop the OLAP Miner server, enter exit at the command line. Then press Enter.

On AIX, to stop the OLAP Miner server when it is running in the background:

  1. Find the process ID for the OMServer.jar Java application. For example, enter
    ps -ef | grep OMServer.jar
    
  2. End the process by issuing the kill command with the returned process ID.

    Do not use the kill -9 command. If you do, the OLAP Miner server does not clean up any resources that it is using.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]