
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2017 01:51 PM
I have rack mount server with 10 local HDD, trying to create 10 individual RAID_0 virtual drives using IMC powertool. when I run the command.. getting error
Set-ImcStorageVirtualDriveCreatorUsingUnusedPhysicalDrive :
aoabdlp00082m:Operation failed. r-type: RAIDcontroller: SLOT-HBAvirtual-drive:
-1command-status: Controller does not support write-back caching
At line:2 char:1
here is my command
Get-ImcStorageVirtualDriveCreatorUsingUnusedPhysicalDrive |
Set-ImcStorageVirtualDriveCreatorUsingUnusedPhysicalDrive -AdminState trigger -size "3814697MB" -DriveGroup "[3]" -RaidLevel 0 -VirtualDriveName "Data_1" -Force
Any help is much appreciated.
Thank You
Solved! Go to Solution.
- Labels:
-
UCS Integrations
-
UCS PowerTool
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2017 03:01 PM
I found the answer, hit the tab and found the option for Write Policy LOL
Get-ImcStorageVirtualDriveCreatorUsingUnusedPhysicalDrive | Set-ImcStorageVirtualDriveCreatorUsingUnusedPhysicalDrive -AdminState trigger -size "3814697MB" -DriveGroup "[4]" -RaidLevel 0 -VirtualDriveName "RAID0_4" -WritePolicy "Write Through" -Force

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2017 03:01 PM
I found the answer, hit the tab and found the option for Write Policy LOL
Get-ImcStorageVirtualDriveCreatorUsingUnusedPhysicalDrive | Set-ImcStorageVirtualDriveCreatorUsingUnusedPhysicalDrive -AdminState trigger -size "3814697MB" -DriveGroup "[4]" -RaidLevel 0 -VirtualDriveName "RAID0_4" -WritePolicy "Write Through" -Force
