Hello!!
I have some LUNs that was automatically added to a Primordial Storage Pool. I can't remove those disks and not even remove the LUNs.
I need those LUNs to use as pass-through disks to some highly available Virtual Machines. I need this scenario because I need performance. I'll virtualize a database server.
Using Set-PhysicalDisk i got this error:
[code]PS C:\Windows\system32> Set-PhysicalDisk -FriendlyName 'PhysicalDisk18' -Usage Retired
Set-PhysicalDisk : Not Supported
No linha:1 caractere:1
+ Set-PhysicalDisk -FriendlyName 'PhysicalDisk18' -Usage Retired
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (StorageWMI:ROOT/Microsoft/..._StorageCmdlets) [Set-PhysicalDisk], CimException
+ FullyQualifiedErrorId : StorageWMI 1,Set-PhysicalDisk[/code]
I'm kinda desperate, my schedule is tight 'cause I lost some days fighting with an Informix bug. I lost 2 VMs because I needed to add 2 more LUNs to the cluster and a lot of disks was suddenly added to the Storage Pool, dening acces to those disks.
Flávio