2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-05 21:10:09 +00:00

Made some changes to the basic_concepts, mostly what I had discussed with Xiao Peng

through xcat2/xcat-doc pull request #14
This commit is contained in:
Victor Hu 2015-08-13 16:17:54 -04:00
parent ea96577fe9
commit e88bb075fa
7 changed files with 38 additions and 20 deletions

View File

@ -1,2 +1,4 @@
Network Services which are used in xCAT
==================================
Network Services
================
The following network services are used by xCAT...

View File

@ -1,11 +1,20 @@
xCAT Database
=============
Database
========
Definition of xCAT DB
---------------------
xCAT stores all the persistent data used to manage clusters in a database.
How to Manipulate xCAT DB
-------------------------
As the administrator, you can use a set of table oriented commands to modify the data (**recommended**), or directly modify the table using the ``tabedit`` command.
How to Use Regular Expression in xCAT DB
----------------------------------------
For a more indepth overview see the manpage for xcatdb: ``man xcatdb``
Commands
--------
Object Definitions
------------------
Node Groups
-----------
Regular Expressions
-------------------

View File

@ -1,12 +1,9 @@
xCAT Object
===========
Objects
=======
Node Object
-----------
Node Range
.. toctree::
:maxdepth: 2
OSimage Object
--------------
Group Object
------------
node.rst
osimage.rst
nodegroup.rst

View File

@ -0,0 +1,6 @@
``node``
========
Node Range
----------

View File

@ -0,0 +1,2 @@
``nodegroup``
=============

View File

@ -0,0 +1,2 @@
``osimage``
===========