home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / lan1 / blts.lzh / BLT9 < prev    next >
Text File  |  1989-08-22  |  6KB  |  166 lines

  1.                     Installing WordPerfect Office
  2.  
  3.  
  4. The information in this document is due to the efforts of David Godsey
  5. of Teledyne Microwave (Mountain View, CA), Bruce Helming of Artisoft,
  6. Inc, and WordPerfect Office technical support.
  7.  
  8.  
  9. Note to those with Office currently running on LANtastic:
  10. If you have tried previously to get Office to run and Mail and/or
  11. Scheduler don't function, you may need a reinstallation.  Attempt to
  12. re-run userid /i with the j:\ paths (see step 6 below) and modify your
  13. paths in Shell before reinstalling.  If you do need to reinstall, you
  14. must use a utility capable of locating, making readable, and removing
  15. hidden files (such as the Norton Utilities.  Norton will gang clear
  16. attributes in entire subdirectories!).  Some typical error messages
  17. that probably indicate that you need to reinstall are:
  18.  
  19. 1.  "Are other copies of Scheduler running?" followed by a "Share
  20.     error" when attempting to run Scheduler.  This means it has found
  21.     duplicate files due to multiple installation attempts.  some of
  22.     these duplicates may be hidden.
  23. 2.  "Path not found" when trying to run Mail.  Can't locate correct
  24.     drive/directory.
  25. 3.  "Event.fil not found" when trying to run Scheduler.  Can't locate
  26.     correct drive/directory.
  27. 4.  "Schedule.fil not found" when trying to run Scheduler.  Can't
  28.     locate correct drive/directory.
  29.  
  30.  
  31.                   ──────────────────────────────────
  32.                     Full Installation Instructions
  33.                    WP Office on LANtastic Networks
  34.                   ──────────────────────────────────
  35.  
  36. It is recommended that you read through this instruction before
  37. installing WP Office.  The instructions in Step 6 are critical to
  38. successful installation for Mail and scheduler.
  39.  
  40. 1)  Create a global network directory (normally named C:\Office) from
  41.     which you want to run all programs, then copy the files listed on
  42.     pages 10 and 11 of the Office System Manager's guide to that
  43.     directory.
  44.  
  45.     Make you files read only by using the command
  46.     ATTRIB C:\Office\*.* +r   from the DOS prompt.  Remove the read
  47.     only status from shell.new by typing ATTRIB C:\Office\shell.new -r
  48.     at the prompt.
  49.  
  50.     Copy the restricted system manager files listed on page 12 of the
  51.     System Manager's Guide to a directory which will not be accessible
  52.     to users (example: C:\Manager).
  53.  
  54. 2)  Enter LANtastic's NET_MGR program on your server and add Office
  55.     using the actual server path for the "link path." Example:
  56.         OFFICE --> C:\Office
  57.  
  58.     Set all of the ACL privileges for this device except P.
  59.  
  60.     Modify User's access and server start-up parameters as needed.
  61.  
  62. 3)  Modify config.sys file to include a LASTDRIVE= statement per the
  63.     LANtastic NOS user's manual.  Example for these instructions:
  64.         LASTDRIVE=J
  65.  
  66.     Modify PATH statement in autoexec.bat to include the drive you
  67.     will run Office on.  Example (here, J:\ is the Office path)
  68.         PATH=c:\;c:\dos;c:\lantasti;c:\manager;c:\office;j:\
  69.  
  70.     Modify your LANtastic net boot command set to have the server log
  71.     onto the WPOffice directory.  Example:
  72.         NET USE J: \\servername\OFFICE
  73.  
  74. 4)  Reboot your server so the all modifications to autoexec.bat and
  75.     config.sys are loaded.
  76.  
  77. 5)  Change to the C:\Manager directory and enter NB USERID.NB to start
  78.     the notebook program.  Proceed with steps described in steps 4
  79.     through 17 on page 15 of the System Manager's guide.
  80.  
  81. 6)  (the following instructions assume you wish to install Mail and
  82.     Scheduler at this time)
  83.  
  84.     Change to the c:\Office directory on the server and, at the DOS
  85.     prompt, enter USERID /I J:\
  86.  
  87.     IMPORTANT NOTE: the first time installation process includes an
  88.     inquiry by the software that is only requested once, during the
  89.     original installation.   It will ask for the location for
  90.     USERID.NB. You must give it the NET drive location, not the actual
  91.     server path!  Example:
  92.        Drive/directory for userid.nb? J:\
  93.  
  94.     When it asks of the scheduler directory, give it J:\SCHED
  95.  
  96.     When it asks for the Mail directory, give it J:\WPMAIL
  97.  
  98.     When it asks for the type of network, give it 4 to indicate IBM
  99.  
  100.     Indicate Y or N for password protection.
  101.  
  102.  
  103.                              SECURITY NOTE
  104.  
  105.     LANtastic has excellent security, but if you are using
  106.     autoexec.bat files at the workstations to automatically log onto
  107.     the net, you have effectively neutralized that security.  Password
  108.     security in Office will keep unauthorized personnel from viewing
  109.     the Appointment Calendar for that station's user.
  110.  
  111. 7)  Switch to the J: drive and run MTN per the WPO installation
  112.     instructions.
  113.  
  114. 8)  Run SHELL SHELL.NEW to get the default menu on the server.  Change
  115.     all program paths in SHELL (for WPO functions) to J:\   Example:
  116.        Program Name For the Scheduler menu change default directory to
  117.        J:\sched
  118.  
  119. 9)  At all workstations, modify SHELL paths as described in 8.
  120.  
  121. 10) Typical autoexec.bat example for a workstation booting from a C:\
  122.     and equipped with a clock.  Modify the unit's config.sys per the
  123.     LANtastic NOS user's guide.
  124.  
  125. REM username'S AUTOEXEC.BAT
  126. prompt $p$g
  127. path c:\;c:\lantasti;j:\
  128. lanbios
  129. redir username
  130. net login servername username password
  131. net use J: \\servername\OFFICE
  132. net use prn \\servername\@printer
  133. cls
  134. net show
  135. pause
  136. j:
  137. WPO
  138. shell
  139.  
  140.     Typical autoexec.bat example for a 'bare bones' workstation
  141.     booting from A:\.  Modify the unit's config.sys per the LANtastic
  142.     NOS user's guide.
  143.  
  144. REM username'S AUTOEXEC.BAT
  145. prompt $p$g
  146. path a:\;a:\lantasti;j:\
  147. lanbios
  148. redir username
  149. net login servername username password
  150. net use j: \\servername\OFFICE
  151. net use lpt1 \\servername\@printer
  152. net clock \\servername
  153. cls
  154. net show
  155. pause
  156. j:
  157. WPO
  158. shell
  159.  
  160.  
  161. MISC NOTES:
  162.  
  163. For non-WPO activities, log you workstations into the resource via
  164. normal LANtastic login procedures as usual and modify each
  165. workstation's WPO menu to reflect the correct drive.  This includes
  166. workstation resident programs such as C:\wp50\wp.exe.