Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python module for Windows Server Failover Clustering

This module manage the Windows Server Failover Clustering using the Windows API.

Features

  • List cluster nodes, resources and group
  • Get node, resource and group status
  • Move group between nodes
  • Start and stop resources and group

Install

pip install pymscluster`

Example

import mscluster
c = mscluster.Cluster("Cluster address")

# Print group list
print(list(c.groups))

r = c.openResource("Resource name")
r.takeOffline()
t.takeOnline()

About

Python module to manage Microsoft Cluster Server (MSCS)

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages