Edit

Share via


Start-ClusterResource

Brings a resource online in a failover cluster.

Syntax

Default (Default)

Start-ClusterResource
    [[-Name] <String>]
    [-IgnoreLocked]
    [-ChooseBestNode]
    [-Wait <Int32>]
    [-InputObject <PSObject>]
    [-Cluster <String>]
    [<CommonParameters>]

Description

The Start-ClusterResource cmdlet brings a resource online in a failover cluster. Before the resource is brought online, any resources that it depends are brought online.

Examples

Example 1

Start-ClusterResource -Name "IP Address 172.24.11.0"

This example brings the resource called IP Address 172.24.11.0 online on the local cluster. Before bringing the resource online, this cmdlet brings online any resources on which the resource depends.

Example 2

Start-ClusterResource -Name "IP Address 172.24.11.0" -Wait 0

This example brings the resource called IP Address 172.24.11.0 online on the local cluster. Before bringing the resource online, this cmdlet brings online any resources on which the resource depends. The Windows PowerShell prompt returns as soon as the action has been initiated.

Parameters

-ChooseBestNode

The Start-ClusterResource cmdlet brings a resource online in a failover cluster. Before the resource is brought online, any resources that it depends are brought online.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-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

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-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

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Specifies the cluster resource to bring online.

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Specifies the name of the cluster resource to bring online. This can also be the name of a Cluster Shared Volume (CSV).

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-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

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

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.ClusterResource

Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume

Outputs

Microsoft.FailoverClusters.PowerShell.ClusterResource

Microsoft.FailoverClusters.PowerShell.ClusterSharedVolume