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:
		| @@ -1,10 +1,11 @@ | ||||
| xCAT probe | ||||
| ========== | ||||
|  | ||||
| xCAT offers a tool **probe** to help customer to use xCAT. | ||||
| 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  :: | ||||
|  | ||||
|     # xcatprobe -l | ||||
|     osdeploy                 Probe for OS provision process, realtime monitor of OS provision process. | ||||
|     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. | ||||
|   | ||||
| @@ -20,6 +20,7 @@ For example, run command on Management Node :: | ||||
|   | ||||
| Output will be like this :: | ||||
|  | ||||
|     # xcatprobe xcatmn -i eth0 | ||||
|     [MN]: Sub process 'xcatd: SSL listener' is running                                                                [ OK ] | ||||
|     [MN]: Sub process 'xcatd: DB Access' is running                                                                   [ OK ] | ||||
|     [MN]: Sub process 'xcatd: UDP listener' is running                                                                [ OK ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user