Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to move group in a cluster???

Status
Not open for further replies.

jddist

IS-IT--Management
Jan 11, 2002
2
US
Guys,

I want to write a vbscript to move groups in a cluster and validate it has completed the move. I am a rookie at scripting so i am not sure how to use the object reference I found on the web?

here is what i have so far ( I know this is wrong)

strClusterName = "cluster1" 'this is the cluster
strGroupName = "exclus1" 'this is the group
Set objCluster = CreateObject("MScluster.Cluster")
objCluster.Open strClusterName
' I think i need to open a ClusResGroup object?



Ref..


Any help is appreciated..

Thx
Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top