PreviousGetting Started with Pervasive PSQL v9 SP2 (9.5) (Server Edition) (v9 SP2 (9.5) revision 1) Next

Verifying Database Engine is Running

Chapter contents

To verify that the Pervasive PSQL server engine is running, see the procedure for your platform:

Windows

You can use the Services function of the Windows control panel.

Using the Control Panel to Check Pervasive Services on Windows Servers:

  1. At the operating system, click Start 4 Settings 4 Control Panel.
  2. Double-click Administrative Tools, then double-click Services.
  3. Scroll the list of services until you reach the following services.
    • Pervasive.SQL (transactional)
    • Pervasive.SQL (relational)
    • Both of these services must be started if Pervasive PSQL v9 Service Pack 2 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 19-1 Displaying the Services Status

  4. If a service is not started, right-click on it then click Start.

Linux

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'  

To start the Pervasive PSQL services in Linux:

Enter the following at the command line under the root user account:

etc/rc.d/init.d/psql start

NetWare

You can verify that both engines are running by issuing the same commands that start the engines. NetWare will notify you that they are already loaded.

BSTART 
MGRSTART 

Chapter contents
Book contents

Prev topic: Diagnosing Problems with Pervasive System Analyzer (PSA)
Next topic: Obtaining File, Client, and Engine Version Number