Serban Alexe
unread,Nov 19, 2009, 5:34:01 AM11/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ControlTier
Hello,
I have the ControlTier server running on a windowsXP machine, and a
client on a Windows Server 2003; CygWin with SSH is running ok, I was
able to invoke system commands (eg: ctl-exec -- netstat) .
I have a "test.bat" file which I'm trying to execute on the client,
using the command
ctl-exec -I node_name -s test.bat
The problem is that the file "test.bat" is created succesfully on the
remote machine, BUT without the needed permissions: only "Read",
without the neccesary "Execute" enabled.
The result: error: Remote command failed with exit status 126 .
Can anybody tell me how work around this problem ?
Thank You.