Advertisement
Guest User

Untitled

a guest
Jul 7th, 2021
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\administrator.MRMRRUBIC> C:\Users\administrator.MRMRRUBIC\Documents\CreateTieredStorage.ps1
  2.  
  3. FriendlyName             OperationalStatus          Size MediaType
  4. ------------             -----------------          ---- ---------
  5. HITACHI HUSRL401  NEO100 OK                 100030242816 SSD      
  6. HITACHI HUSRL401  NEO100 OK                 100030242816 SSD      
  7. HITACHI HUSRL401  NEO100 OK                 100030242816 SSD      
  8. HITACHI HUSRL401  NEO100 OK                 100030242816 SSD      
  9. ATA HGST HUS724030AL     OK                3000592982016 HDD      
  10. ATA Hitachi HUA72303     OK                3000592982016 HDD      
  11. HITACHI HUSRL401  NEO100 OK                 100030242816 SSD      
  12. ATA Hitachi HUA72303     OK                3000592982016 HDD      
  13. HITACHI HUSRL401  NEO100 OK                 100030242816 SSD      
  14. ATA Hitachi HUA72303     OK                3000592982016 HDD      
  15.  
  16.  
  17.  
  18. FriendlyName    OperationalStatus HealthStatus IsPrimordial IsReadOnly     Size AllocatedSize
  19. ------------    ----------------- ------------ ------------ ----------     ---- -------------
  20. General Storage OK                Healthy      False        False      11.46 TB        2.5 GB
  21.  
  22. FriendlyName : HITACHI HUSRL401  NEO100
  23. MediaType    : SSD
  24.  
  25.  
  26. FriendlyName : HITACHI HUSRL401  NEO100
  27. MediaType    : SSD
  28.  
  29.  
  30. FriendlyName : HITACHI HUSRL401  NEO100
  31. MediaType    : SSD
  32.  
  33.  
  34. FriendlyName : HITACHI HUSRL401  NEO100
  35. MediaType    : SSD
  36.  
  37.  
  38. FriendlyName : ATA HGST HUS724030AL
  39. MediaType    : HDD
  40.  
  41.  
  42. FriendlyName : ATA Hitachi HUA72303
  43. MediaType    : HDD
  44.  
  45.  
  46. FriendlyName : HITACHI HUSRL401  NEO100
  47. MediaType    : SSD
  48.  
  49.  
  50. FriendlyName : ATA Hitachi HUA72303
  51. MediaType    : HDD
  52.  
  53.  
  54. FriendlyName : HITACHI HUSRL401  NEO100
  55. MediaType    : SSD
  56.  
  57.  
  58. FriendlyName : ATA Hitachi HUA72303
  59. MediaType    : HDD
  60.  
  61. New-VirtualDisk : Not Supported
  62.  
  63. Extended information:
  64. The storage pool does not have sufficient eligible resources for the creation of the specified virtual disk.
  65.  
  66. Recommended Actions:
  67. - Choose a combination of FaultDomainAwareness and NumberOfDataCopies (or PhysicalDiskRedundancy) supported by the storage pool.
  68. - Choose a value for NumberOfColumns that is less than or equal to the number of physical disks in the storage fault domain selected for the virtual disk.
  69.  
  70. Activity ID: {6daf3476-3384-457e-9d1c-d6a8b0d3ef3c}
  71. At C:\Users\administrator.MRMRRUBIC\Documents\CreateTieredStorage.ps1:30 char:1
  72. + New-VirtualDisk -StoragePoolFriendlyName $StoragePoolName -FriendlyNa ...
  73. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  74.     + CategoryInfo          : InvalidOperation: (StorageWMI:ROOT/Microsoft/...SFT_StoragePool) [New-VirtualDisk], CimException
  75.     + FullyQualifiedErrorId : StorageWMI 1,New-VirtualDisk
  76.  
  77.  
  78.  
  79.  
  80. PS C:\Users\administrator.MRMRRUBIC>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement