From a50367ee119d0acf1bcaaf93f8c6fcc8fa68c999 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 19 Aug 2003 21:42:58 +0000 Subject: removing using_samba docs from samba cvs module (not are in a separate cvs module) (This used to be commit 4729e9cd52519c06c4be857d77bbccc2688b3cea) --- docs/htmldocs/using_samba/ch02_06.html | 108 --------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 docs/htmldocs/using_samba/ch02_06.html (limited to 'docs/htmldocs/using_samba/ch02_06.html') diff --git a/docs/htmldocs/using_samba/ch02_06.html b/docs/htmldocs/using_samba/ch02_06.html deleted file mode 100644 index 46adba5d3b..0000000000 --- a/docs/htmldocs/using_samba/ch02_06.html +++ /dev/null @@ -1,108 +0,0 @@ - - - -[Chapter 2] 2.6 Testing the Samba Daemons - - - - - - -
- - -
-

Using Samba

- -Robert Eckstein, David Collier-Brown, Peter Kelly -
1st Edition November 1999 -
1-56592-449-5, Order Number: 4495 -
416 pages, $34.95 -
-

Buy the hardcopy -

Table of Contents -

-
- - -
-
- -
-
-

- -2.6 Testing the Samba Daemons

It's hard to believe, but we're nearly done with the Samba server setup. All that's left to do is to make sure that everything is working as we think it should. A convenient way to do this is to use the smbclient program to examine what the server is offering to the network. If everything is set up properly, you should be able to do the following:

-# smbclient -U% -L localhost
-
-Added interface ip=192.168.220.100 bcast=192.168.220.255 nmask=255.255.255.0
-Domain=[SIMPLE] OS=[Unix] Server=[Samba 2.0.5a]
-
-        Sharename      Type      Comment
-        ---------      ----      -------
-        test           Disk      For testing only, please
-        IPC$           IPC       IPC Service (Samba 2.0.5a)
-
-        Server               	    Comment
-        ---------            	    -------
-        HYDRA                	    Samba 2.0.5a
-
-        Workgroup            	    Master
-        ---------            	    -------
-        SIMPLE               	    HYDRA

-If there is a problem, don't panic! Try to start the daemons manually, and check the system output or the debug files at -/usr/local/samba/var/log.smb to see if you can determine what happened. If you think it may be a more serious problem, skip to Chapter 7, Printing and Name Resolution, for help on troubleshooting the Samba daemons.

-If it worked, congratulations! You now have successfully set up the Samba server with a disk share. It's a simple one, but we can use it to set up and test the Windows 95 and NT clients in the next chapter. Then we will start making it more interesting by adding services such as home directories, printers, and security, and seeing how to integrate the server into a larger Windows domain.

-
-
-
- - -
- -Previous: 2.5 Starting the Samba Daemons - - - -Next: 3. Configuring Windows Clients
-2.5 Starting the Samba Daemons - -Book Index -3. Configuring Windows Clients

-
- - -
- - -O'Reilly Home | - -O'Reilly Bookstores | - -How to Order | - -O'Reilly Contacts
- -International | - -About O'Reilly | - -Affiliated Companies

-© 1999, O'Reilly & Associates, Inc. - -

- - -- cgit