mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	Remove trailing spaces in file xCAT/templates/e1350/README
This commit is contained in:
		| @@ -5,7 +5,7 @@ The set of *.csv files in this directory are sample xCAT table values that | ||||
| you may wish to use as templates for defining your xCAT cluster. | ||||
| The data is based on defining a cluster using the address scheme given in: | ||||
| http://download.boulder.ibm.com/ibmdl/pub/systems/support/system_x_pdf/intelligent_cluster_factory_settings_05.24.12b.pdf. | ||||
| Additional information on using xCAT 2.0 can be found at  | ||||
| Additional information on using xCAT 2.0 can be found at | ||||
| http://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_iDataPlex_Cluster_Quick_Start. | ||||
|  | ||||
| Check the 1350 default templates to see if they apply to your environment. | ||||
| @@ -13,21 +13,21 @@ If you decide to use some of these templates, modify them, or create your own, | ||||
| you can first edit the files and then load them into the database, or load the | ||||
| files first and then edit the database once they are loaded. | ||||
|  | ||||
| To load a file, use the tabrestore command on each template to load the tables  | ||||
| To load a file, use the tabrestore command on each template to load the tables | ||||
| in the database. | ||||
|  | ||||
| To load the database tables: | ||||
|    for i in *.csv; do tabrestore $i; done | ||||
|  | ||||
| To verify that a table has been correctly loaded, run "tabdump <tablename>".    | ||||
| For example:  | ||||
|    tabdump nodetype  | ||||
| To verify that a table has been correctly loaded, run "tabdump <tablename>". | ||||
| For example: | ||||
|    tabdump nodetype | ||||
|  | ||||
|  | ||||
| You can add nodes to the database by using the nodeadd command.  | ||||
| See the example below and details in http://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_iDataPlex_Cluster_Quick_Start.   | ||||
| You can add nodes to the database by using the nodeadd command. | ||||
| See the example below and details in http://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_iDataPlex_Cluster_Quick_Start. | ||||
|  | ||||
| For example, to add 2048 IPMI rackmount nodes which happen to start  | ||||
| For example, to add 2048 IPMI rackmount nodes which happen to start | ||||
| at the first U of the first rack, with each rack having a 1U switch | ||||
| and 41 servers plugged into that switch, numbered 1-41 in order, | ||||
| with the nodes named node1-node2048, and members of groups named | ||||
|   | ||||
		Reference in New Issue
	
	Block a user