can i use C# to create windows server 2008 cluster resource
-
Monday, March 05, 2012 11:27 PM
via C# can i create an applications cluster resource on a windows server 2008?
if so is there a good starting point to research?
any samples?
All Replies
-
Tuesday, March 06, 2012 9:50 AMModerator
Hi hauld,
Could you please explain your request more detailed?
Good day!
Thanks
Michael Sun [MSFT]
MSDN Community Support | Feedback to us
-
Tuesday, March 06, 2012 1:29 PM
for example to create a cluster resource you have to:
create it (in my case) as a generic service
define dependencies
set the registry replication
specify the servers associated with the service
the other components are defaulted for the most part.
-
Wednesday, March 07, 2012 2:21 AMModerator
Hi hauld,
I would recommend you post the question at Windows Server related forum queues in TechNet forums. I can consult the experts there whether creating the cluster resources programmatically using C# is a good way to go.
Good day!
Thanks
Michael Sun [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Michael Sun [MSFT]Microsoft Employee, Moderator Monday, March 12, 2012 1:43 AM
-
Thursday, March 08, 2012 10:11 PM
thank you Michael.- Marked As Answer by hauld Thursday, March 08, 2012 10:11 PM

