home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 10 / mycd10.iso / share / os2 / utilidad / ncrscsi / intro.txt next >
Encoding:
Text File  |  1994-10-20  |  7.2 KB  |  143 lines

  1. ***************************************************************************
  2.                 INTRO.TXT
  3. ***************************************************************************
  4. This file presents general information about the NCR SDMS software
  5. product. It is divides into the following sections:
  6.  
  7. General Description
  8. Overview
  9.     SCSI BIOS
  10.     SCSI Device Drivers
  11. Before You Begin
  12.     Basic Rules For SCSI Host Bus Adapter and Device Installation
  13. **************************************************************************
  14.  
  15.  
  16. *************************** General Description **************************
  17.  
  18. The NCR SCSI Device Management System (SDMS) is a complete software package 
  19. that solves the increasingly complex problem of managing system I/O. It 
  20. seamlessly addresses hardware and software interfaces by supporting the NCR 
  21. family of SCSI processors and controllers, and a wide range of SCSI 
  22. peripheral devices, while offering interoperability across application 
  23. programs, operating systems, and host platforms. SDMS consists of a resident 
  24. SCSI BIOS that manages all SCSI controller or processor specific functions, 
  25. and a series of SCSI device drivers that provide operating system and 
  26. peripheral specific support.
  27.  
  28. SDMS provides a standard method to interface SCSI I/O subsystems with devices, 
  29. operating systems, and application software. It also enhances system 
  30. capabilities already provided by SCSI controllers and processors by 
  31. facilitating multi-threaded I/O support, system-wide SCSI device access, and 
  32. creation of new applications.
  33.  
  34.  
  35. ******************************** Overview ********************************
  36.  
  37. An NCR SCSI controller or processor can control peripherals such as hard disk 
  38. drives, CD-ROM drives, tape drives, and removable media. SCSI peripherals are
  39. intelligent devices that do not need the constant attention required by 
  40. non-intelligent devices. Up to 15 SCSI peripheral devices can be connected 
  41. (via the SCSI bus) to a SCSI host bus adapter card on which the SCSI 
  42. controller or processor resides.
  43.  
  44. A SCSI host bus adapter can also function as a secondary adapter in a system 
  45. which already has a primary hard drive controller card (IDE, ESDI, ST506). 
  46. Only SCSI host bus adapters will do this, expanding the possibilities for 
  47. system configuration.
  48.  
  49. * SCSI BIOS *
  50.  
  51. A SCSI BIOS is the bootable ROM code that manages SCSI hardware resources. It 
  52. is specific to a family of NCR SCSI controllers or processors. An NCR SCSI 
  53. BIOS integrates with a standard system BIOS, extending the standard disk 
  54. service routine provided through INT13. It is also responsible for processing 
  55. and executing SCSI requests communicated from a SCSI device driver or 
  56. application.
  57.  
  58. An important feature of the SCSI BIOS is that it is completely operating 
  59. system independent. All ROM based SCSI BIOS support booting from a SCSI hard 
  60. disk and can be ported to a variety of hardware platforms. They also support 
  61. 16- and 32-bit operating systems running under real or protected addressing 
  62. modes.
  63.  
  64. The NCR SCSI BIOS provides a hardware independent interface which isolates 
  65. the operating system drivers and SCSI application programs from the underlying 
  66. hardware. This enables a single driver to work with any host adapter or SCSI 
  67. controller which has an NCR SCSI BIOS.
  68.  
  69. During its boot time initialization, the SCSI BIOS determines if another hard 
  70. disk is already installed. If there is, the SCSI BIOS will map any SCSI drives 
  71. it finds behind the drive already installed. Otherwise, the SCSI BIOS will 
  72. install drives starting with the system boot drive. In this case, the system 
  73. will boot from a drive controlled by the SCSI BIOS.
  74.  
  75. If the operating system used is DOS 5.0 or above, the SCSI BIOS allows access 
  76. to a maximum of eight SCSI hard disks via INT13. The number controlled by the 
  77. SCSI BIOS depends on the number of non-SDMS controlled disk drives in the 
  78. system. For more information on SCSI BIOS control of hard disk drives, see 
  79. Chapter 2, Device Drivers for DOS/Windows. 
  80.  
  81. * SCSI Device Drivers *
  82.  
  83. The SCSI device drivers translate an operating system I/O request into a data 
  84. structure, and transport the structure to the SCSI BIOS (see figure 1-2). An 
  85. NCR SCSI device driver is operating system specific, but completely hardware 
  86. independent. The hardware specifics are addressed by the SCSI BIOS.
  87.  
  88. Although a driverless solution exists for the DOS operating system, and 
  89. provides adequate support for many applications, loading a driver (or drivers 
  90. in some cases) will provide additional features. Connecting peripherals other 
  91. than hard disk drives, for example, requires loading the appropriate 
  92. driver(s). 
  93.  
  94. The following chapters provide information on the use and installation of these drivers within each operating system.
  95.  
  96.  
  97. **************************** Before You Begin ****************************
  98.  
  99. SDMS software requires an IBM PC/AT or compatible computer with an 80386 or 
  100. higher microprocessor. An understanding of basic operating system commands is 
  101. assumed. In addition, users of this manual should have a general knowledge of 
  102. the SCSI standard. For background information on this subject, refer to the 
  103. SCSI-2 specification or the book SCSI: Understanding the Small Computer 
  104. System Interface. Sources for these publications are listed in the preface of 
  105. this document.
  106.  
  107. Before using the SDMS software, the NCR SCSI controller should be configured 
  108. into your system, taking into account the configuration of other host bus 
  109. adapters and system resources (see Basic Rules... listed below).
  110.  
  111. NCR recommends that all data be backed up before making any changes or 
  112. installing any software, including NCR SCSI controllers and software. Failure 
  113. to adhere to this accepted computer practice may lead to loss of data.
  114.  
  115. * Basic Rules For SCSI Host Bus Adapter and Device Installation *
  116.  
  117. Both ends of the SCSI bus must be terminated. Refer to the hardware manuals 
  118. for the devices and the host bus adapter to determine what the terminators 
  119. are, and where they are located.
  120.  
  121. Each SCSI device must be configured with a different ID number. Refer to the 
  122. hardware manuals for the devices and the host bus adapter to locate where the 
  123. jumpers or dip switches are for setting ID numbers. Usually the host bus 
  124. adapter is ID 7. The devices are then set at IDs 0 through 6 (plus 8 through 
  125. 15 for wide SCSI). The bootable hard drive must have the lowest numerical ID. 
  126.  
  127. The red or blue line on a standard SCSI cable (or the black line on one end 
  128. of a multi-colored SCSI cable) designates pin one on the cable connector and 
  129. must connect to pin one on the device or host bus adapter connector. Refer to 
  130. the hardware manuals for the devices and the controller to locate pin one of 
  131. the connector.
  132.  
  133. If the system already has an internal bootable hard drive (IDE, ESDI, ST506), 
  134. the drivers for the SCSI device(s) must reside on the internal bootable hard 
  135. drive.
  136.  
  137. For non-PCI devices, whenever installing multiple host bus adapters in one 
  138. system, each card must be set to a different base BIOS address, as long as 
  139. the primary adapter has a lower base BIOS address than the secondary 
  140. adapter(s). Also, make certain each adapter is set to a different base I/O 
  141. address and IRQ.
  142.  
  143.