- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cifs / samba configuration for ux 11.0
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
09-03-2004 08:02 AM
09-03-2004 08:02 AM
I would like to use Samba/Server on HP-UX 11.0 with CIFS on Windows to allow access of Unix files and printers from Windows clients.
I have been running samba_setup on our HP system, only to have it error out when it attempts to join the domain.
Configuring HP CIFS Server, uxtest, as a domain_member_server
in XYZ with domain level authentication.
This may take a moment...
Attempting to join the domain XYZ ...
An error occurred, here is the output of the smbpasswd command:
Unable to join domain ABC.
change_trust_account_password: unable to read the machine account password for domain ABC.
Make sure the HP CIFS Server netbios name was added to the
domain and that the domain and Primary Domain Controller names were
entered correctly.
Would you like to try again?
_________________________________________
Does anyone have any pointers as to troubleshooting this?
Thanks,
Randy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 08:11 AM
09-03-2004 08:11 AM
Re: cifs / samba configuration for ux 11.0
In the PDC of the windows domain your CIFS server is member of (Workgroup option in smb.conf), you need to create a machine account and it should match the NETBIOS name of the CIFS server running in UX box.
If you select the server level security, you dont have to join the domain.
Create the account for the CIFS server in the Primary Domain Controller and give it a try again.
-- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 03:54 AM
09-07-2004 03:54 AM
SolutionYou can see an example of how to add the computer (machine name - netbios name) to the ADS in my whitepaper at:
http://www.docs.hp.com/hpux/onlinedocs/4502/CIFS_W2000_Interop.pdf
on page 27.
Use the name from your smb.conf "netbios name =" parameter. Do not fully qualify it, either in smb.conf or when you try to add it to the domain.
Alternatively, on 3.0, you can do a "net rpc oldjoin -U administrator%password" and you do not need Domain Controller access, although it's not always easy to get ahold of that password.
Eric Roseme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 05:52 AM
09-07-2004 05:52 AM
Re: cifs / samba configuration for ux 11.0
1) With server level security, your CIFS server keeps a connection open with the Password server for the entire period during which the client connection is active. This might saturate the number of connections your PDC can handle at a time if there are too many Samba users connecting to your CIFS server.
2) With domain level security, you dont have to bother explicitly listing the password servers. You can mention "*" in the Password servers list, CIFS server will automatically make some RPC calls and find out the password server for the domain.
Other than, server and domain level security is oblivous to the user community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 06:31 AM
09-07-2004 06:31 AM
Re: cifs / samba configuration for ux 11.0
http://docs.hp.com/hpux/onlinedocs/B8725-90061/B8725-90061.html
I use SECURITY=SERVER, just found it less of a hassle then DOMAIN.
I also make use of username.map.
Another good source of documentation is online with CIFS with SWAT:
http://yourserver:901
Click on help.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 10:09 AM
09-07-2004 10:09 AM
Re: cifs / samba configuration for ux 11.0
Eric