- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Samba connectios
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
05-23-2002 05:09 AM
05-23-2002 05:09 AM
Samba connectios
I have some performance issues I believe it may be coming from people closing their samba connection but the process still remaining on the server, would that be a possible explanation?
Thanks a bunch.
- Tags:
- samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:18 AM
05-23-2002 05:18 AM
Re: Samba connectios
please paste your smb.conf file.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:23 AM
05-23-2002 05:23 AM
Re: Samba connectios
# Samba config file created using SWAT
# from 157.84.62.233 (157.84.62.233)
# Date: 2001/11/21 16:22:08
# Global parameters
[global]
workgroup = HEN_MASTER
netbios name = HENORA01
security = DOMAIN
encrypt passwords = Yes
null passwords = Yes
password server = henbak01
username map = /opt/samba/lib/users.map
deadtime = 30
keepalive = 0
socket options = TCP_NODELAY SO_KEEPALIVE
wins server = 10.138.62.14
guest account = ework_service
directory mask = 0775
[finance]
comment = E-Work finace feed data
path = /u04/finance
writeable = Yes
guest ok = Yes
[images]
comment = E-Work Image Store
path = /u04/images
username = ework_service
writeable = Yes
security mask = 0777
guest ok = Yes
[homes]
comment = Homes
writeable = Yes
browseable = No
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:25 AM
05-23-2002 05:25 AM
Re: Samba connectios
i would suggest you to remove SO_KEEPALIVE
in socket options and try again.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:26 AM
05-23-2002 05:26 AM
Re: Samba connectios
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x716d7bb04b5cd611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:27 AM
05-23-2002 05:27 AM
Re: Samba connectios
Here is a link to the Using Samba book by O'Rielly. there is a section (chapter 3.3) that talks about SMB/CIFS. I don't know if that is what you are looking for or not.
http://www.oreilly.com/catalog/samba/chapter/book/ch03_03.html
also, you should be able to go the the gui interface and see if the shares are still connected or not.
Mark