LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-01-2008, 05:01 AM   #1
parani86
LQ Newbie
 
Registered: Jan 2008
Posts: 26

Rep: Reputation: 15
Red face 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!
 
Old 02-01-2008, 10:15 PM   #2
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Rep: Reputation: 31
well, you will need to post the error messages otherwise nobody will be able to help you.
 
Old 02-04-2008, 04:59 AM   #3
parani86
LQ Newbie
 
Registered: Jan 2008
Posts: 26

Original Poster
Rep: Reputation: 15
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.....
 
Old 02-04-2008, 09:55 AM   #4
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Rep: Reputation: 31
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
 
Old 02-04-2008, 11:13 PM   #5
parani86
LQ Newbie
 
Registered: Jan 2008
Posts: 26

Original Poster
Rep: Reputation: 15
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)
 
Old 02-05-2008, 12:13 AM   #6
parani86
LQ Newbie
 
Registered: Jan 2008
Posts: 26

Original Poster
Rep: Reputation: 15
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.
 
Old 02-05-2008, 07:13 AM   #7
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Rep: Reputation: 31
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
 
Old 08-06-2008, 07:56 AM   #8
srinivas2433
LQ Newbie
 
Registered: Aug 2008
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by parani86 View Post
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...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Does anybody knows SUN GRID ENGINE?? meng_en Linux - General 4 02-24-2010 11:03 PM
Grid engine SGE process hanging Red Hat haiders Linux - Software 0 09-18-2006 06:04 PM
Global installation of Sun Java Crashputer Linux - Software 3 05-07-2006 06:20 PM
Sun solaris installation methods UltraSoul Solaris / OpenSolaris 1 12-26-2004 08:01 AM
Linux Installation on Sun UltaSparc10 aqoliveira Linux - Hardware 6 09-03-2002 08:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration