emachine']
start = 'start'
machName
'%s %s %s ' % (vmware_root, start, vmware_name
[i])
--
Sharon Lucas
IBM Austin, luc...@us.ibm.com
(512) 286-7313 or Tieline 363-7313
Sangram Bakshi
08/20/2009 07:29 AM
To
staf-us
(T/L): 1-512-286-5315 (363-5315)
ITN: 23635315
Email: bda...@us.ibm.com
Sangram Bakshi
08/20/2009 07:29 AM
To
staf-users@lists.sourceforge.net
cc
Subject
Re: [staf-users] Unable to start vmware through a stax job
Hi ,
I would like to add that , considering the code:
vmware_na
Hi ,
I resolved the problem . I am able to start the vmware as per my
requirements.
The command works as '%s %s %s ' % (vmware_root,
start, vmware_name[0])
Regards
Sangram
On Thu, Aug 20, 2009 at 5:34 PM, Sangram Bakshi wrote:
> Hi ,
>
> I am trying to start a vmware from a stax job .
>
> Fr
Hi ,
I would like to add that , considering the code:
vmware_name would come as list ,i.e it could be multiple vmware names in the
list , so vmware_name is a list.
However , if i have vmware_name = '"c:\\vmware\RedHat\rhel3.vmx"' (as a
single variable )
I am able to start the vmware . If i hav
Hi ,
I am trying to start a vmware from a stax job .
>From the command line of a windows machine we can start a vmware by doing
a:
"C:\Program Files\VMware\VMware Workstation\vmrun.exe" start
"C:\vmware\RedHat\rhel3.vmx"
Considering if i want to start the vmware "C:\vmware\RedHat\rhel3.vmx".