<?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: BIG Performance Problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827107#M87912</link>
    <description>My samba log file is&lt;BR /&gt;located at &lt;BR /&gt;/var/opt/samba/log.smb&lt;BR /&gt;&lt;BR /&gt;I would look there first.&lt;BR /&gt;&lt;BR /&gt;I would then look to see what data files are being accessed at the time of your problems&lt;BR /&gt;(find /director -exec fuser -u {} \;  &lt;BR /&gt;&lt;BR /&gt;To see if anything is unusual.&lt;BR /&gt;&lt;BR /&gt;I would also check for grins what my network load is.  At one site I luckly solved samba performance by simply putting my server on a 10/100 switch.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Oct 2002 17:25:00 GMT</pubDate>
    <dc:creator>Rory R Hammond</dc:creator>
    <dc:date>2002-10-17T17:25:00Z</dc:date>
    <item>
      <title>BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827100#M87905</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have 2 L2000 4CPU 2GIG RAM (HP-UX 11i) connected to 9TB SAN (VA7400) via Brocade switch. These 2 servers are SAMBA server only (2.2.3). I have about 25 users per server. filesystems have about 1TB. We have special need. We proces about 2-4 TB of stuff per day!&lt;BR /&gt;&lt;BR /&gt;Sice 2 weeks, I've had major performance problems. Proccessors are 100% busy! Each SMBD processes takes large percentages. I've started glance+ and found that each SMBD processes spend all of the time in system calls (mostly read and select). I haven't change anything for last year...&lt;BR /&gt;&lt;BR /&gt;Is there any survey about SAMBA and system calls.&lt;BR /&gt;&lt;BR /&gt;I've attached a screen shot of glance+ system call output.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;nicolas Gangon</description>
      <pubDate>Wed, 16 Oct 2002 13:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827100#M87905</guid>
      <dc:creator>Nicolas Gagnon</dc:creator>
      <dc:date>2002-10-16T13:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827101#M87906</link>
      <description>Hi Nicolas,&lt;BR /&gt;&lt;BR /&gt;Has anything changed in your environment in the last two weeks?  Patched your systems?  Updated your application that uses the Samba shares?  Any updates to the Windows that your users are on?&lt;BR /&gt;&lt;BR /&gt;Here is a thread about a performance problem with Samba 2.2.5 and a workaround, but I don't know if it will help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4415237a4bc6d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4415237a4bc6d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 13:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827101#M87906</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-16T13:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827102#M87907</link>
      <description>Since the problem have occured we've putted some patches and upgraded SAMBA. but we didn't do anything before.</description>
      <pubDate>Wed, 16 Oct 2002 14:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827102#M87907</guid>
      <dc:creator>Nicolas Gagnon</dc:creator>
      <dc:date>2002-10-16T14:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827103#M87908</link>
      <description>Hi Nicholas,&lt;BR /&gt;&lt;BR /&gt;I don't think anyone can give you a magical answer for this, you get have to dig deep into the problem, using glance, sar etc. There are some good performance cookbooks on the ITRC I believe. Basically you have to find what subsystem(s) is causing the problem. Perhaps use the Performance Advisor window from gpm?&lt;BR /&gt;&lt;BR /&gt;From what you have said, the 100% CPU utilisation could possibly be red herring. If nothing but Samba is running on these servers, these figures could be caused by a number of other performance problems. If nothing has changed on the servers, and you are processing a lot of files per day, it could possibly be down to fragmentation of the filesystems. This would certainly get worse over time. &lt;BR /&gt;&lt;BR /&gt;I assume these are vxfs version 4 filesystems as you are on 11i? Do you have Online JFS? If so, I would be interested in seeing a fragmentation report of one of the filesystems :&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -E -D &lt;FILESYSTEM mount="" point=""&gt;&lt;BR /&gt;&lt;BR /&gt;Also, check all the usual system logs for any hardware problems.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.&lt;/FILESYSTEM&gt;</description>
      <pubDate>Wed, 16 Oct 2002 14:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827103#M87908</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2002-10-16T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827104#M87909</link>
      <description>Hi Nicolas,&lt;BR /&gt;&lt;BR /&gt;Here are somes ways you can use in order to identify where your pb can come from:&lt;BR /&gt;* What change(s) did you made since the last time you can remember?&lt;BR /&gt;&lt;BR /&gt;* Try to locate where the bottlenecks are:&lt;BR /&gt;i/o&lt;BR /&gt;memory&lt;BR /&gt;swap space&lt;BR /&gt;switch&lt;BR /&gt;network components&lt;BR /&gt;application(s)&lt;BR /&gt;&lt;BR /&gt;Goog luck!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 07:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827104#M87909</guid>
      <dc:creator>rakotoarisoa</dc:creator>
      <dc:date>2002-10-17T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827105#M87910</link>
      <description>One, consider MORE memory!&lt;BR /&gt;&lt;BR /&gt;What are your kernel parameters set to?&lt;BR /&gt;&lt;BR /&gt;and what does your swap look like?&lt;BR /&gt;&lt;BR /&gt;How many fibre channel's per L2000 to the switch do you have?&lt;BR /&gt;&lt;BR /&gt;How are the lv's built? Size of lun's? striping?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 17 Oct 2002 10:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827105#M87910</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-17T10:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827106#M87911</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;From just your glance screen I would take a serious look at your disks during the busy periods.&lt;BR /&gt;&lt;BR /&gt;sar -d 1 100&lt;BR /&gt;&lt;BR /&gt;Also glance and examine lvols and then disks.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 17 Oct 2002 11:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827106#M87911</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-17T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: BIG Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827107#M87912</link>
      <description>My samba log file is&lt;BR /&gt;located at &lt;BR /&gt;/var/opt/samba/log.smb&lt;BR /&gt;&lt;BR /&gt;I would look there first.&lt;BR /&gt;&lt;BR /&gt;I would then look to see what data files are being accessed at the time of your problems&lt;BR /&gt;(find /director -exec fuser -u {} \;  &lt;BR /&gt;&lt;BR /&gt;To see if anything is unusual.&lt;BR /&gt;&lt;BR /&gt;I would also check for grins what my network load is.  At one site I luckly solved samba performance by simply putting my server on a 10/100 switch.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 17:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/big-performance-problems/m-p/2827107#M87912</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2002-10-17T17:25:00Z</dc:date>
    </item>
  </channel>
</rss>

