2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

modified depending on comments

This commit is contained in:
XuWei 2016-10-11 21:21:45 -04:00
parent 80cefd327b
commit 73914c339a
7 changed files with 7 additions and 6 deletions

View File

@ -3,4 +3,3 @@ detect_dhcpd
**detect_dhcp** can be used to detect the dhcp server in a network for a specific mac address.
**TODO**

View File

@ -3,4 +3,3 @@ discovery
**discovery** can be used to probe the discovery process, including pre-check for required configuration and realtime monitor of discovery process.
**TODO**

View File

@ -1,4 +1,3 @@
image
=====
**TODO**

View File

@ -3,7 +3,7 @@ xCAT probe
xCAT offers a new tool suite, which called **xCAT probe**, to help customer to probe all the possible issues in xCAT.
You can use ``xcatprobe -l`` to list all valid subcommand, output will be as below ::
You can use ``xcatprobe -l`` to list all valid subcommands, output will be as below ::
# xcatprobe -l
osdeploy Probe operating system provision process. Supports two modes - 'Realtime monitor' and 'Replay history'.
@ -22,5 +22,6 @@ You can use ``xcatprobe -l`` to list all valid subcommand, output will be as bel
osdeploy.rst
discovery.rst
switch-macmap.rst
nodecheck.rst
osimagecheck.rst

View File

@ -0,0 +1,2 @@
nodecheck
=========

View File

@ -0,0 +1,2 @@
osimagecheck
============

View File

@ -1,4 +1,3 @@
switch-macmap
=============
**TODO**