2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Merge pull request #321 from pdlun92/docupdate1

fixed links in hierarchy DB setup
This commit is contained in:
Victor Hu 2015-10-26 14:03:37 -04:00
commit 5bfd9c7f19
3 changed files with 3 additions and 32 deletions

View File

@ -5,7 +5,7 @@ Hierarchical Clusters
:maxdepth: 2
introduction.rst
setup_mn_hierachical_database.rst
setup_mn_hierarchical_database.rst
define_service_node.rst
configure_dhcp.rst
setup_service_node.rst

View File

@ -1,27 +0,0 @@
Setup the MN Hierarchical Database
==================================
Before setting up service nodes, you need to set up either MySQL, PostgreSQL,
as the xCAT Database on the Management Node. The database client on the
Service Nodes will be set up later when the SNs are installed. MySQL and
PostgreSQL are available with the Linux OS.
Follow the instructions in one of these documents for setting up the
Management node to use the selected database:
MySQL or MariaDB
----------------
* Follow this documentation and be sure to use the xCAT provided mysqlsetup
command to setup the database for xCAT:
.. TODO http link
- `Setting_Up_MySQL_as_the_xCAT_DB <http://localhost/fake_todo>`_
PostgreSQL:
-----------
* Follow this documentation and be sure and use the xCAT provided pgsqlsetup
command to setup the database for xCAT:
.. TODO http link
- `Setting_Up_PostgreSQL_as_the_xCAT_DB <http://localhost/fake_todo>`_

View File

@ -14,14 +14,12 @@ MySQL or MariaDB
* Follow this documentation and be sure to use the xCAT provided mysqlsetup
command to setup the database for xCAT:
.. TODO http link
- `Setting_Up_MySQL_as_the_xCAT_DB <http://localhost/fake_todo>`_
- :doc:`/guides/admin-guides/large_clusters/databases/mysql_install`
PostgreSQL:
-----------
* Follow this documentation and be sure and use the xCAT provided pgsqlsetup
command to setup the database for xCAT:
.. TODO http link
- `Setting_Up_PostgreSQL_as_the_xCAT_DB <http://localhost/fake_todo>`_
- :doc:`/guides/admin-guides/large_clusters/databases/postgres_install`