diff options
Diffstat (limited to 'steuermann/hosts.ini')
-rw-r--r-- | steuermann/hosts.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/steuermann/hosts.ini b/steuermann/hosts.ini index d750134..af3a3b6 100644 --- a/steuermann/hosts.ini +++ b/steuermann/hosts.ini @@ -37,8 +37,8 @@ like=linux:csh [solaris:csh] like=linux:csh -[windows:cmd] -run=[ 'python', '-m', 'steuermann.windows_comm', '%(hostname)s', '%(script)s' ] +[windows:xp] +run=[ 'python', '-m', 'steuermann.rexec', '-d', '%(workdir)s', '-h', '%(hostname)s', '-p', 'pass', 'set w_node=%(w_node)s & set sm_run=%(runname)s & call bin\\steuermann_%(hostname)s & call %(script)s & call show_status %%errorlevel%%' ] like=all @@ -59,7 +59,6 @@ like=bond [snow-leopard] like=cadeau - ; actual machines [jwcalibdev] @@ -132,6 +131,11 @@ like=solaris:csh maxproc=1 workdir=/data/grail1/iraf/steuermann +[vxp-dukat] +hostname=vxp-dukat +like=windows:xp +maxproc=1 +workdir=c:/work ; There is a section [ALL] that is used with every machine name [ALL] |