FWIW, I guess I should have Cc: the list too, same as what Paul & Stephen
said but with an example or two for clarity.

Top examples show use w/ C3

  1. Kill any/all pvmd3 jobs running, e.g.,  killall pvmd3
         cexec killall pvmd3
         cexec --head killall pvmd3
     or better yet,
         ckill pvmd3
         ckill --head pvmd3

  2. Remove any/all files in /tmp starting w/ pvm, e.g.,  rm  /tmp/pvm*
     [obviously be careful when using wildcards, and note the single quotes]
         cexec 'rm /tmp/pvm*'
         cexec --head 'rm /tmp/pvm*'
     or better yet,
         crm '/tmp/pvm*'
         crm --head '/tmp/pvm*'

--tjn

 _________________________________________________________________________
  Thomas Naughton                                      [EMAIL PROTECTED]
  Research Associate                                   (865) 574-3932


---------- Forwarded message ----------
Date: Mon, 30 Jun 2003 21:45:10 -0400 (EDT)
From: Thomas Naughton <[EMAIL PROTECTED]>
To: Jim Corbett <[EMAIL PROTECTED]>
Subject: Re: [Oscar-users] PVM

Jim,

As root,
  1. Kill any/all pvmd3 jobs running, e.g.,  killall pvmd3
  2. Remove any/all files in /tmp starting w/ pvm, e.g.,  rm  /tmp/pvm*

As a standard user
  1. Type pvm, you should get a prompt like   'pvm>'
  2. Type conf at the prompt.

Post any output/error you get at this point to help identify what's up.
There are a few things that typically cause this sort of thing, the
"connection refused" is what supprised me...we'll see what's going on.

--tjn

 _________________________________________________________________________
  Thomas Naughton                                      [EMAIL PROTECTED]
  Research Associate                                   (865) 574-3932


On Mon, 30 Jun 2003, Jim Corbett wrote:

> It does not give a "pvm>" and running the "pvm" command (it appears pvmd is
> already running).
> I am simply typing "pvm" at the $ symbol. I built another cluster using the
> exact software and I get the "pvm>" console. I may need to just scrap the
> other install.
> Thanks again,
> Jim C
> ----- Original Message -----
> From: "Thomas Naughton" <[EMAIL PROTECTED]>
> To: "Jim Corbett" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, June 26, 2003 9:21 PM
> Subject: Re: [Oscar-users] PVM
>
>
> > Jim,
> >
> > Did PVM work during the tests?  Do you get a 'pvm>' console after running
> > this command (it appears the pvmd is already running)?
> >
> > I'm not sure why it's saying "connection refused".  How exactly are you
> > starting things, can you attach a typescript of things to help debugging.
> >
> > --tjn
> >
> >  _________________________________________________________________________
> >   Thomas Naughton                                      [EMAIL PROTECTED]
> >   Research Associate                                   (865) 574-3932
> >
> >
> > On Thu, 26 Jun 2003, Jim Corbett wrote:
> >
> > > I am trying to work with pvm. I have Oscar 2.2 installed over RedHat
> 7.2. From my user I type pvm and the following message occurs:
> > > "libpvm [pid1633] mksocs():connect:connection refused
> > > libpvm [pid1633]    socket address tried:/tmp/pvmtmp001606.0
> > > pvmd is already running"
> > > Can someone help me with this one?
> > > Thank you
> > > Jim C
> > >
> > >
> >
>
>
>


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to