Hey Richard, I read the TashiDefaults.cfg file and it shows me this error: [NodeManagerService] convertExceptions = True port = 9883 registerFrequency = 10.0 infoFile = /var/tmp/nm.dat clusterManagerHost = localhost ; Clustermanger hostname clusterManagerPort = 9882 statsInterval = 0.0 ;bind = 0.0.0.0 ; not supported (Thrift is missing support to specify what to bind to!)
[ClusterManagerService] host = localhost ; Clustermanager hostname convertExceptions = True port = 9882 expireHostTime = 30.0 allowDecayed = 30.0 allowMismatchedVersions = False maxMemory = 8192 maxCores = 8 allowDuplicateNames = False ;bind = 0.0.0.0 ; not supported (Thrift is missing support to specify what to bind to!) and the host I tried to register through CM was ubuntu. On Thu, Apr 21, 2011 at 12:43 AM, Akshay Sheth <[email protected]>wrote: > Hey Richard, > > I am working with Hari on installing Tashi with QEMU on a single machine. > After alot of workarounds I get the error > > Exception: Failed to start VM -- ptyFile not found > > when I made my VM using createVm with scheduler running. Any fixes > possible? > > > On Wed, Apr 20, 2011 at 1:16 AM, Richard Gass <[email protected]>wrote: > >> Make sure your clustermanager host name and nodemanager host name are >> properly setup. If you set the hostname of the cm in the config to node-a or >> localhost, make sure you can ping those name and the ip addresses are as >> expected. The hostid message refers the the physical machine that the vm >> will be scheduled on, in you case , the laptop. You may need to modify the >> hostid field in the cm to reflect the name hostname of your laptop. >> >> Try to do the following. >> >> Do a tashi gethosts and see of your laptop is registered correctly. >> Or >> >> Go to the cm console and type data.baseDataObject.hosts. This will return >> a list of hosts the are registered. Your laptop should be in there. >> >> >> >> -- >> Sent from my mobile device >> >> Richard >> >> On Apr 20, 2011, at 1:52, hari narayanan <[email protected]> wrote: >> >> hi richard, >> >> How do i create a vm with a hostId ... whenever i create a vm using the >> createVm command, i always get hostId: none .. So,when i use the startvnc , >> i get the error "nohostId: none" >> >> thanks >> >> On Tue, Apr 19, 2011 at 6:09 PM, Michael Stroucken < <[email protected]> >> [email protected]> wrote: >> >>> hari narayanan wrote: >>> >>>> Hi, >>>> >>>> I am just trying to setup tashi on my laptop .... >>>> >>> >>> Then you may just want to set up a private bridge on your laptop, with >>> your host domain attached and running a dhcp server _just for that network_. >>> This way, your VMs will be able to reach each other, and the host, but not >>> the internet. >>> >>> Networking can be rather complex, and can easily affect others. You >>> should consult with your technical staff about your options. >>> >>> Greetings, >>> Michael. >>> >> >> >
