- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CIFS on HPUX 11i and XP client on Novell Netwo...
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
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
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-29-2004 03:15 AM
тАО04-29-2004 03:15 AM
CIFS on HPUX 11i and XP client on Novell Network
We have CIFS running on an N-Class system with HPUX 11i. We are sharing these files to clients running Windows XP Professional on a Novell network. The users can get connected just fine, but it is really slow opening files on the CIFS share via Windows Explorer or any other Windows application. The files in question are less than 50 kb in size. Does anyone know of a configuration on the CIFS or Window XP that help speed up the process of opening these files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 03:46 AM
тАО04-29-2004 03:46 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
What I have:
security = SERVER
encrypt passwords = Yes
password server = NTSERVER01, NTSERVER02, NTSERVER03
username map = /etc/opt/samba/username.map
Try setting keepalive to 0:
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.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 04:11 AM
тАО04-29-2004 04:11 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
As a first step - have you checked the CIFS logs to be sure that there are no errors reported, it's possible that locking issues could slow down file access.
Are you running an old version of CIFS?
Do you have a large number of users or shares? You may need to increase kernel parameters - this is documented in the CIFS admin guide available from http://docs.hp.com
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 04:22 AM
тАО04-29-2004 04:22 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
Right now we are have the CIFS configured to use workgroup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 04:48 AM
тАО04-29-2004 04:48 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
There are less than 20 clients using the CIFS.
Found the following error in the log.nmbd.
Looks as though there is a duplicate IP address on our network??
[2004/04/29 09:12:03, 0] nmbd/nmbd_namequery.c:(112)
query_name_response: Multiple (2) responses received for a query on subnet xxx.xxx.xxx.xxx for name WORKGROUP<1d>.
This response was from IP xxx.xxx.xxx.xxx, reporting an IP address of xxx.xxx.xxx.xxx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 05:12 AM
тАО04-29-2004 05:12 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
I believe the error you saw in log.nmbd isn't actually a duplicate IP problems. I think it refers to where replies have been received from a server that you haven't requested data. Do you know the 2 IPs mentioned?
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 07:11 AM
тАО04-29-2004 07:11 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 07:20 AM
тАО04-29-2004 07:20 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
Going back to your original point... Are the slow files written to, or are they purely read-only? And how slow are they to open?
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 07:31 AM
тАО04-29-2004 07:31 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
In further testing I moved a 100 MB file from the CIFS driver to a local drive on my pc. It took over an hour to move it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 07:35 AM
тАО04-29-2004 07:35 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
Notice it most when a user tries to open a file on the Samba share with a Windows app. A 47 KB file was taking 1 minute 30 seconds to 2+ minutes to open. They will then make changes to the code and save and compile the code back to the Samba (CIFS) share (this process also takes awhile, it compiles the program and then saves both the compiled executable and source code on the CIFS server).
In further testing I moved a 100 MB file from the CIFS driver to a local drive on my pc. It took over an hour to move it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 09:33 PM
тАО04-29-2004 09:33 PM
Re: CIFS on HPUX 11i and XP client on Novell Network
This would help pinpoint whether it is a config problem or a networking issue.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 02:48 AM
тАО04-30-2004 02:48 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 03:58 AM
тАО05-04-2004 03:58 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
I tried ftp vs. Windows copy to Samba drive. I used the same file in both tests and that was about 1,240KB).
ftp from XP c: drive to Samba drive = 30 seconds
ftp from Samba drive to XP c: drive = 1 minut 5 seconds.
Windows copy/paste from XP c: to Samba driver = 2 seconds
Windows copy/paster from Samba drive to XP c: drive = 55 seconds.
Why would it take long to go from Samba drive on HP to local windows directory versus the opposite direction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 04:08 AM
тАО05-04-2004 04:08 AM
Re: CIFS on HPUX 11i and XP client on Novell Network
We are using a mapped drive and running IP (Windows IP stack ) on Novell Netware 5.0.
We are not using WINS and not sure where to find the Point2Point or Hybrid Netbios node type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2004 12:43 AM
тАО05-07-2004 12:43 AM