- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Samba
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
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
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
08-02-2006 08:45 AM
08-02-2006 08:45 AM
After Samba server configuration in my RHEL4 server , i tried this command to check the configuration is done properly
# smbclient //localhost/backup -U thomas
but iam getting this error
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
can anyone tell me how to solve this.
Next i need step by step procedure to implement a linux-samba server used as a domain controller for windows network
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 10:10 AM
08-02-2006 10:10 AM
SolutionThen, for your problem, try this:
run "testparm" to ensure that you configuration file is valid.
Ensure that the services started with "service smb restart" and "service smb status".
Use smbclient -L //servername -U username to list the shares configured. Then try to access the share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 12:14 AM
08-03-2006 12:14 AM
Re: Samba
man smbmount
man mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 12:34 AM
08-03-2006 12:34 AM
Re: Samba
smbclient -L localhost
this will show you what shares you have on that machine. NT_STATUS_BAD_NETWORK_NAME usually means that you are refering to a wrong sharename (i.e. backup)
cheers!
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 12:49 AM
08-03-2006 12:49 AM
Re: Samba
A problem with Microsoft's Domain Controller has been blocking various versions of the Samba software from making proper connections to microsoft shares.
The problem was so severe, some people put in a special domain controller to manage this situation.
The options are not very good.
1) You can pick a version of Samba that works with your microsoft environment. The stuck version with RH4 should work but apparently not.
2) You can provide an alternate domain controller to permit network access to Linux clients.
3) Microsoft can release a fix, because they caused the problem. That may have been done, you should have the domain admins check into it.
The documentation you have been provided is sufficient.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 09:08 AM
08-18-2006 09:08 AM
Re: Samba
try to mount the share using smbfs as follows .
mount -t smbfs //
if u want to mount someones share(say 10.0.3.22)
first see the share details using ..
$smbclient -L 10.0.3.22
dis will display the share names and types etc..
so that u can easily mount any share u want .
bye
vinay kumar