hi,

I've identified the problem that prevents clients sge post deploy script to run 
successfully.

It's because the hostname is FQDN while there is no access to any DNS server 
from the private network.

A way to circumvent this is to remove  option domain-name "intra.cea.fr" from 
dhcpd.conf IF (only if):

1 == select rfc1918 from Networks where n_id=(select network_id from Nics where 
name = (select headnode_interface from Clusters));

After that, if you install a node on a private network, the hostname command 
returns the base hostname without any dns appended (non-FQDN).
Then, sge feels better.

The problem. I'm bad at mysql complex request, and I'm conviced that there are 
far better way to do a request that checks if oscar pravate interface is on a 
private network (rfc1918).

Geoffroy, any idea?

-- 
        Olivier LAHAYE
        CEA Saclay
        DRT-LIST-DETECS-SSTM

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to