Configuring and Managing MPE/iX Internet Services (MPE/iX 6.5)

110 Chapter7
Samba/iX Services
Troubleshooting Samba/iX Server
Troubleshooting Samba/iX Server
This section covers a list of tests you can perform to validate or
diagnose your Samba/iX server. If it passes all these tests, then it is
probably working fine.
Prerequisites
In all of the tests it is assumed you have a Samba/iX server 1.19.16p9 or
later running on your HP 3000. It is also assumed that the PC is
running Windows for Workgroups, Windows 95 or Windows NT with a
recent copy of the Microsoft TCP/IP stack. All these tests should be
done with Windows for Workgroups (WfW), Windows 95,Windows 98
and Windows NT clients, as they all use different SMB’s for file
operations.
You need to have a sample share called “public” for testing purposes.
Check to see if you have “public” share in smb.conf file:
[public]
comment = files are shared
path = /SAMBA/SHR/public
read only = yes
Troubleshooting Procedures
Please follow these tests for diagnosing your Samba/iX server.
TEST 1: In the directory in which you store your smb.conf file, run the
command testparm smb.conf.
If it reports any errors then your smb.conf configuration file is faulty.
TEST 2: On the client side; open MS-DOS prompt and run “ping
SAMBAIXSERVER” from the PC and “ping CLIENTPC” from the
HP 3000 system. If you don’t get a valid response, then your TCP/IP
software is not correctly installed.
If you get a message saying “host not found” or similar then your DNS
software or hostname is not correctly set up.
Ping might fail, if your host is running firewall software. You will need
to relax the rules to let in the workstation in question, perhaps by
allowing access from another subnet.
TEST 3: Run the command “smbclient -L SAMBAIXSERVER” on the HP 3000
system. You should get a list of available shares back.