mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	ppc64le/discovery/mtms_discovery.rst: cosmetic changes to more than 1 BMC within an IP range
This commit is contained in:
		| @@ -11,7 +11,7 @@ Discover server and define | ||||
|  | ||||
| After environment is ready, and the server is powered, we can start server discovery process. The first thing to do is discovering the FSP/BMC of the server. It is automatically powered on when the physical server is powered. | ||||
|  | ||||
| The following command can be used to discovery BMC within an IP range and write the discovered node definition into a stanza file:: | ||||
| The following command can be used to discover BMC(s) within an IP range and write the discovered node definition(s) into a stanza file:: | ||||
|  | ||||
|   bmcdiscover -s nmap --range 50.0.100.1-100 -z > ./bmc.stanza | ||||
|  | ||||
| @@ -19,7 +19,7 @@ The following command can be used to discovery BMC within an IP range and write | ||||
|  | ||||
|         bmcdiscover -s nmap --range 50.0.100.1-100 -z -u <username> -p <password> > ./bmc.stanza | ||||
|  | ||||
| You need to modify the node definition in stanza file before using them, the stanza file will be like this:: | ||||
| You need to modify the node definition(s) in stanza file before using them, the stanza file will be like this:: | ||||
|   | ||||
|   # cat pbmc.stanza | ||||
|   cn1: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user