home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fdtn_02.zip / FDTN-002.FD
Text File  |  1994-02-22  |  10KB  |  249 lines

  1. Filename....: FDTN-002.FD: FrontDoor & RA Technical Update Note #002
  2. Dated.......: 22-February-1994
  3.  
  4. ATTENTION: Please print this out before going any further!
  5.  
  6. Subject.....: Using the OS/2 version 2.1 GA Release
  7.               with FrontDoor v2.02 and above.
  8.               and RemoteAccess v2.00 or above.
  9.               
  10. Copyright...: 1992-1993, the author.
  11.  
  12. Author......: john a.h. barton - 2:257/168@fidonet
  13.  
  14. Contributors: Joakim Hernberg - 2:270/34
  15.               rene carlsen - 2:230/910
  16.               mark howard - 1:260/1
  17.               Bob Beilstein - 1:260/369
  18.               Ruud De.Bruin - 2:281/603
  19.               andrew milner - 2:270/18
  20.               joaquim homrighausen - 2:270/17 
  21.               Tomas Bremin - 2:270/7
  22.               Henk Heidema - 2:270/17.304
  23.               Barry Blackford - 3:774/605           
  24.  
  25. Abstract....:
  26.  
  27. The purpose of this document is to provide one method of implementation with
  28. regards to the use of OS/2 version 2.1 GA with FrontDoor v2.02 or above.
  29. The intent is to provide a sample configuration with the options and
  30. settings with regards to achieving the best settings for communications and
  31. operating OS/2.
  32.  
  33. Several caveats:
  34.  
  35. 1) The settings and techniques used in this document do not represent
  36.    the ONLY way to do this, and perhaps do not even represent the optimal
  37.    configuration, and the information in this document is subject to change,
  38.    based upon updated information, error corrections, increased or updated
  39.    modem capability, or FD and OS/2 updates.
  40.  
  41. 2) The settings used are based upon OS/2 2.1 GA Release, and some options
  42.    may not be available on your systems yet. Where possible, I have noted
  43.    which settings may differ, however it is placed upon the reader to
  44.    examine and report the viability of the suggested techniques with regards
  45.    to the particular options in use.
  46.  
  47. 3) For optimal modem settings for V32bis modems refer to FDTN-001.Z05
  48.  
  49. 4) The contributors to this file make no warranties, neither expressed
  50.    nor implied. The aim behind the procedures described below is to
  51.    encourage experimentation within a wide range of PC configurations.
  52.    In no way can any of the creators of this file be held liable for any
  53.    losses in time, matter, service, expected profit, or patience!
  54.    It is *only* guaranteed to take up disk space :-)
  55.  
  56. Programs and fixes needed to get the system up and running:
  57.  
  58.   1) OS/2 2.1 GA release
  59.  
  60. * There are two APARS available to reduce the 100% processor time used when 
  61. running FD in a DOSBOX, however the APARS are not 100% error free and the
  62. CSD update is promised to fix all problems including the 100% CPU useage.
  63.  
  64.   2) SIO version 1.02 (or later)
  65.  
  66. * Later versions of SIO also have VX00.SYS as fossil. Some activate VX00.SYS
  67. in the DOS SETTINGS/DOS_DEVICE by entering there drive:\path\VX00.SYS or
  68. simply loading via the config.sys
  69.  
  70.   3) VFD Virtual Fossil driver 0.54B or later (by Joakim Hernberg)
  71.  
  72. * denotes changed settings from previous FDTN
  73.  
  74. The important settings below are _dependant_ of the presence of the above
  75. files and fixes on your system.
  76.  
  77. There is absolutely no need to use any other FOSSIL driver as VFD handles
  78. the FOSSIL calls. The <drive> parameter should be substituted by the drive
  79. letter that the files are on and <directory> with your actual filepath
  80. to the file. The example is for using COM2 only at present.
  81.  
  82. config.sys amendments and additions:
  83.  
  84. -----------------------------------------------------
  85.  
  86. You will need to enlarge the enviroment that is set by default, suggested
  87. setting as used here is:
  88.  
  89. * SHELL=J:\OS2\MDOS\COMMAND.COM J:\OS2\MDOS /E:2000 /P
  90.  
  91. -----------------------------------------------------
  92.  
  93. MAXWAIT=2 (or 1 for 386-25 or faster processors)
  94.  
  95. ------------------------------------------------------
  96.  
  97. If I understand correctly, this line controls the maximum time
  98. (1 to 255 secs) that a process can be put on hold before OS/2 ups it's
  99. priority. This ensures that no process can hog the system.
  100.  
  101. ------------------------------------------------------
  102. priority=dynamic
  103. autofail=yes (needed for unattended mode, and command below :-)
  104. pauseonerror=no (This stops the popup box halting the BBS on error)
  105. threads=256  (This is increased from 96 BUT if lots of utilities or other 
  106.       (programs used may be increased to 4095 costs 10K per 1000 Threads)
  107.  
  108. ------------------------------------------------------
  109. MEMMAN setting in config.sys.
  110.   I am recommending that if the system has more than 6 Meg of Ram used as:
  111. MEMMAN=SWAP,PROTECT
  112.   if less than 6 Meg of Ram be used as:
  113. MEMMAN=SWAP,MOVE
  114. ------------------------------------------------------
  115.  
  116. PRIORITY_DISK_IO=NO
  117.  
  118. This setting determines if the foreground should be given a higher priority to
  119. access the disk than the background tasks. I have no idea what effect this
  120. setting will have on a bbs running in the background, especially if the bbs has
  121. been given Foreground server priority. I think this setting should be tested
  122. in different real life situations, before we say anything either way. With
  123. Option NO file xfers and BBS down/Uploading improved by some 50 cps and no
  124. crc errors detected EXCEPT with SEAlink on mail.file xfers.
  125.  
  126. ------------------------------------------------------
  127.  
  128. Using VFD as the Fossil in the config.sys:
  129.  
  130. * device=<drive>\<directory>\sio.sys (COM2:38400,2F8,IRQ3,,F)
  131.  (The above line is an example of COM 2 using a 16550 locked at 38400)
  132. device=<drive>\<directory>\vsio.sys
  133. device=<drive>\<directory>\VFD.sys
  134.  
  135. * nb MODE command not needed as SIO handles this fine.
  136.  
  137. ----------------------------------------------------------------------
  138.  
  139. runfd.bat (mailer/bbs batch file options):
  140. @Echo Off
  141. set fd=h:\fd
  142.  
  143. * <drive>:\<directory>\VFDU l2,ls
  144.  
  145. fd:
  146. if errorlevel 299 goto unpack
  147. exit
  148.  
  149. ----------------------------------------------------
  150. *
  151. rene has suggested using in your mailer.bat (or whatever it is called) settings
  152. SET DELDIR=
  153. I am not using this setting here due to the ominous warnings from IBM and 
  154. cannot guarantee its function, apart from this setup ALL the options shown are
  155. EXACTLY as are setup and working here with excellent results (sofar :-) If you 
  156. use the SET DELDIR= you must use FDOPT=NOFCB or /NOFCB in FD versions greater
  157. than 2.10 however this does slow the processing down somewhat.
  158.  
  159. ------------------------------------------------------
  160.  
  161. OS/2 settings => SESSION OPTIONS: (All others are DEFAULT)
  162.                  Example below is using COM Port 2 Only!
  163.  
  164.  Session Options                     VFD
  165.  
  166.   COM_FOSSIL                         ON
  167.   IDLE_SENSITIVITY                   75
  168.   IDLE_SECONDS                       0
  169.   DOS_BACKGROUND_EXECUTION           ON
  170.   DOS_FILES                          60
  171.   HW_ROM_TO_RAM                      OFF
  172.   HW_TIMER                           OFF
  173.   SIO_Allow_Access_COM1              OFF
  174.   SIO_Allow_Access_COM2              ON
  175.   SIO_Allow_Access_COM3              OFF
  176.   SIO_Allow_Access_COM4              OFF
  177.   SIO_Virtualize_16550A              ON (this setting EMULATES 16550 in s/ware
  178.                                      however if it slows the program down too
  179.                                      much set to OFF)
  180.   SIO_Virtualize_COM_Ports           ON
  181. * SIO_Virtual_RTS_is_HS              ON
  182.  
  183.  
  184. I am reliably informed that the list of options for SIO (v1.26C) has grown. 
  185. Leave everything on default. Only set COM1, COM2, COM3 and COM4 to on for 
  186. the actual port you are using for that particular DOS_SESSION. Also set 
  187. HW_ROM_TO_RAM on ON and the same wih DOS_HIGH. The rest of the settings are 
  188. default except for reducing EMS and XMS memory to 1024KB.
  189.  
  190. How to setup the Icon in PM to actually get FrontDoor working in OS/2
  191. ======================================================================
  192.  
  193. At the OS/2 PM screen following this step by step guide will enable you to 
  194. have FrontDoor run as a seperate icon, references to LH means Left Hand or
  195. button number 1. RH means Right Hand or either button 2 or button 3 on 
  196. a 3 button mouse (Please note this is after amending config.sys etc detailed
  197. above and rebooting system to fire up OS/2):
  198.  
  199.  1) Open OS/2 System Icon by LH double clicking with the pointer over the icon.
  200.  2) Pointer on Command Prompts and LH Double Click 
  201.  
  202.  3) With Pointer on Full Screen DOS press
  203.     a) Press LEFT CTRL key on keyboard and hold
  204.     b) Press RH Button on mouse and hold
  205.     c) Move Icon outside the box to the PM area of choice
  206.     d) Release RH button on mouse
  207.     e) Release LEFT CTRL key on keyboard.
  208.  
  209.   4) Move pointer to newly created icon and Press RH button
  210.   5) Move pointer to right facing arrow on option option 
  211.   6) Press LH button on mouse
  212.   7) Pointer to Settings option
  213.   8) Press LH button on mouse
  214.   9) In path and filename put where exactly your batch file is
  215.      ie c:\fd\fd.bat
  216.  10) Pointer to Session Options
  217.  11) Press LH button on mouse
  218.  12) Pointer on DOS WINDOW 
  219.  13) Press LH button on mouse
  220.  14) Pointer on Close window on exit
  221.  15) Press LH button on mouse
  222.  16) Pointer on DOS SETTINGS
  223.  17) Press LH button on mouse   
  224.  18) Pointer on Default box
  225.  19) Press LH button on mouse.
  226.  20) Go through all the options above and amend them as shown
  227.  21) When completed - Pointer on Save
  228.  22) Press LH Button on mouse
  229.  23) Pointer on General
  230.  24) Press LH button on mouse
  231.  25) Via the keyboard amend the title to whatever you desrire it to be
  232.      ie FrontDoor Mailer
  233.  26) Pointer to small box on TOP LEFT HAND of settings box
  234.  27) Double press LH button quickly on mouse.
  235.  28) The session will have ended and your amended icon is ready.
  236.  29) Pointer to the new FrontDoor Icon 
  237.  30) Double press LH button quickly on mouse.
  238.  31) ENJOY! :-)
  239.  
  240. Trademarks..: FrontDoor is a trademark of Advanced Engineering sarl.
  241.               RemoteAccess is a trademark of Continental Software.
  242.               OS/2 is a trademark of International Business Machines
  243.               IBM is a trademark of International Business Machines
  244.               VFD is a trademark of Joakim Hernberg
  245.               All other trademarks and registered trademarks are
  246.               proprietary to their respective owners.
  247.  
  248. EOF.........: FDTN-002.FD 22nd February, 1994
  249.