home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / documents / appnotes / 291_305 / 296c.arc / Text < prev   
Encoding:
Text File  |  1996-08-27  |  5.7 KB  |  132 lines

  1. -----------------------------------------------------------------------------
  2. 6th August 1996
  3. -----------------------------------------------------------------------------
  4. Support Group Application Note
  5. Number: 296
  6. Issue: 1.00
  7. Author: SB
  8. -----------------------------------------------------------------------------
  9. Using Access+ on A7000 Net machines
  10. -----------------------------------------------------------------------------
  11. Notes: 
  12. This document details a way to softload Access+ during the boot sequence of
  13. an A7000 network machine
  14. -----------------------------------------------------------------------------
  15. Applicable Hardware: 
  16. A7000 Net machines running RISC OS 3.6
  17.  
  18. Related Application Notes: 
  19.  
  20.  
  21. -----------------------------------------------------------------------------
  22. Copyright 1996 (C) Xemplar Education Limited 
  23.  
  24. Every effort has been made to ensure that the information in this leaflet is 
  25. true and correct at the time of printing. However, the products described in
  26. this leaflet are subject to continuous development and improvements and
  27. Acorn Computers Limited reserves the right to change its specifications at
  28. any time. Acorn Computers Limited cannot accept liability for any loss or
  29. damage arising from the use of any information or particulars in this
  30. leaflet. ACORN, ECONET and ARCHIMEDES are trademarks of Acorn Computers
  31. Limited.
  32. -----------------------------------------------------------------------------
  33. Support Group
  34. Xemplar Education
  35. The Quorum
  36. Barnwell Road
  37. Cambridge
  38. CB5 8RE
  39. -----------------------------------------------------------------------------
  40. Introduction
  41. ============
  42. A7000 Net machines do not include hard discs; instead they include a
  43. 10base2/10baseT combination ethernet card. As RISC OS requires a number of
  44. resources to function correctly, A7000 Net machines cannot be used
  45. stand-alone; they must be connected to an Acorn Access network which provides
  46. suitable resources for the machines to boot correctly. The Network Resource
  47. Pack (order code AES80) needs to be purchased to provide such resources. It
  48. consists of a pack of discs that need to be installed on the machine that is
  49. acting as a server for the resources. It is a one-off purchase.
  50.  
  51. Acorn Access allows information resources to be shared across an Ethernet
  52. network. For example, a hard disc on one machine can be made available to all
  53. users of a local network. On occasions, it is necessary to restrict access to
  54. such shared information. Acorn Access was therefore extended to include an
  55. authentication mechanism in the form of a product named Access+. As part of
  56. the ongoing development and integration of Acorn networking strategies, Acorn
  57. Access (but not Access+) was included in RISC OS 3.6. 
  58.  
  59. In order to give full Access+ functionality with RISC OS 3.6, a softloadable
  60. Access+ module is included in the RISC OS 3.6 hard disc build as
  61. !Boot.Resources.!System.360.Modules.Share+. On a machine fitted with a hard
  62. disc, it is loaded by the file !Boot.Choices.Boot.PreDesk.SetUpNet.
  63. Unfortunately, simply softloading the Share+ module is not possible when
  64. booting from ShareFS (the filing system provided by Access) as it will
  65. temporarily break the connection between the booting A7000 and the server. A
  66. small application along with an automatic installation system has been
  67. developed to work around this problem.
  68.  
  69. Is this appropriate to me?
  70. ==========================
  71. If you wish to use the authentication offered by Access+, then check the
  72. table below.
  73.  
  74. [Table1]
  75.  
  76. The patch described here is only necessary for A7000 Net machines without
  77. Access+ Ethernet cards.
  78.  
  79. How do I use the patch?
  80. =======================
  81. The patch described here is only for use on the A7000 Net client machines,
  82. not the server. Running it on the server will work, but will not provide any
  83. extra functionality, as one of the lines in
  84. !Boot.Choices.Boot.PreDesk.SetUpNet on the server loads Share+ as standard.
  85. Each A7000 will create it's own entry in !ShareBoot.MchConfig once it has
  86. been booted up which will be a copy from the standard !ShareBoot.Choices.
  87. This means that !Install+ must be run on each A7000 so that configurations
  88. are altered for each machines. Alternatively, you could delete all the
  89. entries in MchConfig and then do a manual installation in !ShareBoot.Choices
  90. as detailed below. This would only need to be done once.
  91.  
  92. Instructions for use 
  93. ====================
  94. Automatic install
  95. -----------------
  96.  
  97. 1. Share the A7000_Disc directory unprotected instead of protected.
  98. 2. Boot your A7000
  99. 3. Run !Install+ on the A7000
  100. 4. Repeat steps 2&3 for all your A7000s.
  101. 5. Reset the A7000_Disc to protected sharing.
  102.  
  103. The Automatic install runs a few checks for previous installations. If
  104. everything is OK, then !BootShare from inside the !Install+ is copied to
  105. Boot:Utils. A Filer_Run line is then added to the very end of
  106. Choices:Desktop.
  107.  
  108. Manual install
  109. --------------
  110.  
  111. 1. Shift-double-click on !ShareBoot on the server.
  112. 2. Double-click on Utils.
  113. 3. Shift-double-click on !Install+.
  114. 4. Drag !BootShare into the Utils directory.
  115. 5. Double-click on Choices in the window opened in step 1.
  116. 6. Double click on Boot.
  117. 7. Shift-double-click on Desktop to load the file into !Edit.
  118. 8. Go to the very end of the Desktop file in !Edit and add the line:
  119.    Filer_Run Boot:Utils.!BootShare
  120.  
  121. How does the patch work?
  122. ========================
  123. The patch provides a small application !BootShare which is run at the very
  124. end of the Desktop boot sequence. A temporary RAM disc is created and the
  125. relevant files are copied in and executed. The RAM disc is then destroyed.
  126.    
  127. Where do I get the patch from?
  128. ==============================
  129. The patch is available from Xemplar Customer Services (ask for A7000 Access+
  130. Installation disc) or from the Acorn FTP site
  131. (ftp://ftp.acorn.co.uk/pub/documents/appnotes/290-305/296.arc) with this
  132. Application note.