Hi,

Am 28.08.2015 um 23:04 schrieb Dimar Jaime González Soto:

> Hi every one I have configurated a network following the steps of this site : 
> http://verahill.blogspot.cl/2012/06/setting-up-sun-grid-engine-with-three.html
> 
> The issue is when I got "localhost" like host name when I run qhost:
> 
> cbuach@ubuntu-frontend:~$ qhost
> HOSTNAME                ARCH         NCPU  LOAD  MEMTOT  MEMUSE  SWAPTO  
> SWAPUS
> -------------------------------------------------------------------------------
> global                  -               -     -       -       -       -       
> -
> localhost               lx26-amd64     16     -   31.4G       -   48.4G       
> -
> ubuntu-node1            -               -     -       -       -       -       
> -
> 
> Plus like you see it doesn't have comunication with node "ubuntu-node1".
> 
> My host file in ubuntu-frontend is:
> 127.0.0.1       localhost       ubuntu-frontend
> 127.0.1.1       ubuntu-frontend
> 10.10.1.1       ubuntu-frontend
> 10.10.1.2       ubuntu-node1
> 10.10.1.3     ubuntu-node2
> 10.10.1.4     ubuntu-node3
> 10.10.1.5     ubuntu-node4
> 10.10.1.6     ubuntu-node5
> 10.10.1.7     ubuntu-node6
> 10.10.1.8     ubuntu-node7
> 10.10.1.9       ubuntu-node8
> 10.10.1.10      ubuntu-node9
> 10.10.1.11      ubuntu-node10
>  
> In ubuntu-node1 the hostfile is:
> 
> 127.0.0.1       localhost       ubuntu-node1
> 127.0.1.1       ubuntu-node1
> 10.10.1.1       ubuntu-frontend
> 
> 
> I think that are issues related to the hosts files.  Any help would be great.

Yep, each node should have an unique entry. Usually I would expect something 
like:

127.0.0.1       localhost
10.10.1.1       ubuntu-frontend
10.10.1.2       ubuntu-node1
...

127.0.1.1 seems to be used in Debian for an additional loop back interface, 
like 127.0.0.2 on openSUSE to address the local machine even by its name in 
case it's offline. This feature we don't need in a cluster.

-- Reuti


> 
> _______________________________________________
> users mailing list
> [email protected]
> https://gridengine.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to