home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / alltips.zip / DLRVMB.FAX < prev    next >
Text File  |  1994-11-28  |  6KB  |  141 lines

  1. Set up DLR in VMB for LAN 2.0  (LS 3.0 r 2/11/93..
  2.  
  3.                             DLRVMB FOR LAN SERVER 2.0
  4.  
  5.                               You can also reference:
  6.                          "Network Administrator Reference"
  7.                               Supplement for OS/2 2.0
  8.  
  9.  
  10.           IMPORTANT NOTE:  This procedure assumes you have Lan Server 2.0
  11.           requester.  This is needed for netbios support.  Do NOT attempt
  12.           to use the dxm... drivers to run dos lan requester it will
  13.           NOT work!!!
  14.  
  15.           About these steps:  This is a detailed, step by step procedure on
  16.           how to get dos lan requester to run from a dos session within
  17.           os/2 2.0.  This is not the only way to set this up.  This setup
  18.           dictates a virtual boot from an image file on a fixed disk partition,
  19.           in this case the c partition.  You can setup a virtual boot from the
  20.           floppy drive or any other partition.  In other words you can setup
  21.           your machine to boot dos from a diskette, but these steps boot
  22.           dos from an image of a Bootable diskette that is on a fixed
  23.           disk partition.
  24.  
  25.  
  26.           1.  Create a dos (whatever version) bootable diskette.
  27.                ie.  From a dos machine at the c drive type:
  28.                     sys a:  (with diskette in drive a)
  29.                This will put two hidden files plus command.com on diskette.
  30.  
  31.           2.  From an OS/2 command prompt, type:
  32.                d:\IBMCOM\SETUPVDD
  33.                     where d: is the drive where os/2 resides.
  34.  
  35.           3.   Before you run this step, stop lan server if it is running.
  36.                Now run the Installation/Configuration object in the Lan Services
  37.                folder on your desktop.  Chose the following:
  38.  
  39.                a.  Advanced.
  40.                b.  Install or configure this workstation.  Ok.
  41.                c.  Select the drive. Ok.
  42.                d.  Configure a component, Ok.
  43.                e.  Lan Adapter and Protocol Support, Configure
  44.                f.  Configure Workstation, Ok
  45.                g.  Select <Netbios> (at bottom), then EDIT.
  46.                h.  Maximum sessions = 52
  47.                    Maximum commands = 99
  48.                    Maximum names = 26
  49.                    OK.
  50.                i.  Configure Workstation window, Ok.
  51.                     (or select complete <ok>).
  52.                j.  Configuration Complete, OK
  53.                k.  Adapter 0, ok.
  54.                l.   configure window, ok.
  55.                m.  Apply changes, ok.
  56.                n.   File backup, ok.
  57.  
  58.                     SHUTDOWN and REBOOT YOUR MACHINE!!!
  59.  
  60.           4.  Now take the startup diskette and do the following:
  61.                1.  Create a config.sys file with the following:
  62.                     BREAK=ON
  63.                     BUFFERS=20
  64.                     FILES=30
  65.                     DEVICE=A:\FSFILTER.SYS
  66.                     SHELL=C:\DOS50\COMMAND.COM /E:2000 /P
  67.                     STACKS=0,0
  68.                     FCBS=16,8
  69.                     LASTDRIVE=Z
  70.  
  71.                2.  Create a autoexec.bat file with the following:
  72.                     PATH=C:\DOS50;
  73.                     SET COMSPEC=C:\DOS50\COMMAND.COM
  74.                     PROMPT $P$G
  75.                     C:\IBMCOM\LTSVCFG S=12 C=14 N=5
  76.                     C:
  77.                     REM DOS50.BAT SHOULD ALWAYS BE LAST
  78.                     DOS50.BAT
  79.  
  80.                3.  And also copy FSFILTER.SYS from the \os2\mdos directory
  81.                     to the bootable diskette.
  82.  
  83.                          ie.  copy c:\os2\mdos\fsfilter.sys a:
  84.  
  85.                At this point you should have four files on this diskette:
  86.                     Command.com
  87.                     Autoexec.bat
  88.                     Config.sys
  89.                     Fsfilter.sys
  90.  
  91.           5.  Create a dos50 directory, this directory is user created and does
  92.                not reflect having dos on your system.  Now create a DOS50.BAT
  93.                file in the dos50 subdirectory on your fixed disk.
  94.                     This file should contain the line:
  95.                          d:\OS2\MDOS\FSACCESS A:
  96.                               where d is the drive with os2.
  97.  
  98.           6.  At a prompt type:
  99.                VMDISK A: C:\DOS50\DOS50.IMG
  100.                     This will build an image of the bootup disk
  101.                     that is in drive A and put it on the c drive.
  102.                     This image file will be used to boot from
  103.                     when clicking on an icon we will create in
  104.                     the next step.
  105.  
  106.           7.  Make a copy of a dos icon on your desktop to work with
  107.                as your new dlr boot icon.
  108.                Then go into the SETTINGS and go to the
  109.                SESSION tab.
  110.                Chose Dos Fullscreen.
  111.                From there go into DOS SETTINGS.
  112.                Select DOS_STARTUP_DRIVE
  113.                Specify the value C:\DOS50\DOS50.IMG
  114.                and save & close the settings.
  115.  
  116.                This will have the icon point to dos50.img file within
  117.                the dos50 subdirectory on the c drive and use this
  118.                file to boot.  In step 6,  we use vmdisk to take all files
  119.                including the boot files and make them 1 image file (dos50.img).
  120.  
  121.           8.  Now copy all of the contents on the bootable diskette to the
  122.                c:\dos50 subdirectory.
  123.  
  124.           9.  Now you should be able to start the session from your new icon.
  125.                Double click on the icon you just created.
  126.  
  127.           10.  You should now be in a dos full screen.
  128.                Take your dos lan requester diskettes and put diskette 1
  129.                in drive A.
  130.                Type INSTALL.
  131.  
  132.                Go through the selections.
  133.                Return to dos and inspect your files.
  134.                Copy the config.sys and autoexec.bat from c:\ to c:\dos50.
  135.                Ctrl + Escape out of the session and close the session
  136.                     from the task list.
  137.           11.  Now restart your session by double clicking.
  138.                At the C: prompt you can now start the dos lan requester.
  139.  
  140. 12/31/99
  141.