home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v2-61-3.zip / VBBSOS2.DOC < prev    next >
Text File  |  1993-07-08  |  18KB  |  384 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                       ██┐    ██┐ ████████┐ ████████┐ ███████┐
  14.                       ██│    ██│ └██┌──██│ └██┌──██│ ██┌────┘
  15.                        ██┐  ██┌┘  ███████│  ███████│ ███████┐
  16.                         ██┐██┌┘   ██┌──██│  ██┌──██│ └────██│
  17.                          ███┌┘   ████████│ ████████│ ███████│
  18.                          └──┘    └───────┘ └───────┘ └──────┘
  19.  
  20.                             The Virtual BBS/NET for OS/2
  21.                                    Version 6.10
  22.  
  23.                                    VBBS-OS2.DOC
  24.  
  25.                        (C) Roland De Graaf 1990, 1991, 1992, 1993
  26.  
  27.                                   4246 Elisabeth Ave.
  28.                                    Holland, MI 49424
  29.  
  30.                                          *
  31.  
  32.          ═════════════════════════════════════════════════════════════════
  33.  
  34.                            Terms of Use & Registration
  35.  
  36.                       The Virtual BBS and associated files are:
  37.                 Copyright (C) Roland De Graaf 1990, 1991, 1992, 1993.
  38.  
  39.          This Virtual BBS/NET software has been made available to you as
  40.          SHAREWARE, and is provided to you as such with hope that after
  41.          evaluating this software, you will join our growing family of
  42.          sysops nationwide.
  43.  
  44.          Your possession of this program entitles you to evaluate it for
  45.          a reasonable period of time prior to registration, and in NO
  46.          case shall this evaluation period go beyond 2 months without re-
  47.          sulting in either formal registration, or discontinuation of its
  48.          use.
  49.  
  50.          The author makes no warranty, expressed or implied, with regard
  51.          to any claims of loss or damage arising from the use of VBBS/NET
  52.          or related softwares.
  53.  
  54.          Your use of this software constitutes acceptance of the above.
  55.  
  56.          ═════════════════════════════════════════════════════════════════
  57.  
  58.          ╔════════════════════════════════════════════════════════════════╗
  59.          ║ TABLE OF CONTENTS                                              ║
  60.          ╚════════════════════════════════════════════════════════════════╝
  61.  
  62.          OVERVIEW ....................................................
  63.            Scope .....................................................
  64.            Why VBBS-OS/2? ............................................
  65.            OS/2 System Considerations ................................
  66.  
  67.          VBBS-OS/2 VCONFIG ...........................................
  68.  
  69.          Running VBBS-OS/2 ...........................................
  70.  
  71.          VBBS-OS/2 working with VBBS-DOS .............................
  72.  
  73.          Scripts .....................................................
  74.  
  75.          OS/2 and LANs ...............................................
  76.  
  77.          VBBS-OS/2 Multinet Networking ...............................
  78.  
  79.          ┌───────────────────────────────────────────────────────────┐
  80.          │ OVERVIEW                                                  │
  81.          └───────────────────────────────────────────────────────────┘
  82.           Scope
  83.           ═════
  84.  
  85.           This document will attempt to provide information particular to
  86.           VBBS-OS/2, and not a rewrite of the entire body of VBBS
  87.           documents.  Generally, VBBS 6.0 DOCS will apply, but where this
  88.           document and VBBS 6.0 DOCS conflict, this document applies with
  89.           regards to VBBS-OS/2.
  90.  
  91.           Why VBBS-OS/2?
  92.           ══════════════
  93.  
  94.           OS/2 is a powerful operating system, allowing multithreaded
  95.           multitasking at the operating system level without kludgey OS
  96.           shells.  OS/2 virtualizes ram; unlike DOS which swaps memory in
  97.           and out of the "base" 640 ram that DOS addresses directly.  OS/2
  98.           has superior (and faster) I/O control in multiuser applications.
  99.           Now, with OS/2 2.0 adding functional DOS and WINDOWS support,
  100.           REXX and more, OS/2 is a viable OS for many people with high end
  101.           PC's.  In every way, OS/2 has been designed to be a superior
  102.           multitasking environment to DOS.
  103.  
  104.           The one drawback to OS/2's performance has been the inefficient
  105.           way it handles DOS and WINDOWS communications programs.  Because
  106.           these programs require a great deal of CPU attention, they
  107.           degrade OS/2 system performance significantly, compared to
  108.           equivalent OS/2 programs.
  109.  
  110.           VBBS has been designed from the start to be a multiline
  111.           communications program.  Written in assembly and Quick Basic, it
  112.           is a very efficient program.  Since an OS/2 compiler is readily
  113.           available for programs written in Quick Basic and most of the
  114.           code could be a direct port, the marriage of VBBS and OS/2
  115.           became the next logical step in the evolution of VBBS.  No other
  116.           move could produced such dramatic performance results for single
  117.           machine, multinode VBBS so easily at this point in time.
  118.  
  119.           From the users standpoint, VBBS-OS/2 is identical to VBBS-DOS.
  120.           Every function is identical.
  121.  
  122.  
  123.           OS/2 System Considerations
  124.           ══════════════════════════
  125.  
  126.           HPFS vs. FAT
  127.  
  128.           Although HPFS is generally regarded as faster (higher
  129.           performance) than FAT file systems, it is only advantageous
  130.           under certain circumstances.  For a reason unknown at this time,
  131.           VBBS disk intensive operations are at least twice as fast with
  132.           FAT as they are with HPFS.  It is strongly recommended that HPFS
  133.           NOT be used to run VBBS at this time.  Booting with HPFS is fine,
  134.           as long as VBBS is run from a FAT partition or a NETWORK drive.
  135.  
  136.           Virtual Technologies is working with IBM to resolve the HPFS
  137.           performance issue.  Up to date information on this progress will
  138.           be posted in the VirtualNet sub "VBBS OS/2 Support",
  139.           AUTOSUBSCRIBE sub type 472629.
  140.  
  141.           We recommend the following hard drive partitioning scheme if HPFS
  142.           is to be used:
  143.  
  144.           BOOT MANAGER
  145.           (1) 60 MB PRIMARY HPFS partition (Enough for OS/2, SWAPFILE, ETC.)
  146.           (1) 1 MB PRIMARY FAT partition (Just enough to boot DOS)
  147.           (1) Extended FAT partition  (To run applications such as VBBS from)
  148.  
  149.           NOTE:  Using this arrangement will result in EITHER primary
  150.           partition (whichever is selected as active) being mapped as the C
  151.           drive and the extended FAT partition will always be the D drive.
  152.  
  153.           OS/2 1.3
  154.  
  155.           Though not tested, VBBS-OS/2 should run fine in multinode
  156.           situations on a single 80286 based machine, running OS/2 1.3
  157.           with a minimum of four megabites of RAM and a 60 megabyte hard
  158.           drive.  Many OS/2 old timers that do not use DOS applications
  159.           still prefer OS/2 1.3 because of it's leaner system
  160.           requirements.
  161.  
  162.           OS/2 2.x
  163.  
  164.           OS/2 2.x requires at least a 386sx to run.  To run VBBS-OS/2
  165.           effectively, at least 8 megabites of RAM and a 125 megabyte hard
  166.           drive should be used.   Though OS/2 2.x will run on lesser
  167.           systems, performance and storage space will quickly become
  168.           issues on systems configured in such a manner.
  169.  
  170.           Although VBBS-OS/2 should run fine on OS/2 1.3, it has been tested
  171.           extensively only on OS/2 2.x.  As a result, there are some system
  172.           settings that we can pass on as a result of our experience that may
  173.           help you.
  174.  
  175.           CONFIG.SYS Settings:
  176.  
  177.           TIMESLICE=32      (Minimum timeslice OS/2 will use)
  178.           MAXWAIT=1         (Number of wait units system will wait before
  179.                              checking other tasks)
  180.  
  181.           SWAPPATH=C:\OS2\SYSTEM 4096 8192   (This controls the size of
  182.                                               the swapfile.  If you have
  183.                                               room on you HD, increasing
  184.                                               the start size to 4 MB and
  185.                                               the max size to 8 MB seems to
  186.                                               help when running with 8
  187.                                               MB DRAM)
  188.  
  189.           DEVICE=C:\OS2\VDISK.SYS 16 128 16   (This will create a Virtual
  190.                                                disk to use for the
  191.                                                CONTROL.DAT directory.  Place
  192.                                                this at the end of your
  193.                                                CONFIG.SYS file.)
  194.  
  195.           VBBS-OS/2 has been tested with OS/2 version 2.0 through each
  196.           beta version of 2.1 and now the 2.1 GA release.  OS/2 2.1 is
  197.           recommended because most users report superior stability.
  198.  
  199.           Digiboard
  200.  
  201.           OS/2 drivers are available for Digiboards from the manufacturer
  202.           for both 1.3 and 2.0.
  203.  
  204.           Communications Ports
  205.  
  206.           OS/2 will not allow programs to share interrupts (except on
  207.           properly configured Microchannel machines).  The easiest
  208.           way to run two nodes would be to use a bus mouse, making
  209.           comport 1 and comport 2 available for modem use.
  210.  
  211.          ┌───────────────────────────────────────────────────────────┐
  212.          │ VBBS-OS/2 VCONFIG                                         │
  213.          └───────────────────────────────────────────────────────────┘
  214.           Installing and running VBBS-OS/2 is nearly identical to the
  215.           procedure used for VBBS-DOS.
  216.  
  217.           The main difference is that the VBBS-OS/2 Control Panel has been
  218.           stripped down.  Most WFC functions are not needed, since WFC
  219.           functions can be handled as separate tasks.
  220.  
  221.           Channel configuration is handled identically to the DOS version,
  222.           HOWEVER the OS/2 2.x GA release does NOT support locked com port
  223.           speeds of over 19,200 baud with supplied COM.SYS drivers.
  224.           Since VBBS-OS/2 is untested under OS/2 1.3 as of this writing,
  225.           locking the com port at speeds over 19,200 baud is not recommended
  226.           without experimentation. OS/2 1.3 and 2.0 have 16550 UART support.
  227.  
  228.           HIGHLY RECOMMENDED:
  229.  
  230.           Communications performance can be greatly enhanced by locking
  231.           the com port at 38400 instead of 19200.  Since the stock com
  232.           drivers supplied with OS/2 do not allow this, replacement
  233.           drivers must be used.  We recommend Ray Gwinn's SIO drivers.
  234.           These are shareware, and curently registration is only $15.00
  235.           for four ports.  Additional ports are supported at an
  236.           additional cost.  They really are outstanding drivers, and
  237.           well worth the money for all OS/2 communications, not just
  238.           VBBS.  SIO is available at:
  239.  
  240.            The Rubber Room,       203-877-5856 and 203-876-0695
  241.            Virtual Technologies,  616-399-8791 and 616-399-4818
  242.  
  243.           1.  Obtain a copy of Ray Gwinn's SIO102.ZIP.
  244.           2.  Unzip it into a directory something like this:
  245.               C:\SIO
  246.           3.  Modify your config.sys file, removing the COM.SYS and
  247.               VCOM.SYS drivers, and replacing them with SIO.SYS and
  248.               VSIO.SYS.  EX:
  249.  
  250.               REM DEVICE=C:\OS2\COM.SYS
  251.               REM DEVICE=C:\OS2\MDOS\VCOM.SYS
  252.               DEVICE=C:\SIO\SIO.SYS
  253.               DEVICE=C:\SIO\VSIO.SYS
  254.  
  255.           4.  No special paramters are necessary for normal operation of com
  256.               ports 1 and 2.  However, com port can be configured however
  257.               needed by specifying the port, base address and IRQ.
  258.  
  259.               EX:
  260.  
  261.               DEVICE=C:\SIO\SIO.SYS (1,3F8,4) (2,2F8,3)
  262.               DEVICE=C:\SIO\VSIO.SYS
  263.  
  264.  
  265.          ┌───────────────────────────────────────────────────────────┐
  266.          │ RUNNING VBBS-OS/2                                         │
  267.          └───────────────────────────────────────────────────────────┘
  268.           VBBS-OS/2 is started similarly to VBBS-DOS.  Different
  269.           channels are started by passing the channel number to VBBS.EXE
  270.           as a parameter just as in the DOS version.  A CMD file is
  271.           included to get started.  The shareware version supports two
  272.           active nodes and one local node.  EX:
  273.  
  274.           BBS 0         Starts Local Channel;
  275.           BBS 1         Starts Channel 1;
  276.           BBS 2         Starts Channel 2;
  277.           :
  278.           :
  279.           BBS 8         Starts Channel 8.
  280.  
  281.           VBBS runs only in full screen mode for optimum efficiency.
  282.  
  283.           Multiple VBBS nodes can be started under OS/2 in the startup
  284.           sequence by including the following in the STARTUP.CMD file:
  285.  
  286.           --- Begin STARTUP.CMD ---
  287.  
  288.           start bbs 0
  289.           start bbs 1
  290.           start vsysmon
  291.  
  292.           --- End STARTUP.CMD ---
  293.  
  294.          ┌───────────────────────────────────────────────────────────┐
  295.          │ VBBS-OS/2 MULTINET NETWORKING                             │
  296.          └───────────────────────────────────────────────────────────┘
  297.           VBBS-OS/2 fully supports FIDO type and the new Vnet type networks
  298.           using the VXY protocol.
  299.  
  300.           Care must be taken to make sure that if VBBS-DOS and VBBS-OS/2
  301.           will share databases, that network configurations do NOT allow
  302.           HSLINK, as this protocol is not currently available for
  303.           VBBS/OS2.  A setting in VCONFIG allowing DSZ for Virtualnet
  304.           type networks will enable VXY's ZMODEM.
  305.  
  306.          ┌───────────────────────────────────────────────────────────┐
  307.          │ OS/2 AND LANS                                             │
  308.          └───────────────────────────────────────────────────────────┘
  309.           VBBS-OS/2 can be connected to other VBBS workstations (OS/2
  310.           or DOS based) via Novell Netware, or IBM's LAN Server
  311.           products.  VBBS-OS/2 has been tested using OS/2 2.x and
  312.           Novell 3.11 very successfully.  The requestor for OS/2 2.x is
  313.           available from Novell for about $40.00, and the requestor
  314.           for 1.3 comes with Novell Netware.
  315.  
  316.          ┌───────────────────────────────────────────────────────────┐
  317.          │ VBBS-OS/2 WORKING WITH VBBS-DOS                           │
  318.          └───────────────────────────────────────────────────────────┘
  319.           VBBS-OS/2 has been fully tested and is VBBS-DOS compliant.
  320.           VBBS-OS/2 can be installed directly over VBBS-DOS, taking the
  321.           place of the DOS base program or it can be installed parallel to
  322.           the DOS program, working with it using the same databases and
  323.           control.v file.  VBBS has been tested with the following path
  324.           configuration:
  325.  
  326.           VBBS-DOS Executables:
  327.  
  328.           \VBBS\DOS
  329.  
  330.           VBBS-OS/2 Executables:
  331.  
  332.           \VBBS\OS2
  333.  
  334.           All other paths shared by VBBS-DOS and VBBS-OS/2.
  335.  
  336.           Special considerations for VBBS-OS/2:
  337.  
  338.            *  If upgrading from VBBS-DOS, remember to remove DSZ and
  339.               HSLINK protocol options in VCONFIG, as well as any other
  340.               DOS protocols.
  341.  
  342.            *  Remove DOS Doors from the door configuration in VCONFIG.
  343.  
  344.               (NOTE:  Although it is possible to run DOS BBS doors from
  345.               VBBS-OS/2 with OS/2 2.x, it is not recommended.  DOS DOORS
  346.               slow overall system performance terribly, since almost none
  347.               were written with OS/2 awareness in mind.
  348.  
  349.            *  Remove references to DOS programs called in scripts (SCAN,
  350.               etc.) unless you have OS/2 equivelents.
  351.  
  352.            *  Remove ARJ, LHA and other miscellaneous archive utility
  353.               configurations from VCONFIG.  A bound version (meaning it
  354.               will run natively both in OS/2 and DOS) of PKZIP 1.10 is
  355.               available at the Rubber Room BBS, 1@1203000 and at Virtual
  356.               Technologies, 1@1 as PKZ102-2.EXE.
  357.  
  358.          ┌───────────────────────────────────────────────────────────┐
  359.          │ SCRIPTS                                                   │
  360.          └───────────────────────────────────────────────────────────┘
  361.           VBBS-OS/2 should now be able to share scripts with VBBS-DOS.
  362.           No special provisions must be made for VBBS-OS/2 for properly
  363.           written scripts.  VBBS-OS/2 does come with it's own OS/2 script
  364.           compiler.
  365.  
  366.          ┌───────────────────────────────────────────────────────────┐
  367.          │ DOORS                                                     │
  368.          └───────────────────────────────────────────────────────────┘
  369.           It is known that the SIO.SYS and VSIO.SYS drivers replacing
  370.           COM.SYS and VCOM.SYS, (written by Ray Gyinn) with OS/2 2.1 will
  371.           make DOS doors run under OS/2 2.x.  To make this possible, modify
  372.           the SIO command line, adding port speed and a - to the command line
  373.           as follows:
  374.  
  375.           DEVICE=C:\SIO\SIO.SYS (1:38400,3F8,4, -) (2:38400,2F8,3, -)
  376.  
  377.           Even so, this is not recommended, as opening a DOS
  378.           communications session will significantly impair system
  379.           performance, virtually defeating the purpose of running OS/2 in
  380.           the first place.  Additionally, a certain degree of reliability
  381.           is traded off.
  382.  
  383.           Using only OS/2 Door programs is recommended.
  384.