mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-26 06:11:11 +00:00
build-utils
docs
java-xCAT
perl-xCAT
src
xCAT
xCAT-IBMhpc
xCAT-OpenStack
xCAT-OpenStack-baremetal
xCAT-OpenStack-ironic
xCAT-SoftLayer
xCAT-UI
xCAT-buildkit
xCAT-client
xCAT-confluent
xCAT-csm
xCAT-genesis-builder
xCAT-genesis-scripts
xCAT-probe
xCAT-rmc
xCAT-server
xCAT-test
xCAT-vlan
xCATsn
.gitignore
README.rst
Version
build-ubunturepo
buildcore.sh
builddep.sh
buildlocal.sh
comps.xml
create_man_pages.py
makegenesisbuilderrpm
makerpm
Realized that the large cluster support and the advanced hierarchical pages are the same. This initial commit does some refactoring of the pages. Left around the define_service_node.rst page but it's not in the index. We need to verify that the content is correct in define_service_nodes.rst
35 lines
789 B
ReStructuredText
35 lines
789 B
ReStructuredText
Configure a Database
|
|
====================
|
|
|
|
xCAT uses the SQLite database (https://www.sqlite.org/) as the default database and it is initialized during xCAT installation of the Management Node. If using Service Nodes, SQLite **cannot** be used because Service Nodes require remote access to the xCAT database. One of the following databases should be used:
|
|
|
|
* :ref:`mysql_reference_label`
|
|
* :ref:`postgresql_reference_label`
|
|
|
|
|
|
.. _mysql_reference_label:
|
|
|
|
MySQL/MariaDB
|
|
-------------
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
mysql_install.rst
|
|
mysql_configure.rst
|
|
mysql_using.rst
|
|
mysql_remove.rst
|
|
|
|
|
|
.. _postgresql_reference_label:
|
|
|
|
PostgreSQL
|
|
----------
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
postgres_install.rst
|
|
postgres_configure.rst
|
|
postgres_using.rst
|
|
postgres_remove.rst
|
|
|