Enable-MSDSMAutomaticClaim
Enables MSDSM to automatically claim SAN disks for MPIO.
Syntax
Enable-MSDSMAutomaticClaim
[-BusType] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Enable-MSDSMAutomaticClaim cmdlet enables a Microsoft Device Specific Module (MSDSM) to automatically claim storage area network (SAN) disks for Microsoft Multipath I/O (MPIO) for a bus type.
You must 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 two times, one time for SAS, one time for iSCSI.
Examples
Example 1: Enable automatic claims for iSCSI
PS C:\> Enable-MSDSMAutomaticClaim -BusType "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.
Parameters
-BusType
Specifies a bus type. The cmdlet enables MSDSM to automatically claim SAN disks for this bus type. The acceptable values for this parameter are: SAS and iSCSI.
Type: | String |
Accepted values: | SAS, iSCSI |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |