Resources for IT Professionals > 포럼 홈 > File Services and Storage > Server 2008 disk mirror - "no extents were found for the plex"
질문하기질문하기
 

답변됨Server 2008 disk mirror - "no extents were found for the plex"

  • 2008년 10월 17일 금요일 오후 2:04ChrisOShea 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Help! I'm trying to setup a disk mirror on a Windows 2008 server (web edition). The server contains 2 identical 18Gb SCSI disks, both of which are working as far as I can see - I can create volumes, put data on, move data around etc with no problems whatsoever.

    I removed all the volumes from the second disk and made sure both disks are set to dynamic. When I right click on the volume on the first disk, the option to 'Add Mirror' is available (ie not greyed out), but when I click on it a window pops up saying "no extents were found for the plex".

    I've searched high and low - nowhere can I find any reference to this problem at all! If anyone can even tell me what this message means I'd be grateful.
    Thanks.

답변

  • 2008년 10월 17일 금요일 오후 4:23Chris Looney 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    I don't make software mirrors that often and couldn't test but if memory serves I believe the second disk should not be set to dynamic.  Only the source disk should be dynamic.  The other should basically just be there.  Not allocated, I'm not certain if initialized matters.
    http://www.chrislooney.com MCITP: Enterprise Administrator (Server 2008), MCSE: Security 2003/2000, MCSE: Messaging 2003/2000, MCITP: Exchange 2007, MCTS:SharePoint 2007 (Admin, and Develop), MCTS: SQL 2005, MCDBA, MCAD, MCDST, MCSA, CCNA, CCSP, Security+, OCDBA

모든 응답

  • 2008년 10월 17일 금요일 오후 4:23Chris Looney 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    I don't make software mirrors that often and couldn't test but if memory serves I believe the second disk should not be set to dynamic.  Only the source disk should be dynamic.  The other should basically just be there.  Not allocated, I'm not certain if initialized matters.
    http://www.chrislooney.com MCITP: Enterprise Administrator (Server 2008), MCSE: Security 2003/2000, MCSE: Messaging 2003/2000, MCITP: Exchange 2007, MCTS:SharePoint 2007 (Admin, and Develop), MCTS: SQL 2005, MCDBA, MCAD, MCDST, MCSA, CCNA, CCSP, Security+, OCDBA
  • 2008년 12월 21일 일요일 오전 5:46NightHawk668 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I have the same error. No idea what does it mean...
  • 2009년 1월 30일 금요일 오후 10:06Dugster 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Both discs need to unallocated the mirror pop up will set them both to Dynamic when it formats them.
  • 2009년 2월 2일 월요일 오후 9:15Brian Borg 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     제안된 답변
    Dugster said:

    Both discs need to unallocated the mirror pop up will set them both to Dynamic when it formats them.

    Only the one being added needs to be empty.

    It needs to have atleast as much empty space as the disk being mirrored.

    An alternative to Disk Management is the diskpart.exe command line utility.  See:
    http://technet.microsoft.com/en-us/library/cc766465.aspx.

    From what I recall from the last time I did it, the disk being added needs to already be dynamic.

    One problem can be if the two disks were previously used dynamically together in Windows.  Windows puts a database on each disk containing the dynamic disk data.  To avoid this problem, use the clean command in diskpart to clean the disk being added.  Then you can convert it to dynamic and add it to mirror the disk with the data.  You might need to rescan before you convert.
  • 2009년 6월 30일 화요일 오후 6:59Mark Bembnowski 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I also encountered this error.

    I had the OS (C:) volume, a DATAPART1 (D:) volume, and a RECOVERY (F:) volume on the first disk. I wanted to mirror all three volumes to the second disk.

    I used the Server Manager > Storage > Disk Management tool.

    In my first attempt at mirroring all three volumes, I right clicked each volume (starting with the DATAPART1 [D:] volume) and used the "Add Mirror..." function. This worked for all volumes except the OS (C:) volume, which is when I received the "no extents were found for the plex" error.

    My solution was to remove all of the mirrors from the second disk (right click > "Remove Mirror..."), and then re-add all of the mirrors as before, EXCEPT this time I mirrored the OS (C:) volume FIRST.

    This time everything worked fine. It seems as though you simply need to mirror the system (C:) volume before any other volume.
  • 2009년 6월 30일 화요일 오후 7:25Brian Borg 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    It would seem that when you mirror the "boot" volume (%SystemDrive%), it has to be active and the first volume on the mirror disk.

    This probably has to do with bootable dynamic volumes needing an underlying partition table entry.

    When setting up a dynamic drive with diskpart.exe, you can use the RETAIN command to ensure this.
  • 2009년 7월 9일 목요일 오후 5:49RKHosey 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     제안된 답변
    Yep, that did it for me...same issue and just mirror the sys vol 1st. [Well, not exactly the same issue.  I wanted to mirror a Win7 install.  Win7 creates a small "reserved" partition in addition to the main 'C.'  Apparently this vol must be 'mirrored' 1st.]

    PS  The 2nd disk must be unpartitioned and set as 'Dynamic' -- old server 2003 would just error-out.  Now server 2008 prompts and then converts for you (smarter) before doing the mirror.
    • 답변으로 제안됨Brian Borg 2009년 7월 10일 금요일 오전 12:27
    •  
  • 2009년 7월 10일 금요일 오전 12:35Brian Borg 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    RkHosey, you are correct.

    I had forgotten about that 200 MB "hidden" partition.

    Disk Manager will show this as the System volume (not to be confused with the %SystemDrive%, which is the Boot volume).

    Note, you are allowed to "unhide" that partition by assigning it a drive letter or mount point.

    It is also interesting to note that once assigned a letter, Disk Manager will not let you remove the assignment.  But you can remove the assignment using DiskPart.  Go figure.
  • 2009년 7월 29일 수요일 오후 4:15rich_lanformation.com 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Don't forget to add the drive must finish its resync before you can add addition mirrors for other partitions.
    Rich Stuckey