- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS/SAMBA DNS question
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-10-2008 10:18 AM
04-10-2008 10:18 AM
CIFS/SAMBA DNS question
Here is a more detailed description of my issues.
We currently are using NFS, and I am attempting to migrate to CIFS. I set up CIFS shares on a test server (HPUX 11.11) in a different subnet. I am able search by IP, but the name of the server comes up as "unknown". Once I login and connect into it the "Server string" name comes up instead of the "NetBIOS name". but the bigger issue, is that I am having trouble creating mapping to it.
I asked systems to manually create a DNS record for both my HP-UX 11.11 host and another with the "server string name" both with the same IP address. He mentioned that I might have issues with one of them in regards to "reverse lookup". This is my first experience with SAMBA/CIFS so any input on setup hints would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 11:40 AM
04-10-2008 11:40 AM
Re: CIFS/SAMBA DNS question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 12:12 PM
04-10-2008 12:12 PM
Re: CIFS/SAMBA DNS question
If you want you can bind Samba to a specific IP, but you don't have to. It's your choice, just like for many other services.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 12:57 PM
04-10-2008 12:57 PM
Re: CIFS/SAMBA DNS question
I am now able to map it, so I can set up users to manually copy files to and from the share, but now I have another question. We are also going to have automated scripts copy files from one server to another. I am little concerned that the scripts might now work because of authentication. I booted the server and the client was still able to see the share when it came up. But if the client is rebooted, I have to make sure to log into the share. I read something about using the -n. Is anyone running auto scripts using Samba? How do you deal with the authentication? Do you just make sure the servers running them are logged in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 01:48 PM
04-10-2008 01:48 PM
Re: CIFS/SAMBA DNS question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 02:27 PM
04-10-2008 02:27 PM
Re: CIFS/SAMBA DNS question
=> #swlist -l product | grep -i cifs
CIFS-Client A.02.02.02 HP CIFS Client
CIFS-Development A.02.03.02 HP CIFS Server Source Code Files
CIFS-Server A.02.03.02 HP CIFS Server (Samba) File and Print Services
But I have not installed anything on the clients. I am testing on windows xp PC, where users will access. But the scripts will be run from windows 2000 and 2003 servers. Was I supposed to install something on the client?