- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Running Samba from Intel clients
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
11-07-2001 01:04 PM
11-07-2001 01:04 PM
Pardon my ignorance but I am new to Samba. Currently I have NT 4.0 and Win2000 clients sharing files on my D330 server via the Hummingbird Maestro NFS client software. This is not real fast (at least not as fast as the Unix clients).
I have loaded CIFS/9000 on a HP-UX workstation and started the service. Now I am trying to map my exported Unix file systems from the Intel clients with no success. Is there a component for Samba that must be loaded on the Microsoft clients to get this to work?
David Owens
Ingersoll-Rand
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 01:31 PM
11-07-2001 01:31 PM
Re: Running Samba from Intel clients
You map the files in Windows the same way as you would map shared Windows files.
There can be a time lag of when they become available on the network depending on how fast the WINS servers propagate the new shares.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 01:44 PM
11-07-2001 01:44 PM
Solutionvi /opt/samba/lib/smb.conf
Change the [xxx] section to look like the [rsb] section. Add the appropriate path to the new users home directory and add the users id to the valid user.
The user should be able to map from there
\\servername
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 01:54 PM
11-07-2001 01:54 PM
Re: Running Samba from Intel clients
The same question still exists, have you modified your smb.conf file?
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 08:11 PM
11-07-2001 08:11 PM
Re: Running Samba from Intel clients
you have to install the windows*.reg file on the PC.
The registry file is located in the docs directory of your samba installation.
Install the respective file on the PC and do a reboot.Register the .reg file using the administrator.
Make sure that smbd and nmbd daemons are running on the server.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 10:43 PM
11-07-2001 10:43 PM
Re: Running Samba from Intel clients
connecting to a samba share is the same as connecting to a Windows share. Alternatively you can use "net use ..." with the ip-adress of your samba server.
To check if your samba shares work try to use the following in a DOS box (cmd):
net view \\ip-adress-of-the-samba-server
This should return a list of available shares. If not then there is a mistake in your configuration.
Have a look at this book http://www.oreilly.com/catalog/samba/chapter/book/indexpdf.html
This is a good and complete guide to samba which you can download as PDF for free.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 11:57 AM
11-08-2001 11:57 AM
Re: Running Samba from Intel clients
Thanks in advance,
David Owens
Ingersoll-Rand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 03:14 PM
11-08-2001 03:14 PM
Re: Running Samba from Intel clients
>loaded on the Microsoft clients to get this
> to work?
No. If your Samba Server is correctly set up, then the Windoze clients should be able to map any shares you have defined.
Read the Samba book from O'Reilly, it's got a really good explanation of troubleshooting in the Appendix, with an entire suite of steps to check configuration.
Best regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 11:04 PM
11-08-2001 11:04 PM
Re: Running Samba from Intel clients
Also EDD has to be the name of your domain, or you have to set workgroup =
Stop and restart the samba server /sbin/init.d/samba stop/start.
Make shure there are the necessary processes running ps -ef | grep mbd should list at least a smbd running.
Try to list the available shares with net view \\WS029.
If you can see your share try to connect to it with net use t: \\WS029\tmp.
If this fails check the book i mentioned above and go for the troubleshooting section. This is agood step by step procedure to get samba to work.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 03:56 AM
11-09-2001 03:56 AM
Re: Running Samba from Intel clients
Just check your /usr/local/samba/lib for the smb.conf file.
by default the samba is installed in the /usr/local filesystem.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 12:45 PM
11-15-2001 12:45 PM
Re: Running Samba from Intel clients
At least now it's running and based on some preliminary benchmarks it's about 10X faster than my current NFS client.
David Owens
Ingersoll-Rand