Enable-MSDSMAutomaticClaim

Enable-MSDSMAutomaticClaim

Enables MSDSM to automatically claim SAN disks for MPIO.

Sintaxis

Parameter Set: Default
Enable-MSDSMAutomaticClaim [-BusType] <String> [ <CommonParameters>]

Descripción detallada

The Enable-MSDSMAutomaticClaim cmdlet enables an Microsoft Device Specific Module (MSDSM) to automatically claim storage area network (SAN) disks for Microsoft Multipath I/O (MPIO) for a bus type.

You need to specify a valid bus type, either serial attached storage (SAS) and Internet Small Computer System Interface (iSCSI). You can enable MSDSM to automatically claim both SAS and iSCSI disks. Run the cmdlet twice, once for SAS, once for iSCSI.

Parámetros

-BusType<String>

Specifies a bus type. The cmdlet enables MSDSM to automatically SAN disks for this bus type. Los valores aceptables para este parámetro son los siguientes: SAS and iSCSI.

Alias

ninguno

¿Requerido?

true

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

Salidas

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

Ejemplos

Example 1: Enable automatic claims for iSCSI

This command enables MSDSM to automatically claim resources with an iSCSI bus type. Specify SAS instead of iSCSI to enable for an SAS bus type.

PS C:\> Enable-MSDSMAutomaticClaim -BusType iSCSI

Temas relacionados

Disable-MSDSMAutomaticClaim

Get-MSDSMAutomaticClaimSettings