From: xen-api-bounces@xxxxxxxxxxxxx [mailto:xen-api-bounces@xxxxxxxxxxxxx] On Behalf Of Kojo Li
Sent: 01 February 2013 01:48
To: xen-api@xxxxxxxxxxxxx
Subject: [Xen-API] [XCP1.6] How can I read/write to xenstore in Windows OS
I have installed XCP1.1 for monthes. By using xenstore_client.exe in xstools1.1, we can write/read message to/from xenstore easily.
This is useful when we have some specific message to pass between host and guest OS.
<XENTOOL_PATH>\xenstore_client.exe write /local/domain/<domainId>/test "message"
<XENTOOL_PATH>\xenstore_client.exe read /local/domain/<domainId>/test (and get the output "message")
Recently after I upgrade the host to XCP1.6 and try to install the newest version of xstool, I found that xenstore_client.exe was removed from xstool6.1.
Since I really need it to complete my function. So I come here for help.
Are there any alternatives we can communicate with xenstore in Windows as usual in XCP1.1?
(CentOS works fine after upgrade.)