Thank you very much!!!

WoW!! I managed to fix it !!!

I had to change several files! Finally i have this files in this way:

$ hostname
proyecto-192.local

$ cat /etc/hosts
127.0.0.1   localhost localhost.local
192.168.56.101 proyecto-192 proyecto-192.local
10.0.2.15 proyecto-10 proyecto-10.local

$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
HWADDR=08:00:27:F3:80:43
ONBOOT=yes
BOOTPROTO=dhcp
HOSTNAME=proyecto-192

$ cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
HWADDR=08:00:27:14:C4:0C
ONBOOT=yes
BOOTPROTO=dhcp
HOSTNAME=proyecto-10

$ cat /usr/global/sge-6.2u5-bin/default/common/act_qmaster
proyecto-192

Thank you very much!!!


2011/7/11 Dave Love <[email protected]>

> Carlos Scaloni <[email protected]> writes:
>
> > Hi and thanks again! The hostname is:
> >
> > $ hostname
> > proyecto-192.local
> >
> > I think I changed the hostname manually! This is the file /etc/hosts
>
> I've lost the thread after exchange trashed my imap folder, but I think
> you need the GE utilbin/.../gethostname program.  I thought the
> installation scripts did the relevant sanity, though.
>
> > The ports that the host is using:
> >
> > $ nmap cb.vu
>
> That doesn't look like the problem, but I think nmap won't show the
> standard GE ports by default.
>
> > And the file /etc/services doesn't have any line for ports 6444 and 6445
>
> It doesn't necessarily need to, but it's good idea to add them.
>
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to