Skip to content

Python module to manage Microsoft Cluster Server (MSCS)

License

Notifications You must be signed in to change notification settings

efficks/pymscluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages