home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q108 / 3 / 04.TXT next >
Encoding:
Text File  |  1993-12-16  |  3.7 KB  |  106 lines

  1. DOCUMENT:Q108304  15-DEC-1993  [W_NTAS]
  2. TITLE   :Recovering from Loss of FT Disk Configuration Information
  3. PRODUCT :Microsoft Windows NT Advanced Server
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT Advanced Server version 3.1
  12. --------------------------------------------------------------------------
  13.  
  14. SYMPTOMS
  15. ========
  16.  
  17. You have fault tolerant partitions (such as Stripes with Parity and
  18. Mirrors), but cannot access them and they appear in Disk Administrator as
  19. type Unknown.
  20.  
  21. This problem may occur after you have replaced your boot drive and
  22. installed Windows NT Advanced Server on it.
  23.  
  24. RESOLUTION
  25. ==========
  26.  
  27. To avoid experiencing this problem, save the disk configuration whenever
  28. there is a change, such as adding fault tolerance. You can do this in Disk
  29. Administrator from the Partition menu by choosing Configuration, and then
  30. choosing Save. This information can be used to restore the configuration if
  31. it is lost by choosing Configuration from the Partition menu, and then
  32. choosing Restore.
  33.  
  34. If the disk configuration was not saved or the information is not
  35. available, do the following:
  36.  
  37. 1. Obtain a copy of EDITREG.EXE, and run it on the server (type EDITREG).
  38.  
  39.    NOTE: EDITREG.EXE can be obtained from Microsoft Product Support.
  40.  
  41.    WARNING! EDITREG.EXE directly modifies data in the configuration
  42.    Registry. It is considered unsupported, and should be used only as a
  43.    last resort. Microsoft cannot guarantee the results of using this tool,
  44.    and Microsoft cannot guarantee that any problems resulting from the use
  45.    of EDITREG can be solved. Use this tool at your own risk.
  46.  
  47.    The following are definitions of EDITREG.EXE commands:
  48.  
  49.       DISKS: reads the information stored in the Registry key
  50.          HKEY_LOCAL_MACHINE->System->DISK.
  51.  
  52.       MAKEFT: writes into the information stored in the Registry key
  53.          HKEY_LOCAL_MACHINE->System->DISK.
  54.  
  55. 2. At the prompt, type the following and press ENTER:
  56.  
  57.       MAKEFT
  58.  
  59. 3. Follow the prompts, taking care to conform to the following guidelines:
  60.  
  61.    a. FT Group Numbers start at 0, so if you have a mirror and a stripe
  62.       set, they will be FT Group 0 and 1
  63.  
  64.    b. Disks are numbered starting at disk 0, exactly as they appear in Disk
  65.       Administrator
  66.  
  67.    c. Partitions are numbered starting at 1
  68.  
  69.    d. When all components of that set are entered, hit return on the next
  70.       prompt
  71.  
  72.    e. Verify the information by typing DISKS
  73.  
  74.    f. Quit EDITREG.EXE
  75.  
  76. 4. Shut down and reboot the computer.
  77.  
  78. 5. Open Disk Administrator. Make sure the FT set is type Unknown, but will
  79.    be color-coded as the correct FT type
  80.  
  81. 6. Assign a drive letter
  82.  
  83. 7. Shutdown and reboot
  84.  
  85. 8. At this point the drive should be usable again
  86.  
  87. Additional reference words: 3.10
  88. KBCategory:
  89. KBSubCategory: winnt
  90.  
  91.  
  92. =============================================================================
  93.  
  94. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  95. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  96. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  97. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  98. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  99. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  100. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  101. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  102. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  103. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  104. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  105.  
  106. Copyright Microsoft Corporation 1993.