Hi Richard,
I set the DHCP and dns to false in the default.cfg file.... However, when i
run the scheduler, it says
Added hari->None during reinitialization
But, when i try to login to the VM by using the startvnc, i get a
tashi exception: no such hostid none
And the scheduler gives the error
ile "./bin/primitive.py", line 162, in start
hook.preCreate(inst)
File "/home/hari/tashi/src/tashi/agents/dhcpdns.py", line 223, in
preCreate
ip = self.allocateIP(nic)
File "/home/hari/tashi/src/tashi/agents/dhcpdns.py", line 93, in
allocateIP
if (requestedIP <= self.ipMax[network] and requestedIP >=
self.ipMin[network] and (requestedIP not in self.usedIPs)):
KeyError: 1988
thanks
On Tue, Apr 19, 2011 at 4:22 AM, Richard Gass <[email protected]> wrote:
> You probably don't want to use Vlans at all for your case. It has
> been awhile since I have done the setup with a single node. If you
> don't setup dhcp/dns, you need to say that in the config file.
> However, I remember when I set that up, that part of the code still
> got executed even though I specified the correct option in the config.
> This would cause a few error messages and a delay in launching the
> VM, but it would still work. Do you have dhcp/dns set to False in the
> config file?
>
>
>
>
>
> On Tue, Apr 19, 2011 at 5:08 AM, Michael Stroucken <[email protected]> wrote:
> > hari narayanan wrote:
> >>
> >> I am sorry ... Where can i find my vlan ID ?
> >
> > Tell me about your setup. Do you control your network? Do you have
> multiple
> > logical networks? Do you have a pool of IP addresses available?
> >
> > Greetings,
> > Michael.
> >
>
>
>
> --
> Richard Gass
>