From e8bec57bf207ed23eb1dc2f90a69baa80e8838a1 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 31 Mar 2011 10:54:52 +0000 Subject: [PATCH] Modify man page for the modification on redundancy and noderange. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9196 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/xcatsetup.8.pod | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/xCAT-client/pods/man8/xcatsetup.8.pod b/xCAT-client/pods/man8/xcatsetup.8.pod index fb079e714..7607e5429 100644 --- a/xCAT-client/pods/man8/xcatsetup.8.pod +++ b/xCAT-client/pods/man8/xcatsetup.8.pod @@ -77,14 +77,6 @@ If you want to delete all of the nodes that xcatsetup created, and start over, u The B command has only been implemented and tested for system p servers so far. -=item * - -Redundant BPAs and FSPs are not yet supported. - -=item * - -Hostname ranges must start with 1 (or 01, etc.). I.e. use node01-node80, instead of node03-node83. - =back =head2 Configuration File @@ -96,12 +88,18 @@ text and the numbers. For example, hmc1-hmc3 could be changed to hwmgmt01-hwmgm The hostnames specified must sort correctly. I.e. use node01-node80, instead of node1-node80. This sample configuration file is for a 2 building block cluster. + xcat-service-lan: + # IP range used for DHCP. If you set the entry, the networks table will be filled + # automatically with this range and the dhcp interface will be set in the site table. + dhcp-dynamic-range = 50.0.0.0-50.0.0.200 + xcat-site: domain = cluster.com # currently only direct fsp control is supported use-direct-fsp-control = 1 # ISR network topology. For example, one of the following: 128D, 64D, 32D, 16D, 8D, 4D, 2D, 1D topology = 32D + # The nameservers in site table will be set with the value of master automatically. xcat-hmcs: hostname-range = hmc1-hmc2