NAME
Unlock-DcsPhysicalDisk
SYNOPSIS
Releases the lock put on a discovered physical disk in order to use it.
SYNTAX
Unlock-DcsPhysicalDisk [ -Server <String> ] -Disk <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Releases the lock put on a discovered physical disk in order to use it. When a new physical disk is discovered, it is protected or "locked" from use.
PARAMETERS
- -Server<String>
- Computer name or ID of the server. The computer name must be unique or the name must be fully qualified.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -Disk<Object>
- PhysicalDiskData object, name, or ID that identifies the physical disk. To resolve by name, the name must be unique to the server group or the server must be specified.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable<String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
INPUTS
PhysicalDiskData : Object that identifies and describes the disk.
OUTPUTS
PhysicalDiskData : Object that identifies and describes the disk.
NOTES
Also see Add-DcsPoolMember, Get-DcsPhysicalDisk
EXAMPLES
$unlock = Unlock-DcsPhysicalDisk -Server SSV1 -Disk "Disk 8"
The physical disk named "Disk 8" on the server named SSV1 is unlocked.
| PoolMemberId | : | |
| HostId | : | 4A58C0F4-59AB-4A16-A559-2ED9778CC2B2 |
| PresenceStatus | : | Present |
| Size | : | 50.00 GiB |
| FreeSpace | : | 0.00 B |
| InquiryData | : | DataCore SANmelody DCS VVol51_SSV1_50 |
| ScsiPath | : | Port 4, Bus 0, Target 4, LUN 10 |
| DiskIndex | : | 8 |
| SystemName | : | \\?\PhysicalDrive8 |
| DiskHealth | : | Healthy |
| BusType | : | iScsi |
| Type | : | Uninitialized |
| DiskStatus | : | Online |
| Partitioned | : | False |
| InUse | : | False |
| IsBootDisk | : | False |
| Protected | : | False |
| UniqueIdentifier | : | naa.60030d9056566f6c35315f535356315f |
| Id | : | 4A58C0F4-59AB-4A16-A559-2ED9778CC2B2:naa.60030d9056566f6c35315f535356315f |
| Caption | : | Disk 8 |
| ExtendedCaption | : | Disk 8 on SSV1 |
| Internal | : | False |