mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +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:
		
										
											Binary file not shown.
										
									
								
							@@ -1,2 +1,4 @@
 | 
			
		||||
Network Services which are used in xCAT
 | 
			
		||||
==================================
 | 
			
		||||
Network Services
 | 
			
		||||
================
 | 
			
		||||
 | 
			
		||||
The following network services are used by xCAT...
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
-------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,9 @@
 | 
			
		||||
xCAT Object
 | 
			
		||||
===========
 | 
			
		||||
Objects
 | 
			
		||||
=======
 | 
			
		||||
 | 
			
		||||
Node Object
 | 
			
		||||
-----------
 | 
			
		||||
Node Range
 | 
			
		||||
.. toctree::
 | 
			
		||||
   :maxdepth: 2
 | 
			
		||||
 | 
			
		||||
OSimage Object
 | 
			
		||||
--------------
 | 
			
		||||
 | 
			
		||||
Group Object
 | 
			
		||||
------------
 | 
			
		||||
   node.rst
 | 
			
		||||
   osimage.rst
 | 
			
		||||
   nodegroup.rst 
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,6 @@
 | 
			
		||||
``node``
 | 
			
		||||
========
 | 
			
		||||
 | 
			
		||||
Node Range
 | 
			
		||||
----------
 | 
			
		||||
 | 
			
		||||
@@ -0,0 +1,2 @@
 | 
			
		||||
``nodegroup``
 | 
			
		||||
=============
 | 
			
		||||
@@ -0,0 +1,2 @@
 | 
			
		||||
``osimage``
 | 
			
		||||
===========
 | 
			
		||||
		Reference in New Issue
	
	Block a user