Displaying 1 result from an estimated 1 matches for "pbsdsh".
Did you mean:
bsds
2008 Apr 26
1
Xen and Torque
...to computational nodes to manage vms
on these nodes.
And now I''m about to integrate this system with torque.
I''ve managed to create a script that launches virtual machines on a selected
amount of nodes. It looks like this:
on the central host:
----
#!/bin/bash
#PBS -S /bin/bash
pbsdsh -v /home/torque/myscript.sh
----
on nodes:
----
#!/bin/bash
pushd /opt/xen
sudo /usr/sbin/xm create vnode.cfg
popd
----
The problem is that several seconds after the launching the /usr/sbin/xm
(either with console or without it) returns the execution control and the
torque switches this node to...