Verifying Database Engine is Running
To verify that the PSQL engine is running, see the procedure for your platform and engine:
PSQL Server on Windows
You can use the Services function of the Windows control panel.
1
At the operating system, open Services under Administrative Tools.
2
Both of these services must be started if PSQL is to function correctly.
The Status column displays whether or not the service is currently running. The Startup column indicates whether the service is set to automatically start on system startup or start manually.
Figure 7 Displaying the Services Status
3
PSQL Workgroup on Windows
To verify that the PSQL Workgroup engine is running:
1
Click Start Workgroup Engine from the operating system Start menu or Apps screen.
By default, the MicroKernel allocates resources and is ready to service local application database requests.
1
Click Stop Workgroup Engine from the operating system Start menu or Apps screen.
*Note: You will receive a warning message when trying to stop the engine if any of the following is true:

- There are active clients.
- No activity took place since the engine was loaded.
- Fewer than 10 seconds have elapsed since the last operation took place.
PSQL Server on Linux or OS X
You can verify that the engine (mkded) is running with the Linux ps utility.
Run the following at a command line:
ps -e | egrep 'mkded'
Run the following at the command line under the root user account:
etc/init.d/psql start