can i use C# to create windows server 2008 cluster resource
-
2012年3月5日 23:27
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?
全部回复
-
2012年3月6日 9:50版主
Hi hauld,
Could you please explain your request more detailed?
Good day!
Thanks
Michael Sun [MSFT]
MSDN Community Support | Feedback to us
-
2012年3月6日 13:29
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.
-
2012年3月7日 2:21版主
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
- 已标记为答案 Michael Sun [MSFT]Microsoft Employee, Moderator 2012年3月12日 1:43
-
2012年3月8日 22:11
thank you Michael.- 已标记为答案 hauld 2012年3月8日 22:11

