Let's say the domain name for my cluster is "ocg.org", this is what a node entry looks like in dhcpd.conf:

subnet 192.168.0.0 netmask 255.255.255.0 {
        group {
                host oscar01{
                        hardware ethernet 00:02:B3:18:AB:BE;
                        fixed-address 192.168.0.11;
                        filename "pxelinux.0";
                        option routers 192.168.0.2;
                        option domain-name "ocg.org ocg.org";
                        next-server oscar_server;
                }
 
Notice that "ocg.org" gets repeated in "domain-name".
 
This causes issues withe SystemImager and SystemConfigurator as I get the following messages on the console during imaging:
---
Using DHCP server (very deprecated) as IMAGESERVER: 192.168.0.2
bound to 192.168.0.11 -- renewal in 21600 seconds.
/etc/init.d/rcS: /tmp/dhcp_info.eth0: 3: ocg.org: not found
---
 
and later on with SystemConfigurator:
 
---
open_sock(): No such device
NETWORK_DOMAINNAME expects an argument at line 3
Probing devices to guess BIOS drives. This may take a long time.
---
 
And the resulting node's hostname is:
 
oscar01
 
where it should be "oscar01.ocg.org".
 
(at least on a Red Hat system anyways).
 
I know that I have requested for the feature to have multiple search domains, but perhaps this is not the right solution to do this...
 
Thoughts?
 
Cheers,
 
Bernard
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to