Question

I would like to write a cluster aware application that will track after the status of a cluster group.

to be more specific, I'd like to probe after the group's Owner. The application should know if the local machine is the owner of the group or not and behave accordingly.

can I probe the registry for that? if yes, where? if not, does someone know any win32 api calls that will provide this info?

many thanks,

ofer

Was it helpful?

Solution

Read up on the Cluster API. I'm not going to write up an entire walk-through, but using the API you can get all (or virtually all) of the information exposed by the OS tools, and then some.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top