Clear-ClusterDiskReservation

Clear-ClusterDiskReservation

Clears the persistent reservation on a disk in a failover cluster.

Sintaxis

Parameter Set: Default
Clear-ClusterDiskReservation [[-Node] <StringCollection> ] -Disk <UInt32[]> [-Force] [ <CommonParameters>]

Descripción detallada

The Clear-ClusterDiskReservation cmdlet clears the persistent reservation on a disk in a failover cluster. This cmdlet prompts for confirmation unless you specify the Force parameter.

Note: Este cmdlet no se puede ejecutar de forma remota sin la autenticación del proveedor de servicio de seguridad de credenciales (CredSSP) en el equipo servidor.

Parámetros

-Disk<UInt32[]>

Specifies the disk number on which to clear the persistent reservations. This is the disk number as it appears in Disk Management on the node.

Alias

ninguno

¿Requerido?

true

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Force

Runs the cmdlet without prompting for confirmation. By default the cmdlet will ask for confirmation from the user before proceeding.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Node<StringCollection>

Specifies the name of the cluster node on which to clear the disk reservation.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • None

Ejemplos

Example 1

This example clears the persistent reservation on Disk 5 on the local node after asking for user confirmation.

PS C:\> Clear-ClusterDiskReservation -Disk 5

Example 2

This example clears the persistent reservation on Disk 6 on the node named node2 without asking for user confirmation.

C:\PS>Clear-ClusterDiskReservation -Disk 6 -Node node2 -Force

Temas relacionados

Clear-ClusterNode

Remove-Cluster