home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 045 / i_m231c.zip / NET.DOC < prev    next >
Text File  |  1994-11-22  |  6KB  |  115 lines

  1.  
  2.                   USING INTEGRITY MASTER ON A NETWORK
  3.  
  4.  The following suggestions come from users of Integrity Master on a
  5.  variety of different local area networks (including Novell, LanManager,
  6.  Banyan and Lantastic).  The details vary slightly but the following
  7.  procedure should allow you to get benefit with minimum work.
  8.  
  9.  The benefits of this procedure are:
  10.  
  11.  1)  You can run SetupIM only once to get IM installed for most users,
  12.      yet anyone who has special needs can configure IM to work exactly
  13.      the way they want by running SetupIM on their workstation.
  14.  
  15.  2)  Since there's only one copy of IM.EXE and SetupIM.EXE, you can
  16.      quickly update everyone's software by doing a single copy
  17.      operation.
  18.  
  19.  3)  Any files that are transferred from workstation to workstation can
  20.      easily have their integrity verified since all workstations share
  21.      a common integrity data encryption format.
  22.  
  23.  4)  Each workstation will automatically maintain a complete change
  24.      history in the form of the report files on that workstation.  This
  25.      facilitates centralized problem solving; if anything stops working
  26.      on that workstation, the report files provide a complete change log
  27.      to track down exactly what was changed, added, or deleted.
  28.  
  29.  
  30.                         SUGGESTED INSTALLATION:
  31.  
  32.  1)  Copy IM*.* and SetupIM.EXE to a directory on a server which is
  33.      included in the DOS path of all workstations on the LAN.  It's best
  34.      if LAN access rights do not allow the workstations to write to this
  35.      directory.
  36.  
  37.      (If your LAN is configured without shared executable directories,
  38.      just copy IM.EXE to a directory on the DOS path of each
  39.      workstation).
  40.  
  41.  2)  Run SetupIM (new install) on a workstation that has the most common
  42.      configuration on the LAN. What matters here is the organization of
  43.      the disks on the workstation. By this I mean the physical
  44.      partitioning of the hard drives. If the first disk is usually
  45.      partitioned as two logical drives, choose a PC with that
  46.      arrangement.  An arrangement that is a superset of another is the
  47.      best choice.  In other words, if your most common configuration is
  48.      to have two floppy drives with the first hard drive partitioned as
  49.      two logical drives,  choose such a PC. But if some of these PCs
  50.      also have additional hard drives, that's even better. Choose one of
  51.      the PCs with the extra hard drives to run SetupIM.
  52.  
  53.  3)  Move the IM.PRM file created in step 2 to the shared directory
  54.      where the IM.EXE file is located. This allows all PCs that have a
  55.      compatible configuration to execute IM and allows you to quickly
  56.      upgrade to new versions of IM by simply copying the new IM.EXE file
  57.      over the old one.
  58.  
  59.  
  60.  
  61.  4)  If you have workstations with incompatible configurations or users
  62.      with special needs, you can run SetupIM separately on those
  63.      workstations (but do not place a copy of SetupIM on the
  64.      workstation; simply execute the copy on the server) This will
  65.      create an IM.PRM file local to the workstation. The user of that
  66.      workstation will still execute the shared copy of IM.EXE but IM
  67.      will behave according to the configuration and options information
  68.      stored in the local copy of IM.PRM rather than the shared copy.
  69.      It's useful to install a batch file in a directory on the DOS path
  70.      of the workstation to make sure that the local copy of IM.PRM is
  71.      always used.  The batch file contains this line:
  72.  
  73.       IM C:\LOCAL\IM.PRM %1 %2 %3 %4 %4 %5 %6
  74.  
  75.       ("C:\LOCAL\IM.PRM" could be any disk, directory or file name.)
  76.  
  77.       This procedure allows a single setup for most users but still
  78.       allows the flexibility to enable anyone to configure IM exactly
  79.       the way they want.
  80.  
  81.  5)  Run an Initialize "Entire disk integrity" ("IM /IE") on each
  82.      workstation.   This will scan the entire PC for known viruses and
  83.      also provide full integrity checking for all files. Also initialize
  84.      the "CMOS memory". (If you are not interested in integrity checking
  85.      but only virus scanning, you can skip this step.)
  86.  
  87.  
  88.                             SUGGESTED USAGE:
  89.  
  90.  1)  Configure each workstation so that it runs a daily check in "quick
  91.      update" mode.  The IMQ.BAT and IMONCE.BAT files contain some
  92.      statements that can be inserted into the AUTOEXEC.BAT file or
  93.      elsewhere to make sure this happens. Some people prefer to just let
  94.      the user of each workstation run a quick update once a day (or
  95.      other appropriate interval).   The full version of IM comes with
  96.      RunMaybe, a program that allows you to execute IM (or any other
  97.      program) at any interval you choose. The quick update (quick scan)
  98.      will catch viruses as effectively as conventional virus scanning
  99.      but it is much, much, faster and optionally provides a complete
  100.      change log for the workstation.  If you wish to do only
  101.      conventional virus scanning, you can substitute a virus scan for
  102.      this step ("IM /VO").
  103.  
  104.  2)  Each workstation user should use IM to scan or check all new
  105.      diskettes and especially all new software.  The batch files,
  106.      IMSCAN, IMSCANM, and IMSCAND, will scan disks, multiple diskettes,
  107.      or single directories respectively.
  108.  
  109.  3)  A full integrity check should be run at intervals on each
  110.      workstation.  This will make sure that the disk is thoroughly
  111.      checked and will detect more subtle hardware or software problems
  112.      as well as unknown viruses.  Once a week seems to be the most
  113.      popular interval to run a full check.
  114.  
  115.