Remove-SCStorageLogicalUnit
删除逻辑单元与 VMM 管理下的主机的任何关联。
语法
Remove-SCStorageLogicalUnit
[-StorageLogicalUnit] <StorageLogicalUnit>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Remove-SCStorageLogicalUnit cmdlet 删除逻辑单元在 Virtual Machine Manager(VMM)管理下与主机相关的任何关联。 逻辑单元信息保留在 VMM 数据库中。 默认情况下,此操作不具有破坏性。
(可选)Remove-SCStorageLogicalUnit 可以从存储池中删除逻辑单元实例,删除包含的所有数据。
示例
示例 1:删除存储逻辑单元
PS C:\> $LU = Get-SCStorageLogicalUnit -Name "LUN01"
PS C:\> Remove-SCStorageLogicalUnit -StorageLogicalUnit $LU
第一个命令获取名为 LUN01 的存储逻辑单元对象,并将该对象存储在$LU变量中。
第二个命令删除 LUN01。
参数
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-JobVariable
指定在此参数命名的变量中跟踪和存储作业进度。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PROTipID
指定触发此操作的性能和资源优化提示(PRO 提示)的 ID。 此参数允许你审核 PRO 提示。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RunAsynchronously
指示作业以异步方式运行,以便控件立即返回到命令行界面。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StorageLogicalUnit
指定存储逻辑单元对象。
类型: | StorageLogicalUnit |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |