E
eran borovik
Hello, My company wants to migrate our product to be cluster aware on win2k
advanced servers. Our software consists of a service
and a kernel driver which loads at boot time. Both uses the registry as a
database for configuration and state save to resume after unexpected
shutdowns.
As a first thing, we want to work on a simple cluster layout in which one
machine work, and another do nothing until the first machine crashes.
I understand that it is possible to put registry keys as a cluster resource,
which means that if machine A crashes, machine B can
acquire the registry resources (along with others) and continue working.
This is all good, the problem is what happens when machine A boots and a
failover occurs. The kernel driver upon initialization, must be able to read
the registry for its proper operation. My question is when does the
registry in machine A gets uptodate with the one of machine B in the boot
process. I obviously need the driver to read the updated registry keys, not
the keys that existed when machine A crashed.
Any help is appreciated,
ERAN.
advanced servers. Our software consists of a service
and a kernel driver which loads at boot time. Both uses the registry as a
database for configuration and state save to resume after unexpected
shutdowns.
As a first thing, we want to work on a simple cluster layout in which one
machine work, and another do nothing until the first machine crashes.
I understand that it is possible to put registry keys as a cluster resource,
which means that if machine A crashes, machine B can
acquire the registry resources (along with others) and continue working.
This is all good, the problem is what happens when machine A boots and a
failover occurs. The kernel driver upon initialization, must be able to read
the registry for its proper operation. My question is when does the
registry in machine A gets uptodate with the one of machine B in the boot
process. I obviously need the driver to read the updated registry keys, not
the keys that existed when machine A crashed.
Any help is appreciated,
ERAN.