home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / parnet / parnet.doc < prev    next >
Text File  |  1992-02-28  |  6KB  |  154 lines

  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
  2. * |_o_o|\\ Copyright (c) 1988, 1989, 1990 The Software Distillery.        *
  3. * |. o.| ||          All Rights Reserved                                  *
  4. * | .  | ||          Written by Doug Walker and John Toebes               *
  5. * | o  | ||          The Software Distillery                              *
  6. * |  . |//           207 Livingston Drive                                 *
  7. * ======             Cary, NC 27513                                       *
  8. *                    PLINK: DWALKER   BIX: DJWALKER                       *
  9. *                    BBS:(919)-460-7430  Deep Thought                     *
  10. \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  11.  
  12. SEE THE FILE 'README' IN THIS DISTRIBUTION FOR IMPORTANT COPYRIGHT
  13. INFORMATION.  CONTACT THE AUTHORS IF YOU DO NOT HAVE THIS FILE.
  14.  
  15. ============================================================================
  16.  
  17. INSTALLING THE NETWORK FILESYSTEM:
  18.  
  19. 1. Make a cable according to the instructions in the enclosed 'Cable.doc'
  20.    file.  Connect the two Amigas with the cable.
  21.  
  22. 2. Copy parnet.device to your DEVS: directory on BOTH machines.
  23.  
  24. 3. Put a mountlist entry for the network handler in the DEVS:MOUNTLIST
  25.    file on both Amigas.  You can do this by appending the enclosed 
  26.    'mountlist' file to your DEVS:MOUNTLIST file.  Simply attach the 
  27.    enclosed file to the end of DEVS:MOUNTLIST with a text editor.  Choose 
  28.    one of the machines to be UNIT 1 and change the mountlist entry for that
  29.    machine to set the UNIT to 1.
  30.  
  31. 4. Copy netpnet-handler to the l: directory on both machines.
  32.  
  33. 5. Copy netpnet-server to the C: directory on the both machines.
  34.  
  35. ============================================================================
  36.  
  37. RUNNING THE NETWORK FILESYSTEM:
  38.  
  39. 1. Run the NET: servers.  On the machine that has UNIT=0 in the mountlist,
  40.    you must start the server with the command
  41.  
  42.       NETPNET-SERVER UNIT 1
  43.  
  44.    On the machine that has UNIT=1 in the mountlist, use
  45.  
  46.       NETPNET-SERVER UNIT 0
  47.  
  48.    or, since UNIT 0 is the default, you can simply specify
  49.  
  50.       NETPNET-SERVER
  51.  
  52.    The reason it's backwards from the UNIT= in the mountlist is that you are
  53.    starting a server to serve the NET: on the OTHER machine, not the machine
  54.    that the server is running on.
  55.  
  56. 2. Issue the MOUNT command on both Amigas:
  57.  
  58.       MOUNT NET:
  59.  
  60. 3. NET: is now ready for access.  NET: will at first appear to be empty if 
  61.    you do a DIR of it from the CLI.  You can refer to devices on the remote 
  62.    side by NET:devicename/path (for example, NET:DH0/C/LIST)  This will force
  63.    NET: to mount the remote device.  The device (DH0 in this case) will 
  64.    appear in a DIR of NET: after this.  No drawer icons will appear in the 
  65.    workbench window for NET: until you have forced NET: to load them.  Simply 
  66.    issuing the command
  67.  
  68.       CD NET:devicename
  69.  
  70.    will be sufficient to load the device 'devicename'.
  71.  
  72.    The 'devicename' you use can be any mounted device or volume on the
  73.    remote machine.
  74.  
  75. 4. If you want to use NET: with the workbench, you must provide an icon file
  76.    for each device you mount on the remote machine.  You can do this by 
  77.    copying any drawer-type icon file to NET:devicename.info after the
  78.    specified devicename has been mounted.
  79.  
  80.    CD NET:DH0                        ; make sure DH0 is mounted
  81.    COPY SYS:C.INFO NET:DH0.INFO      ; make sure DH0 has an icon file
  82.    
  83.    You only need to do this once for hard disks and other permanent devices, 
  84.    but RAM: will 'forget' this icon every time you reboot, so you will need
  85.    to recopy the icon each time.  (NOTE:  A file will appear in the root of
  86.    the remote device called 'node.rinfo'.  This is where NET: stores the 
  87.    icon file you give it.  Deleting the node.rinfo file will remove your 
  88.    device's icon.)
  89.  
  90.    Note that if you do a DIR of NET:, you will always see the .info files
  91.    for your mounted remote devices EVEN IF THEY DO NOT EXIST.  NET: assumes
  92.    the icon files are there, and doesn't go check unless it needs to.  If
  93.    your .info files are appearing with the DIR command, but not under 
  94.    workbench, you need to copy a drawer-type icon into NET: as described
  95.    above.
  96.  
  97. ============================================================================
  98.  
  99.  
  100. The provided NETSTAT command gives you a visual idea of how much work your
  101. network is doing.  Run it with the command
  102.  
  103. RUN NETSTAT NET:
  104.  
  105. Click on the close gadget in the upper left corner to exit.
  106.  
  107. ============================================================================
  108.  
  109. Differences and enhancements:
  110.  
  111. VERSION 08/90
  112.  
  113. - Fixes for AmigaDOS 2.0
  114.  
  115. - Reboot support cleaned up
  116.  
  117. - Two-way connections supported
  118.  
  119. - One level of data copying removed to improve performance
  120.  
  121. VERSION 04/90:
  122.   Second parallel port version released
  123.  
  124. - Various minor bug fixes
  125.  
  126. - ACTION_SET_DATE packet implemented
  127.  
  128. - Support added to allow rebooting of one node independant of the other
  129.  
  130. - Automatic mounting of remote nodes at first reference added 
  131.  
  132. - Using Matt Dillon's new parnet.device
  133.  
  134. VERSION 08/89:
  135.   First Parallel port version released
  136.  
  137. VERSION 07/18/89:
  138.  
  139. - Speed improved due to decreasing minimum packet size
  140.   Should help when loading executables over the network and when doing
  141.   directory operations.
  142.  
  143. - Debugging code removed
  144.   This makes the code smaller and faster
  145.  
  146. - Bug fixed in the ACTION_CREATE_DIR packet
  147.  
  148.  
  149. VERSION 05/09/89:
  150.   First version released using DNET
  151.  
  152. ============================================================================
  153.  
  154.