2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00

remove the node specific commands to prevent confusing

This commit is contained in:
immarvin
2015-09-18 03:21:59 -04:00
parent 3bd118ea1f
commit 6e3d990900

View File

@ -8,14 +8,6 @@ There are 4 commands in xCAT to manage the objects:
* ``lsdef`` : list object definitions
* ``rmdef`` : remove object definitions
There are 5 commans in xCAT to manage the node objects:
* ``nodels`` : list the nodes and their attributes
* ``nodeadd`` : add nodes to the xCAT cluster database
* ``nodech`` : change nodes' attributes in the xCAT cluster database
* ``noderm`` : removes the nodes in the noderange from all database table
* ``nodepurge`` : automatically removes all nodes from the database and any related configurations used by the node.
For details on these commands, please refer to [TODO the manpage] or run ``man <command>``.