mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	modified depending on comments
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 ] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user