[Linux-cluster] iSCSI fence agent

Lon Hohberger lhh at redhat.com
Thu Apr 27 13:36:31 UTC 2006


On Thu, 2006-04-27 at 10:08 +0200, Castang Jerome wrote:
> Hi,
> 
> I found on the RC-list an email (sent in october 2004) about a script 
> witch is a iscsi fence agent
> Here is the mail:
> 
> http://www.redhat.com/archives/linux-cluster/2004-October/msg00105.html
> 
> When I try to start this script, I get this error:
> "Could not start /usr/bin/ssh root at gfs5 No file or directory".
> 
> But "/usr/bin/ssh" does exist and node gfs5 is running.

It's probably trying to exec:

    /usr/bin/ssh\ root at gfs5  <-- one filename

vs
    /usr/bin/ssh root at gfs5

for some reason; wrong quotation on the system / exec call(s) ?

-- Lon




More information about the Linux-cluster mailing list