home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / UNIX / SAMBA / README.TXT next >
Text File  |  1997-08-27  |  7KB  |  237 lines

  1. SAMBA SMB Server for UNIX Systems                           FREEWARE PRODUCT
  2.  
  3. Version 1.9.17
  4.  
  5. README                                                        September 1997
  6.  
  7.  
  8. Welcome to the SAMBA Server.
  9.  
  10. This file describes how to install and configure the SAMBA Server.
  11. Further configuration documentation can be found in the SAMBA directory
  12. after installation.
  13.  
  14. SAMBA as a FREEWARE application is not subject to the JSB License 
  15. Agreement.
  16.  
  17.  
  18. The following sections are included in this README
  19. --------------------------------------------------
  20.  
  21.     SECTION 1 - INTRODUCTION
  22.     SECTION 2 - LISTS THE OPERATING SYSTEMS THAT ARE SUPPORTED
  23.     SECTION 3 - DESCRIBES THE VARIOUS METHODS YOU CAN USE TO TRANSFER 
  24.                 THE SOFTWARE FROM THE CD TO YOUR REMOTE SYSTEM
  25.     SECTION 4 - DESCRIBES THE INSTALLATION PROCEDURE
  26.     SECTION 5 - HOW TO RUN THE SERVER
  27.     SECTION 6 - HOW TO TEST THAT THE SERVER IS WORKING
  28.     SECTION 7 - TECHNICAL TIPS
  29.     SECTION 8 - TECHNICAL SUPPORT
  30.  
  31.  
  32. SECTION 1 - INTRODUCTION
  33.  
  34. SAMBA is FREEWARE. SAMBA is issued under a GNU public license, please see 
  35. the file COPYING in the /usr/local/samba directory on your system for more 
  36. information on SAMBA licensing. As a FREEWARE product, JSB do not warranty,
  37. or support, any of the functionality of this FREEWARE product. Please see
  38. the documentation in the SAMBA directory for more information on getting
  39. technical support and access to later releases of the SAMBA product. As
  40. per the distribution agreement, a copy of SAMBA in source form is available
  41. on the distribution media in the SAMBA directory.
  42.  
  43.  
  44. SECTION 2 - OPERATING SYSTEM PLATFORMS SUPPORTED
  45.  
  46. The SMB Server is currently available on the following platforms,
  47.  
  48.     HP    HP-UX for version 9.0x, 10.x
  49.     IBM   AIX for version 3.2.x and 4.x
  50.     SCO   UNIX for OS/3 ,OS/5 and UNIXWARE 2.1 (INTEL)
  51.     SUN   Solaris (SPARC) for version 2.5
  52.     
  53.  
  54. SECTION 3 - TRANSFERRING THE SAMBA SERVER
  55.  
  56. This section is only relevant if you are installing the SAMBA Server 
  57. from CD. 
  58.  
  59. The information contained within this section explains the different ways 
  60. how to transfer the SAMBA Server from the CD to your remote system. The 
  61. SAMBA Server is stored on the CD in a compressed tar file as detailed
  62. below.
  63.  
  64. HP HP-UX v9.0 and 10.x transfer, "smb_hp.Z"
  65.  
  66. IBM AIX v3.2.x and AIX v4.x transfer, "smb_aix.Z"
  67.  
  68. SCO UNIX OS/3 transfer, "smb_sco3.Z"
  69.  
  70. SCO UNIX OS/5 transfer, "smb_sco5.Z"
  71.  
  72. SCO UNIXWARE 2.1 (INTEL) transfer, "smb_uwar.Z"
  73.  
  74. SUN Solaris (SPARC) v2.5 transfer, "smb_sol2.Z"
  75.  
  76. Method 1 - With CD player connected to the remote host
  77.  
  78. Insert the CD, change to the SAMBA Server directory and copy the file 
  79. that corresponds to your operating system into a temporary directory, 
  80. (e.g. "/tmp").
  81.  
  82. Method 2 - PC with a file transfer program available
  83.  
  84. Using a file transfer client, for example MultiView 2000 or MultiView
  85. DeskTop file transfer, connect to your remote system. Change to the 
  86. SAMBA Server directory on the CD, and transfer the file that corresponds 
  87. to your operating system on your remote system into a temporary directory, 
  88. (e.g. "/tmp").
  89.  
  90. Method 3 - Other physical media
  91.  
  92. Should any of the above methods not be available, you can obtain the SAMBA
  93. Server from the following sources,
  94.  
  95.     WWW - www.jsb.com
  96.         FTP - ftp.jsb.com
  97.         BBS - +44 (0) 1260 296 267
  98.  
  99. For any other media requirement, please contact JSB directly.
  100.  
  101.  
  102. SECTION 4 - INSTALLING THE SAMBA SERVER
  103.  
  104. To successfully install the SAMBA Server follow the steps detailed below
  105. for the appropriate operating system.
  106.  
  107.  
  108. Example SCO UNIX OS/3
  109.  
  110. Login to the remote system as root and move to the temporary directory as
  111. specified in SECTION 3, e.g. "/tmp".
  112.  
  113. Type:
  114.       uncompress smb_sco3.Z
  115. to uncompress the file containing the SAMBA Server.
  116.  
  117. Type:
  118.       tar xf smb_sco3
  119. to extract the SAMBA Server.
  120.  
  121. Type:
  122.       ./install
  123. to install the SAMBA Server and follow the instructions.
  124.  
  125.  
  126. SECTION 5 - RUNNING THE SAMBA Server
  127.  
  128. 1. Running the SAMBA server
  129.  
  130. Type:
  131.      startsmb
  132.  
  133. on your remote server. This will invoke the SAMBA server as a background
  134. process.
  135.  
  136.  
  137. SECTION 6 - TESTING THE SAMBA SERVER
  138.  
  139. STEP 1. Try listing the shares available on your server
  140.  
  141. smbclient -L yourhostname 
  142.  
  143. Your should get back a list of shares available on your server. If you
  144. don't then something is incorrectly setup. Note that this method can
  145. also be used to see what shares are available on other LanManager
  146. clients (such as Windows for Workgroups).
  147.  
  148. If you choose user level security then you may find that Samba requests
  149. a password before it will list the shares. See the smbclient docs for
  150. details. (you can force it to list the shares without a password by
  151. adding the option -U% to the command line. This will not work with
  152. non-Samba servers)
  153.  
  154. STEP 2. try connecting with the unix client. eg:
  155.  
  156. smbclient '\\yourhostname\aservice'
  157.  
  158. Typically the "yourhostname" would be the name of the host where you
  159. installed smbd. The "aservice" is any service you have defined in the
  160. smb.conf file. Try your user name if you just have a [homes] section
  161. in smb.conf.
  162.  
  163. For example if your unix host is bambi and your login name is fred you
  164. would type:
  165.  
  166. smbclient '\\bambi\fred'
  167.  
  168. NOTE: The number of slashes to use depends on the type of shell you
  169. use. You may need '\\\\bambi\\fred' with some shells.
  170.  
  171. STEP 3. Try connecting from a dos/Windows for Workgroups/Win95/NT/os-2 
  172. client. Try mounting disks. eg:
  173.  
  174. net use d: \\servername\service
  175.  
  176.  
  177. If problems are being expeirenced then check the log files generated
  178. in /usr/local/samba/var.
  179.  
  180.     log.smb - is generated by the smb server
  181.     log.nmb - is generated by the nmb server (netbios name server)
  182.  
  183.  
  184. SECTION 7 - TECHNICAL TIPS
  185.  
  186. 1) How to make a standalone SAMBA server restart automatically with the 
  187.    host machine
  188.  
  189. A standalone server is started from the bootstrap command file 
  190. (for example /etc/rc.local) so that it runs continuously.
  191.  
  192. This method has the advantage over using the inetd that the response time 
  193. is reduced.
  194.  
  195. Add a line starting starsmb to your system startup file 
  196. (usually /etc/rc.local or /etc/rc). 
  197.  
  198.     /usr/bin/startsmb & >/dev/console 2>&1
  199.  
  200.  
  201. 2) How to make sure that the SAMBA man pages are available on your system
  202.  
  203. The install script will put the manual pages for SAMBA in /usr/local/man.
  204.  
  205. To ensure that these pages are available make sure that the MANPATH
  206. environment variable is set to include /usr/local/man.
  207.  
  208. e.g.
  209.  
  210.     MANPATH=/usr/share/man:/usr/local/man:
  211.     export MANPATH
  212.  
  213.  
  214. SECTION 8 - TECHNICAL SUPPORT
  215.  
  216. As a FREEWARE product, JSB do not warranty, or support, any of the 
  217. functionality of this FREEWARE product
  218.  
  219. For technical information regarding the Samba Server please refer to the
  220. following locations:
  221.  
  222. /usr/local/samba/docs/Support.txt - Contains information of organisations
  223.                     who are prepared to commercialy support  
  224.                                     Samba. 
  225.  
  226. /usr/local/samba/README           - Contains important information about the                                     
  227.                                     configuration and use of Samba.     
  228.  
  229. /usr/local/samba/COPYING          - Contains information on SAMBA's 
  230.                                     licensing.
  231.  
  232.  
  233. For upto date information please visit the following web address.
  234.  
  235. http://samba.canberra.edu.au/pub/samba/samba.html
  236.  
  237.