Before you can access DB2 OLAP Server:
You can start DB2 OLAP Server in the foreground or in the background.
To start DB2 OLAP Server in the foreground:
$ARBORPATH/bin/ESSBASE
Or, if your path already includes $ARBORPATH/bin, type:
ESSBASE
Tip: If you encounter any errors during startup, check your path and environment settings. If you still encounter problems after verifying your settings, ensure that the appropriate communications protocol is installed and running on your server.
After you verify the information, it will be saved. From then on, you will only be prompted for the system password.
DB2 OLAP Server displays this message when the server is started and ready for use:
Waiting for Client Requests. . .
To start DB2 OLAP Server in the background, type:
ESSBASE password -b &
If you use Korn shell (ksh), and want to detach the server process (which lets the server continue to run after you log off), prefix the ESSBASE command with the nohup command. See your operating system documentation for more information.
It is recommended that you run DB2 OLAP Server in the foreground until your installation is running smoothly. This lets you see any error messages displayed by the server.
To stop DB2 OLAP Server when it is running in the foreground, either:
To Stop DB2 OLAP Server when it is running in the background, use the SHUTDOWN SERVER command in ESSCMD.
To stop OLAP Starter Kit when it is running in the foreground, type EXIT.
To stop OLAP Starter Kit when it is running in the background, use the KILL command from another process.