+ -
当前位置:首页 → 问答吧 → Postgres Plus(R) Advanced Server发行版里的README

Postgres Plus(R) Advanced Server发行版里的README

时间:2010-08-05

来源:互联网

****************************************
Postgres Plus(R) Advanced Server
EnterpriseDB Corporation
****************************************
Postgres Plus Advanced Server - Qualified Platforms
---------------------------------------------------
Postgres Plus Advanced Server 8.4 has been tested and qualified on the following
platforms:
CentOS 5.x
Red Hat Enterprise Linux 5.x
SUSE Linux Enterprise Server 11.x
        Ubuntu 9.04, 9.10 and 10.04
The following platforms are commonly used in our labs by our development
and testing groups. We do not, however, recommend using these platforms in a
production environment.
Fedora 10.x, 11.x and 12.x
openSUSE 11.x
Ubuntu LTS 8.04

Installing Postgres Plus Advanced Server with the Graphical Installer
---------------------------------------------------------------------
You must have superuser privileges to install Postgres Plus Advanced Server.  
Follow these steps to install Postgres Plus Advanced Server with the
Graphical Installer:
Download the installation archive.  Open a terminal window, and navigate to the
directory that contains the archive.  Unpack the archive with the command:
    # tar -zxvf ./ppasmeta-8.4.4-10-linux.tar.gz
   
The 'tar' command unpacks the archive into a new subdirectory whose name is
derived from the name of the installer.  To start the installation wizard, navigate
to the new subdirectory and enter the command:
    # ./ppasmeta-8.4.4-10-linux.bin
Follow the onscreen dialogs to complete the installation.
   
Installing Postgres Plus Advanced Server at the Command Line
------------------------------------------------------------
You must have superuser privileges to install Postgres Plus Advanced Server.  
Use the "--mode text" option to start the installation script.  Navigate to the
directory containing the installer, and enter the command:
    # ./ppasmeta-8.4.4-10-linux.bin --mode text
Follow the script to complete the command line installation.
  
   
General Notes
-------------
During the installation process, Advanced Server creates a file that contains
additional environment variables that make it easier to access Advanced Server
executables.  You can find the file at ($EDB_HOME/pgplus_env.sh).  
Usage instructions are included in the file.  
If you encounter difficulty displaying Java-based applications (controls or text
not being displayed correctly, or blank windows), upgrading to the latest
libxcb-xlib libraries should correct the problem on most linux distributions.
Please visit the following link for other possible work-arounds:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373
----------
If SELinux is installed and enabled on your system, you must set SELinux to
permissive mode before installing Postgres Plus Advanced Server; the specific
command you use may vary depending on the Linux distribution.  
The following example works on Redhat Enterprise Linux, Fedora Core or CentOS
distributions; use comparable commands that are compatible with your Linux
distribution to set SELinux to Permissive mode during installation and return
it to Enforcing mode when installation is complete.
Before installing Postgres Plus Advanced Server, set SELinux to Permissive mode
with the command:
   
    # setenforce Permissive
   
When the installation is complete, return SELinux to Enforcing mode with the
command:
    # setenforce Enforcing   
   
----------
Either xterm, konsole, or gnome-terminal must be installed on your system to
execute any console-based program installed by the Postgres Plus Advanced Server
installer.  Without a console program, you will not be able to:
    * Launch EDB*Plus from Migration Studio
    * Launch edb-psql from Migration Studio
    * Use menu items to edit configuration files
----------   
PL/Perl and PL/TCL shipped with Postgres Plus Advanced Server are compatible
with ActivePerl 5.10 and ActiveTcl 8.5 respectively.

JDBC Drivers
------------
Oracle Client Connectivity
--------------------------
Before connecting Advanced Server to an Oracle database, you must download and
install the Oracle JDBC driver (ojdbc14.jar) from the Oracle website.  You can find
a link to the free JDBC driver at:
    http://www.enterprisedb.com/downloads.do
Download the ojdbc14.jar file and place it in the /jre/lib/ext directory under your
Postgres Plus Advanced Server home directory.  When the .jar file is in place, you
can establish a connection to an Oracle server with Migration Studio.
MySQL Client Connectivity
-------------------------
Before connecting Advanced Server to a MySQL database, you must download and
install the MySQL JDBC driver (mysql-connector-java-5.0.4-bin.jar) from the MySQL
website.  You can find a link to the free JDBC driver at:
    http://www.enterprisedb.com/downloads.do
Download the mysql-connector-java-5.0.4-bin.jar file and place it in the
/jre/lib/ext directory under your Postgres Plus Advanced Server home directory.  
When the .jar file is in place, you can establish a connection to a MySQL server
with Migration Studio.

Supported Locales
-----------------
This product has been certified for the following locales:
         en_US        United States English
         zh_HK        Traditional Chinese with Hong Kong SCS
         zh_TW        Traditional Chinese for Taiwan
         zh_CN        Simplified Chinese
         ja_JP        Japanese
         euc_KR       Korean
Advanced Server has been used successfully in some additional locales without
our certification.  We are working to certify our products on other locales;
these locales will be included in future releases.  Developers creating
localized applications are invited to test their products and report problems
to us.

作者: renxiao2003   发布时间: 2010-08-05

安装前必看此文件

作者: agen_0502   发布时间: 2010-08-07