Hi Tom, Thanks for following up, the result was pasted below: ping -c1 `hostname`
PING hao.systranfederal.com (192.168.5.1) from 192.168.5.1 : 56(84) bytes of data. 64 bytes from hao.systranfederal.com (192.168.5.1): icmp_seq=0 ttl=255 time=255 usec --- hao.systranfederal.com ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/mdev = 0.255/0.255/0.255/0.000 ms cexec --pipe :1 'ping -c1 `hostname`' oscar_cluster oscarnode1.systranfederal.com: PING oscarnode1.systranfederal.com (192.168.5.2) from 192.168.5.2 : 56(84) bytes of data. oscar_cluster oscarnode1.systranfederal.com: 64 bytes from oscarnode1.systranfederal.com (192.168.5.2): icmp_seq=0 ttl=255 time=1.090 msec oscar_cluster oscarnode1.systranfederal.com: --- oscarnode1.systranfederal.com ping statistics --- oscar_cluster oscarnode1.systranfederal.com: 1 packets transmitted, 1 packets received, 0% packet loss oscar_cluster oscarnode1.systranfederal.com: round-trip min/avg/max/mdev = 1.090/1.090/1.090/0.000 ms oscar_cluster oscarnode1.systranfederal.com: tmp=`hostname` && cexec --pipe :1 ping -c1 $tmp oscar_cluster oscarnode1.systranfederal.com: PING hao.systranfederal.com (192.168.5.1) from 192.168.5.2 : 56(84) bytes of data. oscar_cluster oscarnode1.systranfederal.com: 64 bytes from hao.systranfederal.com (192.168.5.1): icmp_seq=0 ttl=255 time=373 usec oscar_cluster oscarnode1.systranfederal.com: --- hao.systranfederal.com ping statistics --- oscar_cluster oscarnode1.systranfederal.com: 1 packets transmitted, 1 packets received, 0% packet loss oscar_cluster oscarnode1.systranfederal.com: round-trip min/avg/max/mdev = 0.373/0.373/0.373/0.000 ms oscar_cluster oscarnode1.systranfederal.com: Here is the content of the hosts file: # Do not remove the 127.0 line, or some programs # that require network functionality will fail. 192.168.5.1 hao.systranfederal.com hao nfs_oscar pbs_oscar 192.168.5.2 oscarnode1.systranfederal.com oscarnode1 192.168.5.3 oscarnode2.systranfederal.com oscarnode2 127.0.0.1 localhost.localdomain localhost 198.30.207.99 hao.systranfederal.com hao localhost.localdomain localhost -----Original Message----- From: Thomas Naughton [mailto:[EMAIL PROTECTED]] Sent: Friday, October 25, 2002 10:10 AM To: Hao Tran Cc: [EMAIL PROTECTED] Subject: RE: [Oscar-users] PBS shell test failed Hao, Just so I'm clear on things could you post the output from these few commands and also your '/etc/hosts' file on the headnode. root# ping -c1 `hostname` # Notice the backticks around hostname root# cexec --pipe :1 'ping -c1 `hostname`' # Notice the single quote around the ping cmd root# tmp=`hostname` && cexec --pipe :1 ping -c1 $tmp thanks, --tjn PS A simple '/etc/hosts' should look something like the following, where the headnode's `hostname` would return "headnode" 192.168.152.254 headnode.oscardomain headnode 192.168.152.1 oscarnode1.oscardomain oscarnode1 192.168.152.2 oscarnode2.oscardomain oscarnode2 127.0.0.1 localhost.localdomain localhost 160.91.160.55 sgrundy.csm.ornl.gov sgrundy _________________________________________________________________________ Thomas Naughton [EMAIL PROTECTED] Research Associate (865) 576-4184 On Thu, 24 Oct 2002, Hao Tran wrote: > Jason, > > There is another line that read: > > 127.0.0.1 localhost.localdomain localhost > > I carefully moved it to the first line in the file and it still failed. > > Hao > > -----Original Message----- > From: Jason B. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 24, 2002 3:24 PM > To: Hao Tran > Cc: 'Thomas Naughton'; [EMAIL PROTECTED]; Jeremy Enos > Subject: RE: [Oscar-users] PBS shell test failed > > Is there a line that says something like this: > 127.0.0.1 localhost localhost.localdomain > > If not, add it and try again. > > Jason > > > On Thu, 24 Oct 2002, Hao Tran wrote: > > > Hi Jason, > > > > My hostname has been set to hao.systranfederal.com before I installed > OSCAR. > > I looked at /etc/hosts and it contains 4 lines defining the hosts. > > The first line contains the private net ip, then the domain, and alias > etc. > > The second line contains the static ip, then the domain name, and etc. > > The 3rd and 4th contain the definition for the compute nodes. > > I used the real domain name. > > `hostname` return the value of hao.systranfederal.com > > > > Is there any thing else that I should check? > > Thank you for your help, > > > > Hao > > > > -----Original Message----- > > From: Jason B. [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, October 24, 2002 2:37 PM > > To: Hao Tran > > Cc: 'Thomas Naughton'; [EMAIL PROTECTED]; Jeremy Enos > > Subject: RE: [Oscar-users] PBS shell test failed > > > > This should be due to a bad hostname (i.e localhost.localdomain). Look at > > > http://sourceforge.net/tracker/?group_id=9368&atid=109368&func=detail&aid=58 > > 7602 > > > > Change hostname and get a new shell. Make sure hostname is set properly > > (`hostname`) and try again. > > > > Jason > > > > On Thu, 24 Oct 2002, Hao Tran wrote: > > > > > Thanks Tom, > > > Hi every one, > > > > > > The error file (shelltest.err) under /oscartst/OSCAR_test has the > > following > > > information: > > > > > > /opt/pbs/bin/pbsdsh: tm_init failed, rc = TM_ESYSTEM (17000) > > > > > > I would appreciate if you could point me to the right direction. > > > > > > Thanks, > > > > > > Hao Tran > > > > > > -----Original Message----- > > > From: Thomas Naughton [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, October 24, 2002 1:58 PM > > > To: Hao Tran > > > Cc: [EMAIL PROTECTED]; Jeremy Enos > > > Subject: Re: [Oscar-users] PBS shell test failed > > > > > > Hey, > > > > > > I spoke with Hao out-of-band about PBS setup and she's getting an error > on > > > a default install. Restarted servers, and all seemed ok, but it's > getting > > > an error code (when run by hand, she'll post in response to this email) > > > for the "Simple Shell Test" job. > > > > > > I'm not sure what's up but figure the PBS folks can answer more > > > efficiently than I. > > > > > > Hao is using OSCAR-1.4 and has done clean installs all around. > > > > > > --tjn > > > > > > > _________________________________________________________________________ > > > Thomas Naughton > [EMAIL PROTECTED] > > > Research Associate (865) 576-4184 > > > > > > > > > On Wed, 23 Oct 2002, Hao Tran wrote: > > > > > > > Hi, > > > > > > > > I hope to get some help here. My PBS shell test failed and I have > > already > > > > checked to ensure that my host name is properly define before > installing > > > > OSCAR. Is there any thing else that I could do to fix this? > > > > > > > > Thanks, > > > > > > > > Hao > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by: Influence the future > > > of Java(TM) technology. Join the Java Community > > > Process(SM) (JCP(SM)) program now. > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en > > > _______________________________________________ > > > Oscar-users mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/oscar-users > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en > _______________________________________________ > Oscar-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/oscar-users > ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
