
| Prev | Getting Started with Pervasive.SQL (Server edition) | Next |
Installation Information
For all installations, the package manager copies all necessary files onto disk (default location is
/usr/local/psql) and runs a post-installation script which performs the following tasks:
- Creates user
psqland grouppvsw- Sets
user:groupownership topsql:pvswfor the installed files- Stops Pervasive.SQL daemons if they are running
- Applies a 10 user, 30 day limited license
- Launches both Pervasive.SQL daemons -
mkdedandsqlmgr- Creates a new ODBC DSN (data source name) for the DEMODATA test database
- Creates a new Samba share
PSQLDATAif Samba configuration file is found- Creates startup/shutdown scripts for Pervasive.SQL daemons
After the installation script is finished, you should verify that both engines (
mkded- transactional,sqlmgr- relational) are running with the Linuxpsutility:Type the following at the command prompt:
ps -e | egrep 'mkded|sqlmgr'You can verify that the RPM packager installed the Pervasive.SQL package by issuing the following case-sensitive command at a terminal window:
rpm -q 'Pervasive.SQL'User Count License
It is highly recommended that you go through the README file to find out the latest information on updating your user count information.
Once you have completed installation, you may need to update your user count license by using the
clilcadmutility. It can be done anytime before using Pervasive.SQL from a client. Information about how to do this can be found in Pervasive.SQL User's Guide (see License Administrator ). Detailed information aboutclilcadmcan also be found in the man pages and in the documentation forclilcadmlocated in the "Linux Supplementary Documentation" section of Pervasive.SQL User's Guide.
Note
You must be a member of grouppvswto run theclilcadmutility. See Pervasive.SQL Account Management on Linux for more information.
Accessing README file information
It is highly recommended that you go through the README file to find out the latest changes and additions to Pervasive.SQL V8.
| Prev Installing the Pervasive.SQL Server Components using Tar |
Contents Up Check for Revisions | Next Configuring Pervasive.SQL for Linux |