Build 2012R2 Storage pool on physical machine

Source: Internet
Author: User

i3-6100

B150

8G Memory

HDD 2T

SSD 120


Installing windows2012 R2 DC

Creating a storage pool encounters an issue that the system recognizes as unknown


Find a solution on Microsoft's website after a search


PS c:\windows\system32> $disks = Get-physicaldisk |? {$_. Canpool-eq $true}


PS c:\windows\system32> new-storagepool-storagesubsystemfriendlyname *spaces*-FriendlyName TieredPool- Physicaldisks $disks


FriendlyName                               and nbsp            operationalstatus                                       healthstatus           &NBS P                               Isprimordial &nbs P                          ,         &NB Sp     isreadonly                                            

------------                              and nbsp            -----------------                                     ------------          &NBS P                              ------------&nbs P                          ,         &NB Sp    ----------                                           

Tieredpool OK Healthy False false




PS c:\windows\system32> Get-storagepool-friendlyname Tieredpool | Get-physicaldisk | Select FriendlyName, mediatype


FriendlyName                               and nbsp                          ,         &NB Sp                          ,         &NB Sp                       mediatype                                    ,         &NB Sp                          ,         &NB Sp                          ,         &NB Sp          

------------                              and nbsp                          ,         &NB Sp                          ,         &NB Sp                      ---------                                   ,         &NB Sp                          ,         &NB Sp                          ,         &NB Sp          

PhysicalDisk2                                                        ,         &NB Sp                          ,         &NB Sp                        unspecified                                  ,         &N Bsp                          ,         &NB Sp                          ,         &NB Sp          

PhysicalDisk3 Ssds




PS c:\windows\system32> set-physicaldisk-friendlyname Physicaldisk2-mediatype HDD


PS c:\windows\system32> Get-storagepool-friendlyname Tieredpool | Get-physicaldisk | Select FriendlyName, mediatype


FriendlyName                               and nbsp                          ,         &NB Sp                          ,         &NB Sp                       mediatype                                    ,         &NB Sp                          ,         &NB Sp                          ,         &NB Sp          

------------                              and nbsp                          ,         &NB Sp                          ,         &NB Sp                      ---------                                   ,         &NB Sp                          ,         &NB Sp                          ,         &NB Sp          

PhysicalDisk2                                                        ,         &NB Sp                          ,         &NB Sp                        HDD                                    ,         &NB Sp                          ,         &NB Sp                          ,         &NB Sp                

PhysicalDisk3 Ssds

Then you encounter a custom write-back cache that needs to be adjusted with PowerShell



This article is from the Ningning blog, so be sure to keep this source http://yutang.blog.51cto.com/9977138/1733037

Build 2012R2 Storage pool on physical machine

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.