Integration of Failover Cluster Manager

Integration of Failover Cluster Manager

0 vote

avatar

is it possible to integrate Failover Cluster Manager (http://technet.microsoft.com/en-us/library/cc772502.aspx) as a connection method?

Thx

Tom

All Comments (4)

avatar

Hi,
What type of integration do you have in mind ? I'm not very familiar with this product ?

David Hervieux

avatar

Its a microsoft MMC snap in to administrate Server2008 R2 failover clusters. maybe its possible to add it as a session tool?
edited by Tomber42 on 3/1/2011

Thx

Tom

avatar

Do you know the command line ? Is it possible to pass the host? You should try to create a Session Script Tool for that. It will be listed under the session tool.

David Hervieux

avatar

The tool is part of Microsoft RSAT and can be installed anywhere using PowerShell (run as admin Install-WindowsFeature RSAT-Clustering-Mgmt).
After that can be used by running cluadmin.msc or integrating the tool in a MMC custom console.