<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: samba-2.2.5 performance problem. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810031#M820089</link>
    <description>Smack me.  Don't give me any points for the Samba part as HP isn't listing depots for CIFS for 10.20.&lt;BR /&gt;&lt;BR /&gt;If the /var part helps, thats fine.&lt;BR /&gt;&lt;BR /&gt;10 lashes for Steve with a wet noodle.&lt;BR /&gt;&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;&lt;BR /&gt;Bad fingers.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Mon, 03 Feb 2003 04:52:06 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-02-03T04:52:06Z</dc:date>
    <item>
      <title>samba-2.2.5 performance problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810026#M820084</link>
      <description>People,&lt;BR /&gt;I have been using samba-2.0.3 on a K220/2 box with HPUX10.20 for some time now. Performance was quite good with up to 40 developers at one time running Eclipse/ClearCase.&lt;BR /&gt;&lt;BR /&gt;Now I have shifted all this to a R390/2 with HPUX11.00 with samba-2.2.5. The R390/2 is a faster box than the K220/2, however performance has degraded a HUGE amount.&lt;BR /&gt;&lt;BR /&gt;I've fired up glance and found that the disk that handles /var is sitting smack on 100%. Further investigation - it was the samba processes writing continuously to either unexpected.tdb and locking.tdb. NOTE: the size does NOT increase, (as with other complaints about samba). The samaba processes are just whacking these files at a horrenduous rate.&lt;BR /&gt;&lt;BR /&gt;I had to turn of oplocks because performance was REALLY REALLY slow.&lt;BR /&gt;&lt;BR /&gt;Anyone come across this?&lt;BR /&gt;&lt;BR /&gt;Attached is my samba config, (names and addresses changed to protect the innocent).&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2002 21:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810026#M820084</guid>
      <dc:creator>Mick Hellstrom</dc:creator>
      <dc:date>2002-09-19T21:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: samba-2.2.5 performance problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810027#M820085</link>
      <description>I saw a similar problem when upgrading from Samba 2.0.10 to 2.2.4.  The problem occurred on both HP-UX 10.20 and 11.x.  I was seeing incredible amounts of disk activity around the unexpected.tdb file, and my nmbd process was taking LOTS of CPU time.  I sent out a request for help to the Samba mailing list, and got a reply from Jeremy Allison of the Samba Team.  He suggested a possible cause, and provided a patch to more efficiently handle the unexpected.tdb.  Adding this one-line patch to libsmb/unexpected.c brought my CPU down to a manageable level.  Here is the text of Jeremy's email:&lt;BR /&gt;========================&lt;BR /&gt;Ok, the lseek/read pairs are searching within a tdb for free space on a system that doesn't support mmap correctly.&lt;BR /&gt;&lt;BR /&gt;My guess is that you are being hit with a lot of unexpected udp packets on port 137, you may want to look into what is causing this on your network.&lt;BR /&gt;&lt;BR /&gt;To make the tdb space allocation more efficient you might want to increase the hash size in libsmb/unexpected.c by using the following patch :&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt; Jeremy.&lt;BR /&gt;&lt;BR /&gt;=======================&lt;BR /&gt;&lt;BR /&gt;I have attached the patch he sent to me.  I have not tried it with 2.2.5 (I'm waiting for 2.2.6).  Note that there have been documented problems relating to mmap with Samba on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Good Luck!&lt;BR /&gt;&lt;BR /&gt;Dave Windsor&lt;BR /&gt;Robert Bosch Corporation&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 11:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810027#M820085</guid>
      <dc:creator>Dave Windsor</dc:creator>
      <dc:date>2002-09-24T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: samba-2.2.5 performance problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810028#M820086</link>
      <description>I have just tried 2.2.7a - same problem. Falls over in a screaming heap when we get mor than around 4-5 developers on it. I'll try and rebuild with the HAVE_MMAP turned off in config.h and see if it makes a diff. Or else I'll just throw my hands in the air and try HP's version, (CIFS/9000).&lt;BR /&gt;&lt;BR /&gt;I can get back to a decent performance if I set the following in smb.conf file:&lt;BR /&gt;&lt;BR /&gt;        oplocks = no&lt;BR /&gt;        level2 oplocks = no&lt;BR /&gt;        blocking locks = no&lt;BR /&gt;&lt;BR /&gt;This will give me adequate performance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Feb 2003 01:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810028#M820086</guid>
      <dc:creator>Mick Hellstrom</dc:creator>
      <dc:date>2003-02-03T01:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: samba-2.2.5 performance problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810029#M820087</link>
      <description>You can NOT run /var any where near 100%&lt;BR /&gt;&lt;BR /&gt;You need extra space on it.  The system needs space there to write all kinds of important log data.&lt;BR /&gt;&lt;BR /&gt;If you have online JFS, extend the logical volume and filesystem, immediately.&lt;BR /&gt;&lt;BR /&gt;If not, follow this procedure.&lt;BR /&gt;&lt;BR /&gt;Reboot system, interupt at the 10 second prompt.&lt;BR /&gt;&lt;BR /&gt;type bo&lt;BR /&gt;&lt;BR /&gt;enter&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;after the system boots, mount the /usr fs&lt;BR /&gt;&lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;lvextend the logical volume&lt;BR /&gt;&lt;BR /&gt;extendfs the filesystem&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;shutdown -ry now&lt;BR /&gt;&lt;BR /&gt;The current version of CIFS for HP-UX is linked below.&lt;BR /&gt;&lt;BR /&gt;You should use this versus the compiled source version.  HP's tested it and supports it.&lt;BR /&gt;&lt;BR /&gt;I do not think your problem thouth has anything to do with Samba.  Can't run a UX box with var near 100%, the box can stop suddenly and in a catastrophic fashion.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Mon, 03 Feb 2003 04:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810029#M820087</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-03T04:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: samba-2.2.5 performance problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810030#M820088</link>
      <description>You can NOT run /var any where near 100%&lt;BR /&gt;&lt;BR /&gt;You need extra space on it.  The system needs space there to write all kinds of important log data.&lt;BR /&gt;&lt;BR /&gt;If you have online JFS, extend the logical volume and filesystem, immediately.&lt;BR /&gt;&lt;BR /&gt;If not, follow this procedure.&lt;BR /&gt;&lt;BR /&gt;Reboot system, interupt at the 10 second prompt.&lt;BR /&gt;&lt;BR /&gt;type bo&lt;BR /&gt;&lt;BR /&gt;enter&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;after the system boots, mount the /usr fs&lt;BR /&gt;&lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;lvextend the logical volume&lt;BR /&gt;&lt;BR /&gt;extendfs the filesystem&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;shutdown -ry now&lt;BR /&gt;&lt;BR /&gt;The current version of CIFS for HP-UX is linked below.&lt;BR /&gt;&lt;BR /&gt;You should use this versus the compiled source version.  HP's tested it and supports it.&lt;BR /&gt;&lt;BR /&gt;I do not think your problem thouth has anything to do with Samba.  Can't run a UX box with var near 100%, the box can stop suddenly and in a catastrophic fashion.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8725AA&amp;amp;date=" target="_blank"&gt;https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8725AA&amp;amp;date=&lt;/A&gt;&lt;BR /&gt;P</description>
      <pubDate>Mon, 03 Feb 2003 04:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810030#M820088</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-03T04:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: samba-2.2.5 performance problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810031#M820089</link>
      <description>Smack me.  Don't give me any points for the Samba part as HP isn't listing depots for CIFS for 10.20.&lt;BR /&gt;&lt;BR /&gt;If the /var part helps, thats fine.&lt;BR /&gt;&lt;BR /&gt;10 lashes for Steve with a wet noodle.&lt;BR /&gt;&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;wap&lt;BR /&gt;&lt;BR /&gt;Bad fingers.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 03 Feb 2003 04:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810031#M820089</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-03T04:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: samba-2.2.5 performance problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810032#M820090</link>
      <description>Um. That's 100% disk I/O. Not capacity.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 13:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-2-2-5-performance-problem/m-p/2810032#M820090</guid>
      <dc:creator>Mick Hellstrom</dc:creator>
      <dc:date>2003-02-04T13:28:45Z</dc:date>
    </item>
  </channel>
</rss>

