home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mailers / fdtn002u.zip / FDTN-002.NEW next >
Text File  |  1993-07-04  |  10KB  |  234 lines

  1. Filename....: FDTN-002.NEW: FrontDoor & RA Technical Update Note #002
  2. Dated.......: 04-July-1993
  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 jbionic@lonemb.demon.co.uk
  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:285/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.   2) SIO version 1.02 (or later)
  60.   3) VFD Virtual Fossil driver 0.54B or later (by Joakim Hernberg)
  61.  
  62. * denotes changed settings from previous FDTN
  63.  
  64. The important settings below are _dependant_ of the presence of the above
  65. files and fixes on your system.
  66.  
  67. There is absolutely no need to use any other FOSSIL driver as VFD handles
  68. the FOSSIL calls. The <drive> parameter should be substituted by the drive
  69. letter that the files are on and <directory> with your actual filepath
  70. to the file. The example is for using COM2 only at present.
  71.  
  72. config.sys amendments and additions:
  73.  
  74. -----------------------------------------------------
  75.  
  76. You will need to enlarge the enviroment that is set by default, suggested
  77. setting as used here is:
  78.  
  79. * SHELL=J:\OS2\MDOS\COMMAND.COM J:\OS2\MDOS /E:2000 /P
  80.  
  81. -----------------------------------------------------
  82.  
  83. MAXWAIT=2 (or 1 for 386-25 or faster processors)
  84.  
  85. ------------------------------------------------------
  86.  
  87. If I understand correctly, this line controls the maximum time
  88. (1 to 255 secs) that a process can be put on hold before OS/2 ups it's
  89. priority. This ensures that no process can hog the system.
  90.  
  91. ------------------------------------------------------
  92. priority=dynamic
  93. autofail=yes (needed for unattended mode, and command below :-)
  94. pauseonerror=no (This stops the popup box halting the BBS on error)
  95. threads=256  (This is increased from 96 BUT if lots of utilities or other 
  96.       (programs used may be increased to 4095 costs 10K per 1000 Threads)
  97. timeslice=32,64 (this increases overall response time on here)
  98. ------------------------------------------------------
  99. MEMMAN setting in config.sys.
  100.   I am recommending that if the system has more than 6 Meg of Ram used as:
  101. MEMMAN=SWAP,PROTECT
  102.   if less than 6 Meg of Ram be used as:
  103. MEMMAN=SWAP,MOVE
  104. ------------------------------------------------------
  105.  
  106. PRIORITY_DISK_IO=NO
  107.  
  108. This setting determines if the foreground should be given a higher priority to
  109. access the disk than the background tasks. I have no idea what effect this
  110. setting will have on a bbs running in the background, especially if the bbs has
  111. been given Foreground server priority. I think this setting should be tested
  112. in different real life situations, before we say anything either way. With
  113. Option NO file xfers and BBS down/Uploading improved by some 50 cps and no
  114. crc errors detected EXCEPT with SEAlink on mail.file xfers.
  115.  
  116. ------------------------------------------------------
  117.  
  118. Using VFD as the Fossil in the config.sys:
  119.  
  120. * device=<drive>\<directory>\sio.sys (COM2:38400,2F8,IRQ3,,F)
  121.  (The above line is an example of COM 2 using a 16550 locked at 38400)
  122. device=<drive>\<directory>\vsio.sys
  123. device=<drive>\<directory>\VFD.sys
  124.  
  125. * nb MODE command not needed as SIO handles this fine.
  126.  
  127. ----------------------------------------------------------------------
  128.  
  129. runfd.bat (mailer/bbs batch file options):
  130. @Echo Off
  131. set fd=h:\fd
  132.  
  133. path=f:\fd;%path%
  134.  
  135. * <drive>:\<directory>\VFDU l2,ls
  136.  
  137. fd:
  138. if errorlevel 299 goto unpack
  139. exit
  140.  
  141. ----------------------------------------------------
  142. *
  143. rene has suggested using in your mailer.bat (or whatever it is called) settings
  144. SET DELDIR=
  145. I am not using this setting here due to the ominous warnings from IBM and 
  146. cannot guarantee its function, apart from this setup ALL the options shown are
  147. EXACTLY as are setup and working here with excellent results (sofar :-) If you 
  148. use the SET DELDIR= you must use FDOPT=NOFCB or /NOFCB in FD versions greater
  149. than 2.10 however this does slow the processing down somewhat.
  150.  
  151. ------------------------------------------------------
  152.  
  153. OS/2 settings => SESSION OPTIONS: (All others are DEFAULT)
  154.                  Example below is using COM Port 2 Only!
  155.  
  156.  Session Options                     VFD
  157.  
  158.   COM_FOSSIL                         ON
  159.   IDLE_SENSITIVITY                   75
  160.   IDLE_SECONDS                       0
  161.   DOS_BACKGROUND_EXECUTION           ON
  162.   DOS_FILES                          60
  163.   HW_ROM_TO_RAM                      OFF
  164.   HW_TIMER                           OFF
  165.   SIO_Allow_Access_COM1              OFF
  166.   SIO_Allow_Access_COM2              ON
  167.   SIO_Allow_Access_COM3              OFF
  168.   SIO_Allow_Access_COM4              OFF
  169.   SIO_Virtualize_16550A              ON (this setting EMULATES 16550 in s/ware
  170.                                      however if it slows the program down too
  171.                                      much set to OFF)
  172.   SIO_Virtualize_COM_Ports           ON
  173. * SIO_Virtual_RTS_is_HS              ON
  174.  
  175. How to setup the Icon in PM to actually get FrontDoor working in OS/2
  176. ======================================================================
  177.  
  178. At the OS/2 PM screen following this step by step guide will enable you to 
  179. have FrontDoor run as a seperate icon, references to LH means Left Hand or
  180. button number 1. RH means Right Hand or either button 2 or button 3 on 
  181. a 3 button mouse (Please note this is after amending config.sys etc detailed
  182. above and rebooting system to fire up OS/2):
  183.  
  184.  1) Open OS/2 System Icon by LH double clicking with the pointer over the icon.
  185.  2) Pointer on Command Prompts and LH Double Click 
  186.  
  187.  3) With Pointer on Full Screen DOS press
  188.     a) Press LEFT CTRL key on keyboard and hold
  189.     b) Press RH Button on mouse and hold
  190.     c) Move Icon outside the box to the PM area of choice
  191.     d) Release RH button on mouse
  192.     e) Release LEFT CTRL key on keyboard.
  193.  
  194.   4) Move pointer to newly created icon and Press RH button
  195.   5) Move pointer to right facing arrow on option option 
  196.   6) Press LH button on mouse
  197.   7) Pointer to Settings option
  198.   8) Press LH button on mouse
  199.   9) In path and filename put where exactly your batch file is
  200.      ie c:\fd\fd.bat
  201.  10) Pointer to Session Options
  202.  11) Press LH button on mouse
  203.  12) Pointer on DOS WINDOW 
  204.  13) Press LH button on mouse
  205.  14) Pointer on Close window on exit
  206.  15) Press LH button on mouse
  207.  16) Pointer on DOS SETTINGS
  208.  17) Press LH button on mouse   
  209.  18) Pointer on Default box
  210.  19) Press LH button on mouse.
  211.  20) Go through all the options above and amend them as shown
  212.  21) When completed - Pointer on Save
  213.  22) Press LH Button on mouse
  214.  23) Pointer on General
  215.  24) Press LH button on mouse
  216.  25) Via the keyboard amend the title to whatever you desrire it to be
  217.      ie FrontDoor Mailer
  218.  26) Pointer to small box on TOP LEFT HAND of settings box
  219.  27) Double press LH button quickly on mouse.
  220.  28) The session will have ended and your amended icon is ready.
  221.  29) Pointer to the new FrontDoor Icon 
  222.  30) Double press LH button quickly on mouse.
  223.  31) ENJOY! :-)
  224.  
  225. Trademarks..: FrontDoor is a trademark of Advanced Engineering sarl.
  226.               RemoteAccess is a trademark of Continental Software.
  227.               OS/2 is a trademark of International Business Machines
  228.               IBM is a trademark of International Business Machines
  229.               VFD is a trademark of Joakim Hernberg
  230.               All other trademarks and registered trademarks are
  231.               proprietary to their respective owners.
  232.  
  233. EOF.........: FDTN-002.NEW 4th July, 1993
  234.