Microsoft KB Archive/130921

From BetaArchive Wiki
Knowledge Base


Creating an FT Boot Disk With Scsi( ) and Multi( ) Identifiers

Article ID: 130921

Article Last Modified on 2/20/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows 2000 Datacenter Server
  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Server 3.5



This article was previously published under Q130921


SUMMARY

To create a fault tolerance floppy disk for recovering from a failed boot mirror partition, you may need to correct the hardware identifier on the arc path name in the BOOT.INI file.

The following are the only two valid options to specify the arc name that identifies the disk/controller type:

  • SCSI(x)disk(y)rdisk(z)partition(a)
  • Multi(x)disk(y)rdisk(z)partition(a)

SCSI indicates an SCSI disk drive is connected to a SCSI adapter whose BIOS has not been loaded.

Multi can indicate a non-SCSI disk drive supported by either the Atdisk.sys or Abiosdsk.sys driver, or a SCSI disk drive supported by a SCSI BIOS that loads when the SCSI adapter detects a bootable device on the lowest SCSI ID on most SCSI adapters.

MORE INFORMATION

Intel (x86) computers running Windows use the Multi option as the default hardware identifier for the primary bootable disk drive. This is due to the SCSI BIOS, Atdisk.sys driver, or Abiosdsk.sys driver support.

If the system is using a SCSI adapter and the primary boot drive of a mirror set fails or becomes inaccessible and the SCSI adapter BIOS does not load, the Multi identifier option will fail to locate the healthy mirror drive. As a result, the Boot.ini file on the Fault Tolerance floppy disk will require the use of the SCSI option to boot the remaining mirror drive.

NOTE: The SCSI identifier option should only be used when the SCSI adapter BIOS is not loaded. Refer to the Concepts and Planning Guide, p.163 for ARC path variable specifications.


Additional query words: prodnt

Keywords: kbusage KB130921