2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 09:10:23 +00:00

Clean up some wording in postgres install page

This commit is contained in:
Victor Hu
2015-07-21 14:47:38 -04:00
parent 771531161e
commit 7f7bbf39f4
2 changed files with 7 additions and 5 deletions

View File

@@ -14,9 +14,11 @@ SQLite
SQLite database is the default database used by xCAT and is initialized when xCAT is installed on the management node.
SQLite is a small, light-weight, daemon-less database that requires no configuration or maintenance. This database is sufficient for small to moderate size systems ( < 1000 nodes ) when xCAT hierarchy (*service nodes*) is not being used. The SQLite database cannot be used for hierarchy because service nodes requires remote access to the database and SQLite does not support remote access.
SQLite is a small, light-weight, daemon-less database that requires no configuration or maintenance. This database is sufficient for small to moderate size systems ( < 1000 nodes )
For hierarchy, you will need to use one of the following alternate databases.
**The SQLite database can NOT be used for xCAT hierarchy support because service nodes requires remote access to the database and SQLite does NOT support remote access.**
For xCAT hierarchy, you will need to use one of the following alternate databases:
MySQL/MariaDB
-------------

View File

@@ -7,7 +7,7 @@ PostgreSQL packages are shipped as part of most Linux Distributions.
Redhat Enterprise Linux
-----------------------
Using yum, install the requires postgres rpms: ::
Using yum, install the following rpms: ::
yum install postgresql-libs-* postgresql-server-* postgresql-*
yum install perl-DBD-Pg*
@@ -18,7 +18,7 @@ Suse Linux Enterprise Server
**Note:** On SLES, ``perl-DBD`` packages are provided on the SDK iso images.
Using zyppr, install the requires postgres rpms: ::
Using zyppr, install the following rpms: ::
zyppr install postgresql-libs-* postgresql-server-* postgresql-*
zyppr install perl-DBD-Pg*
@@ -27,7 +27,7 @@ Using zyppr, install the requires postgres rpms: ::
Debian/Ubuntu
-------------
Using apt, install the requires postgres packages: ::
Using apt, install the following packages: ::
apt install postgresql libdbd-pg-perl