home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / NEWC280.ZIP / DEC.TXT < prev    next >
Encoding:
Text File  |  1991-11-15  |  5.3 KB  |  145 lines

  1.  
  2. ALL Computers Inc. / Digital Equipment Corp. PCSA Ver 3.0
  3. Examples DETAILED INSTALLATION EXAMPLE (MAXIMUM MEMORY MADE
  4. AVAILABLE)
  5.  
  6. WARNING!!!!! The following Example will not allow the network to
  7. be removed from memory by means of Stopnet.  This is due to PCSA
  8. components being loaded into the HIGH MEMORY area where MEMMAN
  9. cannot reach them.  This Configuration also may not be supported
  10. by Digital Equipment Corp. Use of these examples are at the
  11. users own risk. ALL Computers accepts no responsibility for the
  12. use or misuse of this example.
  13.  
  14. CONFIG.SYS
  15.     DEVICE=HIMEM.SYS (Remove if using ALL CHARGE 386)
  16.     DEVICE=\ALL\ALLEMM4.SYS RAM
  17.     BUFFERS=1 <Reduces DOS default of 8 buffers>
  18.     SHELL=\COMMAND.COM /P /E:526
  19.  
  20. AUTOEXEC.BAT
  21.     ECHO OFF
  22.     BREAK ON
  23.     PATH=C:\;C:\DOS;C:\ALL;C:\DECNET
  24.     FILES /AF =20
  25.     BUFFERS /AF =19
  26.     LASTDRIV /AF =Z:
  27.     DEVICE /AF =LADDRV.SYS /D:4
  28.     DEVICE /AF =DECMOUSE.SYS (If Required)
  29.     PROMPT $P$G
  30.     REM <KEYBOARD INITIALIZATION FILES GO HERE ie: LK250 RELATED)
  31.     REM <TEMPORARILY COMMENT OUT CALL TO STARTNET.BAT>
  32.     REM <BALANCE OF AUTOEXEC REMAINS UNCHANGED>
  33.  
  34. STARTNET.BAT
  35. NOTE: See Generic Configuration Notes contained in ALLMENU. This
  36. creates the proper Startnet.bat from which to start this
  37. process.
  38.  
  39. Initial Installation; Upon first installing an ALL Memory
  40. Management unit with PCSA ver 3.x it is recommended that the
  41. user manually step through the loading of the network. This is
  42. done to determine available memory addresses after each module
  43. has been loaded. It really is quite painless but...
  44. WARNING.....If you do not understand this process or the
  45. workings of PCSA, this process is best left to your System
  46. Administrator or PCSA Technical advisor.
  47.  
  48. THIS PROCEDURE ASSUMES THAT YOU ARE USING A REV E OR REV H DEPCA
  49. BOARD IN LARGE MODE CONFIGURED TO RESIDE AT D000h. REFER TO
  50. DEPCA MANUAL FOR JUMPER SETTINGS. SHOULD YOU HAVE THE NEW DE100
  51. OR DE200 PATHWORKS CONTROLLER (New DEPCA, Low Cost & Hi Speed
  52. respectively) SEE NOTES BELOW CONCERNING LOADING OF DLL.
  53.  
  54. Please Note: The ALL CHARGECARD does not support the new DEMCA
  55. (Microchannel) ethernet board from Digital Equipment Corp at
  56. this time.
  57.  
  58. Reboot System To CLEAR any portions of the network that may be
  59. loaded and to confirm above Config.sys & Autoexec.bat load
  60. without error.
  61.  
  62. Step 1 > Execute ALLOAD with no parameters. Identify the next
  63. available memory address displayed as "FREE". Example if ALLOAD
  64. reports; Segment 0xB3DC  16384 Bytes  * free * , jot down B3DC
  65. for later use.  Ignore * HOLE * entries. Normally you will see
  66. this at 0xB800, this is your text based video address 32K in
  67. size. The DEPCA board will also create a "Black Hole" starting
  68. at 0xD000. The key word here is OPTION ROMS.
  69.  
  70. Step 2 > Set _path=%path%
  71.  
  72. Step 3 > Execute nosemi.exe
  73.  
  74. Step 4 > Set path=\decnet
  75.  
  76. Step 5 > Execute; ALLOAD /SG:xxxx Stub
  77. (where "xxxx" is the address found by Alload to be the next
  78. available free segment.)
  79.  
  80. Step 6 > If successful, mark down address used for "/SG:xxxx"
  81. option and save this note.
  82.  
  83. Step 7 > If above fails, retry step 4 with a /SG:xxxx address
  84. with a larger * free * value. If all else fails attempt to
  85. ALLOAD it without the "/SG:xxxx" option.
  86.  
  87. Step 8 > Execute; REDIR /HIMEM:YES
  88.  
  89. Step 9 > Repeat step 1
  90.  
  91. Step 10 > Execute; ALLOAD /SG:xxxx SCH /A
  92. (In most cases, SCH will fit on the "B" page. It requires 12K to
  93. load. If you loaded the DECMOUSE with "/AF" option, SCH may NOT
  94. FIT on "B" page.)
  95.  
  96. Step 11 > Repeat step 6 & 7
  97.  
  98. Step 12 > Repeat step 1
  99.  
  100. Step 13 > Execute; ALLOAD /SG:xxxx DLL /FAST
  101. (The DLL /FAST command requires approximately 20K free space to
  102. load but only uses 16K once loaded.) (WARNING!!! IF USING THE
  103. DE100 OR DE200 DEPCA BOARD YOU CANNOT ALLOAD DLL INTO HIGH RAM.
  104. IT MUST REMAIN IN CONVENTIONAL MEMORY, NETWORK LOAD FAILURE WILL
  105. RESULT OTHERWISE!)
  106.  
  107. Step 14 > Repeat steps 6 & 7
  108.  
  109. Step 15 > Execute; ALLOAD EMSLOAD \DECNET\LAST /N:YOURNODE
  110.  
  111. Step 16 > Execute; EMSLOAD \DECNET\LAD (Do NOT use alload for
  112. this one.  Failure will result.)
  113.  
  114. Step 17 > Execute; USE/FIXUP/NOLOG
  115.  
  116. Step 18 > Set _SYSD=?:
  117.  
  118. Step 19 > Execute; USE ?:PCSA$DOS_SYSTEM_V30 /V /ENV=_SYSD
  119.  
  120. Step 20 > Set path \DECNET;%_SYSD%\DECNET
  121.  
  122. Step 21 > Repeat step 1
  123.  
  124. Step 22 > Execute; ALLOAD /SG:xxxx DNNETHLD %_SYSD%\DECNET\DNNETHAT.EXE
  125.  
  126. Step 23 > Repeat 6 & 7
  127.  
  128. Your Done!!!!! Execute your LOGIN and walk around and make sure
  129. everything is ok. Please note that proper PATHS have not been
  130. setup for general use.  You may experience difficulty starting
  131. applications. This will be corrected once everything has been
  132. committed to Startnet.bat. Now assuming that everything is
  133. functioning ok, and you still have that piece of paper with the
  134. memory addresses on it, your last step is to commit it to the
  135. Startnet.bat file and make it automatically load this way when
  136. the machine boots. If all went well, you should have 570K +
  137. available conventional memory.  NOTE: The SAVE command
  138. referenced in Startnet right after the :already_run label can be
  139. deleted. As mentioned previously, you will not be able to unload
  140. the network after configuring the network in this fashion, so
  141. SAVE is not required. This will "Save" you an additional 2K or
  142. so.  Make sure that the temporary comment placed in front of
  143. CALL STARTNET command in the Autoexec.bat file has been removed
  144. and reboot to confirm all is well.  Happy Computing!
  145.