
   ************************************************************************
   *    PCI-to-SCSI RAID Controller Series Drivers                        *
   ************************************************************************

  1 This sub-directory includes the Text RAID manager for Windows NT 3.5x
    The directory structure and file descriptions are as follows:

        \RAIDMAN\WINNT
         |
         |---- README.TXT   : this file.
         |---- RAIDCOMM.DLL : RAID Comminication DLL(Rev. 1.12B) for WindowsNT.
         |---- RAIDMAN.EXE  : Text RAID Manager(Rev. 1.13B) for Windows NT.
         |---- RAIDSNMP.DLL : SNMP Extension Agent(Rev. 1.11A) for Windows NT.

  2 Installing TEXT RAID Manager for Windows NT
    1. Insert ASUSTek distribution diskette into floppy drive.
    2. Copy RAIDMAN.EXE and RAIDCOMM.DLL to SystemRoot\system32.
       where SystemRoot is the system root directory of Windows NT.
       For Example,
            COPY A:\RAIDMAN\WINNT\RAIDMAN.EXE  C:\WINNT35\SYSTEM32
            COPY A:\RAIDMAN\WINNT\RAIDCOMM.DLL C:\WINNT35\SYSTEM32
    3. Now, you can run RAIDMAN anywhere to manage ASUSTek RAID controllers
       through RS-232, host bus and SNMP interface.
       Note: The SNMP service must be installed before using SNMP interface.

  3 Installing SNMP Extension Agent
    At the managed Windows NT station.
    1. Install SNMP service and TCP/IP network protocol.
    2. Insert ASUSTek distribution diskette into floppy drive.
    3. Copy RAIDCOMM.DLL and RAIDSNMP.DLL to SystemRoot\system32.
       where SystemRoot is the system root directory of Windows NT.
       For Example,
            COPY A:\RAIDMAN\WINNT\RAIDCOMM.DLL C:\WINNT35\SYSTEM32
            COPY A:\RAIDMAN\WINNT\RAIDSNMP.DLL C:\WINNT35\SYSTEM32
    4. At the DOS command prompt, type REGEDT32 <ENTER>.
    5. Walk down:
        HKEY_LOCAL_MACHINE\
            SYSTEM\
            CurrentControlSet\
            Services\
            SNMP\
            Parameters\
            ExtensionAgents
       Add an entry for the ASUSTek RAID SNMP Extension Agent, the entry is:
            n:REG_SZ:SOFTWARE\PCIDA\RAIDAgent\CurrentVersion
            where n is the index of the extension agent of system,
                for default, it may be 3.
    6. Click on "ExtensionAgents" registry, select "Edit" option and then
       select "Add Value".
       Type a proper value for value name ( it may be 3 ), and set data type
       to REG_SZ, then click on "OK" button.
       Type "SOFTWARE\PCIDA\RAIDAgent\CurrentVersion" for string, then
       click on "OK" button.
    7. Go to HKEY_LOCAL_MACHINE\SOFTWARE, click on "SOFTWARE", select "Edit"
       option and then select "Add Key".
       Type "PCIDA" for key name, then click on "OK" button.
       Click on "PCIDA", select "Edit" option and select "Add Key".
       Type "RAIDAgent" for key name, then click on "OK" button.
       Click on "RAIDAgent", select "Edit" option and select "Add Key".
       Type "CurrentVersion" for key name, then click on "OK" button.
       Click on "CurrentVersion", select "Edit" option and select "Add value".
       Type "Pathname" for value name, and set data type to REG_EXPAND_SZ,
       then click on "OK" button.
       Type "%SystemRoot%\System32\RAIDSNMP.DLL" for string, then
       click on "OK" button.
    8. Close REGEDT32, then the SNMP Agent is ready for ASUSTek
       RAID Manager.
       Restart the SNMP service or restart your system.

    NOTE: The names and values in the NT registry are case sensitive.

