Verifying Database Engine is Running
To verify that the Pervasive PSQL engine is running, see the procedure for your platform and engine:
Windows Server (Non-Vista)
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 Pervasive 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
Windows Workgroup
To verify that the Pervasive 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 loaded.
- 10 seconds has not elapsed since the last operation took place.
Linux Server
You can verify that the engine (mkded) is running with the Linux ps utility:
Type the following at a command line:
ps -e | egrep ‘mkded’
Enter the following at the command line under the root user account:
etc/init.d/psql start