- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using Samba with HP-UX 11.00
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
04-18-2001 03:44 PM
04-18-2001 03:44 PM
Using Samba with HP-UX 11.00
I have installed the latest HP-UX version as downloaded from the Samba site after having similar problems using the software provided with OS. Setup and installation goes OK, Istart it as a daemon and initially it seems to connect OK. Clients using NT4, NT4 Server, Win95 and Win2k are initially able to connect using the netbios name. and then on rebooting or logging in again, they either can't connect at all or need to use the IP address. The security level is set to server, but I have also tried share level security to no avail. The config file is an exact replica of that used on a Sun box with absolutely no problems at all. Have searched but have found no reference to anyone else experiencing similar problems.
Anna van Tatenhove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 03:58 PM
04-18-2001 03:58 PM
Re: Using Samba with HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 11:37 PM
04-18-2001 11:37 PM
Re: Using Samba with HP-UX 11.00
Did you add an entry to the client's lmhost file? If not, you could give it a try.
Are "lm announce" and "wins support" set to "yes"?
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 03:22 PM
04-19-2001 03:22 PM
Re: Using Samba with HP-UX 11.00
Are "lm announce" and "wins support" set to "yes"? No they are not should they be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:16 PM
04-19-2001 11:16 PM
Re: Using Samba with HP-UX 11.00
There's a difference between an IP hostname and a NETBIOS name. The IP hostname of a server doesn't have to be the same as its NETBIOS name of the same machine.
I'm not very familiar with WINS via DHCP and I don't know if this translates IP hostnames to NETBIOS. What I do know is that if you don't set "lm announce" to yes, the samba server doesn't announce itself to the Workgroup. That could explain why the Windows machines can't resolve the NETBIOS name of the samba server.
There are a number of things you can try:
1. Set "lm announce" to yes
2. Set "wins support" to yes and specify the samba server as WINS server for the clients.
3. Add an entry to C:\WINDOWS\LMHOSTS, which maps the NETBIOS name of the samba server to its IP address.
You can verify that the NETBIOS name of the samba server is resolved correctly by using the DOS command "nbtstat""
C:\> nbtstat -a
C:\> nbtstat -A
Hope this helps.
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 05:26 PM
04-23-2001 05:26 PM
Re: Using Samba with HP-UX 11.00
I tried adding it to the lmhosts file, but in all cases there were no entries in this file in any case.
I turned on LMAnnounce in the registry, again this wasn't on before I turned it on and I find it very strange that we had absolutely no problems connecting to the 2 Sun boxes without these being on.
Neither of these options helped me with my problem.
We won't be setting the box up as a WINS server as we use DHCP for that and all WINS requests go through and NT boxes, 1 in our national office and another in our local office. Neither of the Sun boxes were set up as WINS servers either.
The netbios name and the IP address are being resolved, so that is not the problem.
The problem has become OS specific and is only happening on the Win95 boxes. I have found that if I upgrade these PC's to Win98, my problems are resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 08:00 AM
04-26-2001 08:00 AM
Re: Using Samba with HP-UX 11.00
I meant the "lm announce" option in smb.conf, not in the Windows registry. The samba server has to know that it should announce itself to the workgroup.
I haven't got a clue as to why Win95 clients have problems connecting to the Netbios name of the samba server and the Win98 clients don't. It looks like a resolving issue, and setting "lm announce" to "yes" should clear up most issues.
Could you please post the contents of your smb.conf?
Vincent