Hi , Are there any options with xenstored to access xenstore ? Can I look up contents of xenstore ? Thanks, Sanket _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
>>1. Are there any options along with xenstore-ls using which I can lookup only a few parts of the xenstore ? like : xenstore-ls -d "/local/domain/33/" etc. .. 2. Do we have any "man" like facility using which we can know more about options of various xentools ? -Sanket michael schuster wrote:> sanket hase wrote: >> Hi , >> >> Are there any options with xenstored to access xenstore ? Can I look >> up contents of xenstore ? > > "xenstore-ls" is your friend; on Solaris, it''s in /usr/lib/xen/bin, in > Linux (I think) it''s in /usr/bin.>> Thnaks !> > HTH > Michael_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi. On Sun, 2007-11-25 at 19:52 -0500, sanket hase wrote:> >> > > 1. Are there any options along with xenstore-ls using which I can > lookup only a few parts of the xenstore ? > like : xenstore-ls -d "/local/domain/33/" > etc. ..just drop the -d. e.g. sudo xenstore-ls /local/domain/0> 2. Do we have any "man" like facility using which we can know more > about > options of various xentools ?i''m not aware of any manpages beyond the ones you probably already found under docs/man/. hth, daniel -- Daniel Stodden LRR - Lehrstuhl für Rechnertechnik und Rechnerorganisation Institut für Informatik der TU München D-85748 Garching http://www.lrr.in.tum.de/~stodden mailto:stodden@cs.tum.edu PGP Fingerprint: F5A4 1575 4C56 E26A 0B33 3D80 457E 82AE B0D8 735B _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Sunday, 25 November 2007 at 19:18, sanket hase wrote:> Hi , > > Are there any options with xenstored to access xenstore ? Can I look up > contents of xenstore ?In addition to xenstore-ls et al, I once hacked up a fuse filesystem for xenstore: http://hg.kublai.com/xen/xsfs/ Pull the repository from there and make. Then xsfs <mountpoint> and off you go. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
I use the sample code on http://wiki.xensource.com/xenwiki/XenStore and just changed the last line to for key in $* ; do dumpkey ${key} ; done it''s handy for me On Nov 25, 2007 8:38 PM, Brendan Cully <brendan@cs.ubc.ca> wrote:> On Sunday, 25 November 2007 at 19:18, sanket hase wrote: > > Hi , > > > > Are there any options with xenstored to access xenstore ? Can I look up > > contents of xenstore ? > > In addition to xenstore-ls et al, I once hacked up a fuse filesystem for xenstore: > > http://hg.kublai.com/xen/xsfs/ > > Pull the repository from there and make. Then xsfs <mountpoint> and off you go. > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
In addition, the mainline xen tree (-unstable, at least, not sure if it''s in any releases yet) includes a small graphical app called xsview that allows you to browse and alter the contents of the current Xenstore hierarchy. Cheers, Mark -- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel