- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAMBA (CIFS/9000 Server) Problems
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
06-05-2003 05:02 AM
06-05-2003 05:02 AM
SAMBA (CIFS/9000 Server) Problems
We've been experiencing problems with Windows clients opening/reading multiple files just suddenly being denied access or experiencing file read errors. One typical SMBD log follows:
[2002/10/16 12:54:26, 0] smbd/oplock.c:(758)
oplock_break: receive_smb error (Error 0)
oplock_break failed for file ORGN/YP/PDF/pbd_orgn_1102_yp__0430__02.pdf (dev =
40030003, inode = 8976, file_id = 1511).
[2002/10/16 12:54:26, 0] smbd/oplock.c:(843)
oplock_break: client failure in break - shutting down this smbd.
[2002/10/16 14:57:11, 0] smbd/oplock.c:(758)
oplock_break: receive_smb error (Error 0)
oplock_break failed for file ORGN/YP/PDF/pbd_orgn_1102_yp__0553__02.pdf (dev =
40030003, inode = 9301, file_id = 1001).
[2002/10/16 14:57:11, 0] smbd/oplock.c:(843)
oplock_break: client failure in break - shutting down this smbd.
Our NFILE is 4096 and NFLOCKS is 1200, Max clients is less than 50 with no more than 20 connecting at any one time. Is this a known problem or just a tuning issue? All defaults in smb.conf config (oplocks, etc...). Contemplating on going to A.01.09.5 (Mar 2003).. Any help would be appreciated.. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:07 AM
06-05-2003 05:07 AM
Re: SAMBA (CIFS/9000 Server) Problems
keepalive = 0
"The value of the parameter (an integer) represents the number of seconds between keepalive packets. If this parameter is zero, no keepalive packets will be sent. Keepalive packets, if sent, allow the server to tell whether a client is still present and responding.
Keepalives should, in general, not be needed if the socket being used has the SO_KEEPALIVE attribute set on it (see socket options). Basically you should only use this option if you strike difficulties.
Default: keepalive = 300"
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:21 AM
06-05-2003 05:21 AM
Re: SAMBA (CIFS/9000 Server) Problems
Well, I'd consider going to the later version anyway - there was a recent security alert and the latest version is the only one unaffected.
It's also worth determining if you actually require oplocks for those particular types of files. There's some good info on oplocks in the Using Samba book from O'Reilly - also available via SWAT on your CIFS server. If not, I'd consider disabling oplocks on that share.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 06:26 AM
06-05-2003 06:26 AM
Re: SAMBA (CIFS/9000 Server) Problems
There are known problems with the release you are on including a security flaw that Berlene pointed out a few weeks ago.
I've spoken to a half dozen people in these forums who have solved problems similar to yours with the upgrade.
From a prior thread:
docs
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8725-90021/B8725-90021_top.html&con=/hpux/onlinedocs/B8725-90021/00/00/8-con.html&toc=/hpux/onlinedocs/B8725-90021/00/00/8-toc.html&searchterms=Setup%7cInstallation%7cCIFS/9000&queryid=20030512-200357
Install Guide.
http://docs.hp.com/hpux/onlinedocs/netcom/cifs_client_manual.pdf
The software
CIFS/9000
Here is a link to the free software:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
The reference.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x653663f96280d711abdc0090277a778c,00.html
Good Luck,
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
06-05-2003 06:27 AM
06-05-2003 06:27 AM
Re: SAMBA (CIFS/9000 Server) Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 06:33 AM
06-05-2003 06:33 AM
Re: SAMBA (CIFS/9000 Server) Problems
In that case you could consider using the "veto oplock files" option - where you can list specific filenames that should not use oplocks.
ie:
veto oplock files = /*.pdf/
I'd do some testing to see if it has any negative effect, though I'd doubt it as the files are only being read hence oplocking isn't important.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 04:39 AM
06-06-2003 04:39 AM
Re: SAMBA (CIFS/9000 Server) Problems
Hope this helps.