LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installation Of Sun Grid Engine (https://www.linuxquestions.org/questions/linux-software-2/installation-of-sun-grid-engine-617894/)

parani86 02-01-2008 05:01 AM

Installation Of Sun Grid Engine
 
hi,
Is anybody there to help me on installation of sun grid engine in red hat linux 9.I got some errors while installation......help me on this!

waelaltaqi 02-01-2008 10:15 PM

well, you will need to post the error messages otherwise nobody will be able to help you.

parani86 02-04-2008 04:59 AM

while installing sun grid engine network configuration error has been reported as


error resolving local host: can't resolve host name (h_errno = TRY_AGAIN)
./util/install_modules/inst_common.sh: line 111: -e: command not found

help me to solve.....

waelaltaqi 02-04-2008 09:55 AM

would you try this for me:

Code:

ping localhost
and post resluts.

also post the results from the following command:
Code:

cat /etc/hosts
It looks like the complier needs to resolve the local host (the machine itself) IP address and it's not able to.
Localhost IP address is 127.0.0.1
Also check if the network connection is up. do the following and post results:
Code:

ifconfig
You should see your network adapter listed in the output of the above command . you should also see the IP address you got from the network

parani86 02-04-2008 11:13 PM

well the results are

[root@localhost ~]# ping localhost
ping: unknown host localhost

[root@localhost ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.0.198 localhost.localdomain

[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:11:8E:B0:B4
inet addr:192.168.0.198 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::211:11ff:fe8e:b0b4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3664 errors:0 dropped:0 overruns:0 frame:0
TX packets:1521 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1312395 (1.2 MiB) TX bytes:480015 (468.7 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1259 errors:0 dropped:0 overruns:0 frame:0
TX packets:1259 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1269874 (1.2 MiB) TX bytes:1269874 (1.2 MiB)

parani86 02-05-2008 12:13 AM

proceeding further,sun grid engine installation failed reporting the following....


Unsupported local hostname
--------------------------

The current hostname is resolved as follows:

Hostname: localhost.localdomain
Aliases:
Host Address(es): 192.168.0.198

It is not supported for a Grid Engine installation that the local hostname
contains the hostname "localhost" and/or the IP address "127.0.x.x" of the
loopback interface.
The "localhost" hostname should be reserved for the loopback interface
("127.0.0.1") and the real hostname should be assigned to one of the
physical or logical network interfaces of this machine.

Installation failed.

waelaltaqi 02-05-2008 07:13 AM

Well, you need to change the hostname then. I'm not sure whether you're running Linux or not. But you need to research how to change hostname for you operating system.
when you change it, it should work.

http://forums.devshed.com/unix-help-...0t-343047.html

srinivas2433 08-06-2008 07:56 AM

Quote:

Originally Posted by parani86 (Post 3046420)
proceeding further,sun grid engine installation failed reporting the following....


Unsupported local hostname
--------------------------

The current hostname is resolved as follows:

Hostname: localhost.localdomain
Aliases:
Host Address(es): 192.168.0.198

It is not supported for a Grid Engine installation that the local hostname
contains the hostname "localhost" and/or the IP address "127.0.x.x" of the
loopback interface.
The "localhost" hostname should be reserved for the loopback interface
("127.0.0.1") and the real hostname should be assigned to one of the
physical or logical network interfaces of this machine.

Installation failed.



hi!!am a new user of SGE...i had t same error as u hav reported..wat i did is went to/etc/hosts file and changed the IP address in the 2nd line of this services file from 127.0.0.1 to my IP..then continue wit t installation..hop tis wud solve ur problem..bye..take care..
steps:
cd /etc
nano hosts...


All times are GMT -5. The time now is 02:15 PM.