Hi All,

I need to add a network to my Gridengine master host, which already has three 
networks.
But when I stop sge_master, add the network and try to start, it won't restart. 
 


In /etc/hosts:

127.0.0.1       localhost.localdomain localhost
#
::1             localhost6.localdomain6 localhost6
#
10.99.203.190   test.manchester.ac.uk  test
#
10.2.49.100     login-stg.test.manchester.ac.uk  login-stg
#
10.2.2.250      login.test.manchester.ac.uk login
10.3.3.250      login-3.test.manchester.ac.uk login-3


In host_aliases:

login.test.manchester.ac.uk login login-3.test.manchester.ac.uk login-3 
login-stg.test.manchester.ac.uk login-stg test.manchester.ac.uk test


Some tests:

hostname 
login.test.manchester.ac.uk

hostname -f
login.test.manchester.ac.uk


root@test>  ./gethostbyname -aname login-3
login.test.manchester.ac.uk
root@test>  ./gethostbyname -aname login-3.test.manchester.ac.uk
login.test.manchester.ac.uk
root@test>  ./gethostbyname -aname login.test.manchester.ac.uk
login.test.manchester.ac.uk
root@test>  ./gethostbyname -aname login
login.test.manchester.ac.uk
root@test>  ./gethostbyname -aname test
login.test.manchester.ac.uk
root@test>  ./gethostbyname -aname test.manchester.ac.uk
login.test.manchester.ac.uk
root@test>  ./gethostbyname -aname login-stg.test.manchester.ac.uk
login.test.manchester.ac.uk
root@test>  ./gethostbyname -aname login-stg
login.test.manchester.ac.uk


root@test>  ./gethostbyaddr -aname 10.99.203.190
login.test.manchester.ac.uk
root@test>  ./gethostbyaddr -aname 10.2.2.250
login.test.manchester.ac.uk
root@test>  ./gethostbyaddr -aname 10.3.3.250
login.test.manchester.ac.uk
root@test>  ./gethostbyaddr -aname 10.2.49.100
login.test.manchester.ac.uk


What am I missing?

Cheers

Simon












-- 


Attachment: pgp4BCgpRuTTj.pgp
Description: PGP signature

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

Reply via email to