Hello,
I downloaded the following KUSU image: kusu-1.1.centos-5.x86_64.iso
I used CentOS-5.2-x86_64-bin-DVD.iso to create an 'OS' kit.
I did not have any problems during installation, however when I tried to provision a node, I noticed that DHCP server is not running on the installer node.
The reason is that dhcpd.con file is empty. When I tried re-creating it like this:
I get the following traceback:Code:# genconfig dhcpd > /etc/dhcpd.conf
Here is the network configuration on the cluster:Code:[root@benvmkusu11 ~]# genconfig dhcpd Traceback (most recent call last): File "/opt/kusu/bin/genconfig", line 133, in ? app.run() File "/opt/kusu/bin/genconfig", line 127, in run dbrinst.run(self.plugin, self.action, self.pluginargs) File "/opt/kusu/lib/python/kusu/genconfig.py", line 77, in run pinst.runPlugin(pargs) File "/opt/kusu/lib/plugins/genconfig/dhcpd.py", line 173, in runPlugin [x.ip for x in network.hosts]) File "/opt/kusu/lib/plugins/genconfig/dhcpd.py", line 212, in getNetworkRanges index = ip_range.index(h) ValueError: list.index(x): x not in list [root@benvmkusu11 ~]#
Any suggestion?Code:[root@benvmkusu11 ~]# netedit -l Network ID Device Network Subnet Network Description Interface Type ========== ====== ======= ====== =================== ============== 1 eth1 172.25.254.0 255.255.255.0 public public 2 eth0 10.10.6.0 255.255.255.0 cluster provision


LinkBack URL
About LinkBacks
Reply With Quote
