IT 专业人士的资源 >
论坛主页
>
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"
- 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.
答案
- 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- 已建议为答案Chris Looney 2008年10月21日 15:11
- 已标记为答案David Shen - MSFTMSFT, 版主2008年10月22日 1:47
全部回复
- 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- 已建议为答案Chris Looney 2008年10月21日 15:11
- 已标记为答案David Shen - MSFTMSFT, 版主2008年10月22日 1:47
- I have the same error. No idea what does it mean...
- Both discs need to unallocated the mirror pop up will set them both to Dynamic when it formats them.
- Dugster said:Only the one being added needs to be empty.
Both discs need to unallocated the mirror pop up will set them both to Dynamic when it formats them.
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.- 已建议为答案David Shen - MSFTMSFT, 版主2009年2月3日 1:41
- 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. - 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. - 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
- 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. - Don't forget to add the drive must finish its resync before you can add addition mirrors for other partitions.
Rich Stuckey