Hi All, I''ve installed xen and created 5 virtual domain + dom0 on a single machine. Now I''m in the need to install several packages on each of the domU. I''d prefer to automate this step with a batch script. Is there a way to pass a batch script to each domain without logging onto it? thanks in advance for any help Danilo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, 2007-02-06 at 17:00 +0100, Danilo Dongiovanni wrote:> Hi All, > I''ve installed xen and created 5 virtual domain + dom0 on a single > machine. > Now I''m in the need to install several packages on each of the domU. > I''d prefer to automate this step with a batch script. > Is there a way to pass a batch script to each domain without logging > onto it? > thanks in advance for any help > Danilossh (this is not Xen-specific). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 2/6/07, Danilo Dongiovanni <danilo.dongiovanni@cnaf.infn.it> wrote:> Hi All, > I''ve installed xen and created 5 virtual domain + dom0 on a single machine. > Now I''m in the need to install several packages on each of the domU. > I''d prefer to automate this step with a batch script. > Is there a way to pass a batch script to each domain without logging > onto it?simliar as in another thread that''s currently running: There is no xen-specific way to place data in domU filesystems, or run commands there. Use what you would use to keep systems updated on any other networked machine: cfengine, ssh and scripts, FAI softupdate, clusterssh. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users