質問する質問する
 

回答済みServer 2008 disk mirror - "no extents were found for the plex"

  • 2008年10月17日 14: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日 16: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日 16: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日 22:06Dugster ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    Both discs need to unallocated the mirror pop up will set them both to Dynamic when it formats them.
  • 2009年2月2日 21: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日 18: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日 19: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日 17: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日 0:27
    •  
  • 2009年7月10日 0: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日 16: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