Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 789 Bytes

File metadata and controls

34 lines (23 loc) · 789 Bytes

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:

  • mysql_reference_label
  • postgresql_reference_label

MySQL/MariaDB

mysql_install.rst mysql_configure.rst mysql_using.rst mysql_remove.rst

PostgreSQL

postgres_install.rst postgres_configure.rst postgres_using.rst postgres_remove.rst