Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Start-ClusterGroup
- Module:
- FailoverClusters Module
Starts one or more clustered roles, also known as resource groups, on a failover cluster.
Syntax
Default (Default)
Start-ClusterGroup
[[-Name] <String>]
[-IgnoreLocked]
[-ChooseBestNode]
[-Wait <Int32>]
[-InputObject <PSObject>]
[-Cluster <String>]
[<CommonParameters>]
Description
The Start-ClusterGroup cmdlet starts one or more clustered roles, also known as resource groups,
on a failover cluster. With this cmdlet, a clustered role can be started again after stopping it for
maintenance or diagnosis.
Examples
Example 1
Start-ClusterGroup FileServer1
This example starts the clustered file server, or resource group, called FileServer1.
Example 2
Start-ClusterGroup FileServer1 -Wait 0
This example starts the clustered file server, or resource group, called FileServer1.
The Windows PowerShell prompt returns as soon as the action has been initiated.
Parameters
-ChooseBestNode
The Start-ClusterGroup cmdlet starts one or more clustered roles, also known as resource groups,
on a failover cluster. With this cmdlet, a clustered role can be started again after stopping it for
maintenance or diagnosis.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Cluster
Specifies the name of the cluster on which to run this cmdlet. If the input for this parameter is
. or it is omitted, then the cmdlet runs on the local cluster.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-IgnoreLocked
Specifies that locked groups are ignored when running the cmdlet.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-InputObject
Specifies the clustered role to start.
Parameter properties
| Type: | PSObject |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Name
Specifies the name of the clustered role to start.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Wait
Specifies the time in seconds to wait for the cmdlet. If the Wait parameter isn't specified,
then the cmdlet waits for completion. If -Wait 0 is specified, then the call is initiated and the
cmdlet returns without waiting.
Parameter properties
| Type: | Int32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
Microsoft.FailoverClusters.PowerShell.ClusterGroup
Outputs
Microsoft.FailoverClusters.PowerShell.ClusterGroup
Related Links
Feedback
Was this page helpful?
