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
psql
and grouppvsw
- Sets
user:group
ownership topsql:pvsw
for the installed files- Stops Pervasive.SQL daemons if they are running
- Applies a 10 user, 30 day limited license
- Launches both Pervasive.SQL daemons -
mkded
andsqlmgr
- Creates a new ODBC DSN (data source name) for the DEMODATA test database
- Creates a new Samba share
PSQLDATA
if 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 Linuxps
utility: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
clilcadm
utility. 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 aboutclilcadm
can also be found in the man pages and in the documentation forclilcadm
located in the "Linux Supplementary Documentation" section of Pervasive.SQL User's Guide.
Note
You must be a member of grouppvsw
to run theclilcadm
utility. 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 |