- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba PC client network path error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2002 11:33 PM
тАО05-15-2002 11:33 PM
Samba PC client network path error
We run Samba v2.0.6 on HP-UX 11i over our NT network to just share some output batch user files of our ERP system to all users. All users can gain access as public for read-only access to the files. This used to work fine until recently...
Now some users PC's cannot gain access, when accessing the share the message "\\share is not accessible, the network path was not found results." appears on their PC. This appears to be by users machine, rather than logon ID, as the same user can access the share from other PC's OK. No changes were made to Samba on the HP-UX machine. All other NT shares from other Wintel servers appear OK. This was has us really stumped, but then we aren't really Samba experts either, and we don't know what we have done to make this change !
Some important output (edited for brevity !) from testparm re the config of Samba in smb.conf
[global]
workgroup = KRONENT
netbios name = KRONE
server string = MFG/PRO Batch Files
bind interfaces only = No
security = SHARE
encrypt passwords = No
update encrypted = No
allow trusted domains = Yes
guest account = smbnull
hosts allow =
hosts deny =
[mfgpro]
path = /home/mfgbatch
read only = Yes
guest ok = Yes
Any help or clues appreciated.
Regards,
Rob.
PS I hope I have the right forum for this !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2002 12:06 AM
тАО05-16-2002 12:06 AM
Re: Samba PC client network path error
From the not working client
C:>\nbtstat -a "server_ip"
please paste the output.
Is the client in any NT domain ?. Can you
FIND COMPUTER the server from this client ?.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2002 12:29 AM
тАО05-16-2002 12:29 AM
Re: Samba PC client network path error
Check the pc client is in the same domain as the others. Then check the pc's can all see each other in network neighborhood.
Try starting the samba web admin and see if there is an option to allow / disallow certain clients.
In the web browser goto servername:901 and login as root.
HTH,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2002 02:02 AM
тАО05-16-2002 02:02 AM
Re: Samba PC client network path error
just try giving a ping from that specific system to the hp server
or
do a
net use * \\hp-server-share
Now enter your hpux server name in your hosts file on the windows machine and try connecting to it.
hosts file located at C:\winnt\system32\drivers\etc\hosts
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2002 05:38 AM
тАО05-20-2002 05:38 AM
Re: Samba PC client network path error
If you are still having the problem after
checking all the netbios name resolution
suggestions you may want to make sure the
new clients are configured to send
unencrypted passwords. In your smb.conf
file you have encrypt passwords = no. This
means you will need to change a parameter
in the client's s/w to allow it to send
over a cleartext password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2002 07:21 PM
тАО05-20-2002 07:21 PM
Re: Samba PC client network path error
before connecting please make sure disconnect any mapped drive with samba server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 01:41 AM
тАО05-22-2002 01:41 AM
Re: Samba PC client network path error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 02:13 AM
тАО05-22-2002 02:13 AM
Re: Samba PC client network path error
Is it just new PCs that have this issue? Maybe they have some new policy that disables WINS addressing or LMHOSTS.
Go into Control panel, Networks, TCP/IP, Properties, WINS and ensure that LMHOSTS look-up is enabled.
If the PC has no LMHOSTS file (in NT it is in the same place as hosts+services ie \winnt\system32\drivers\etc)
try creating a file called lmhosts with the IPaddress
The above applies where you are using NT domain authentication and are not using the smbpasswd file.