diff --git a/docs/source/advanced/probe/index.rst b/docs/source/advanced/probe/index.rst index ba35db10a..371ff79ef 100644 --- a/docs/source/advanced/probe/index.rst +++ b/docs/source/advanced/probe/index.rst @@ -6,7 +6,7 @@ xCAT offers a new tool suite, which called **xCAT probe**, to help customer to p You can use ``xcatprobe -l`` to list all valid subcommand, output will be as below :: # xcatprobe -l - osdeploy Probe for OS provision process, realtime monitor of OS provision process. + osdeploy Probe operating system provision process. Supports two modes - 'Realtime monitor' and 'Replay history'. xcatmn After xcat installation, use this command to check if xcat has been installed correctly and is ready for use. Before using this command, install 'tftp', 'nslookup' and 'wget' commands. switch-macmap To retrieve MAC address mapping for the specified switch, or all the switches defined in diff --git a/docs/source/advanced/probe/osdeploy.rst b/docs/source/advanced/probe/osdeploy.rst index 58efa8d90..aadf8e575 100644 --- a/docs/source/advanced/probe/osdeploy.rst +++ b/docs/source/advanced/probe/osdeploy.rst @@ -74,8 +74,8 @@ When all the nodes complete provision, will exit and output summary as below :: [c910f03c17k20] provision completed.(c910f03c17k20) [c910f03c17k20] provision completed [ OK ] All nodes specified to monitor, have finished OS provision process [ OK ] - ==================conclusion_report================= - All nodes provision successfully [ OK ] + ==================osdeploy_probe_report================= + All nodes provisioned successfully [ OK ] If there is something wrong when provision, will exit when timeout or press ``Ctrl+C`` by user. The maximum time can be set by using ``-t`` as below :: @@ -97,6 +97,6 @@ The outout will be as below :: The install NIC in current server is enp0s1 [INFO] All nodes which will be deployed are valid [ OK ] Start to scan logs which are later than *********, waiting for a while............. - ==================conclusion_report================= - All nodes provision successfully [ OK ] + ==================osdeploy_probe_report================= + All nodes provisioned successfully [ OK ]