mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-18 01:00:23 +00:00
Clean up some wording in postgres install page
This commit is contained in:
@@ -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
|
||||
-------------
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user