<?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: Disk Backup runs slow. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717803#M948051</link>
    <description>Uday:&lt;BR /&gt;&lt;BR /&gt;What about zombie processes? (I have a user who creates zombie processes with his perl scripts.) Maybe your backup scripts also leaves zombies that need resources for nothing.&lt;BR /&gt;&lt;BR /&gt;Create a new account from where you only run the backup scripts, e.g. uid=dbbup, gid=dba. After finishing backups, have a look if there are some processes of this 'database backup user' still on the system (should not).</description>
    <pubDate>Mon, 06 May 2002 15:52:43 GMT</pubDate>
    <dc:creator>Thomas Schler_1</dc:creator>
    <dc:date>2002-05-06T15:52:43Z</dc:date>
    <item>
      <title>Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717795#M948043</link>
      <description>Here is the scenario,&lt;BR /&gt;&lt;BR /&gt;Oracle 8i running on N-Class (HP-UX 11). around 300 Data files &lt;BR /&gt;&lt;BR /&gt;We run HotBackup every night.&lt;BR /&gt;The perl script does following things.&lt;BR /&gt;Take each data file and copy into a different dirctory and then compress it and then go to next datafile ... This usually runs for 5 hours but this duration increases everyday (Today it is running for 15 hrs.!) But if we bounce the box it will run for 5 hours again and grows slowly day by day.&lt;BR /&gt;I want to know why this process keeps on increasing and why reboot fixes it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Uday</description>
      <pubDate>Mon, 06 May 2002 14:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717795#M948043</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-05-06T14:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717796#M948044</link>
      <description>Hi Uday:&lt;BR /&gt;&lt;BR /&gt;Just some thoughts: Do you have any error message/warning in syslog.log ? Anything regrading resource overflow ? Did you check the resource usage with glance ? Any kernel tuning required ? Any patches ? Anything wrong with the script ( some counter increase ?)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 06 May 2002 15:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717796#M948044</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-06T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717797#M948045</link>
      <description>Uday,&lt;BR /&gt;&lt;BR /&gt;Memory leak? Check your swap area before starting and then afterwards. Hopefully you have glance, if so "watch the process".&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 06 May 2002 15:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717797#M948045</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-06T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717798#M948046</link>
      <description>Without much data to work with, this sounds like a classic memory leak problem. Have you noticed the Oracle background processes growing with time? I would start checking memory (and shared memory) with Glance.</description>
      <pubDate>Mon, 06 May 2002 15:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717798#M948046</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-06T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717799#M948047</link>
      <description>More like "process leaking memory" but do not rule out "kernel leaking memory" too. The system or user processes memory leak can be quickly determine. In glance/perfview, you'll see PROC_MEM_VIRT increasing over time. You will need need to look at process-level data too and that's in PROC_MEM_RES and APP_MEM_RES. Bottom line you got a lot of investigating to do here.</description>
      <pubDate>Mon, 06 May 2002 15:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717799#M948047</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717800#M948048</link>
      <description>Hi Uday,&lt;BR /&gt;&lt;BR /&gt;Perhaps memory buffers, I reduce my memory buffers cache (dbc_pct) and the backups gone very slow then I increase it and gone fast.&lt;BR /&gt;Do you change this kernel param?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Mon, 06 May 2002 15:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717800#M948048</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-05-06T15:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717801#M948049</link>
      <description>I collect almost all information during this backup process but I'm not able to make out what is causing this.&lt;BR /&gt;&lt;BR /&gt;I've almost all recommended patches on this box. &lt;BR /&gt;Attached here is glimpses of system status during backup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 15:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717801#M948049</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-05-06T15:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717802#M948050</link>
      <description>Those are current snapshot and from a glance it looks fine. What you need to do is run some detection process over time to determine if there is any leaking ..&lt;BR /&gt;2 ways ..&lt;BR /&gt;=========&lt;BR /&gt;1) Use glance ..&lt;BR /&gt;# cd /opt/perf/examples/adviser&lt;BR /&gt;# glance -adviser_only -syntax proc_mem_leak -j300 &amp;gt; output.file&lt;BR /&gt;===&amp;gt; Run glance in adviser mode every 5 minutes with the use of the syntax in "proc_mem_leak". &lt;BR /&gt;&lt;BR /&gt;2) This is from previous thread (thanks JRF)&lt;BR /&gt;# UNIX95= ps -e -o "user,vsz,pid,ppid,args" | sort -rnk2 | more&lt;BR /&gt;===&amp;gt; Look for growth in "vsz" over time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 15:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717802#M948050</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T15:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717803#M948051</link>
      <description>Uday:&lt;BR /&gt;&lt;BR /&gt;What about zombie processes? (I have a user who creates zombie processes with his perl scripts.) Maybe your backup scripts also leaves zombies that need resources for nothing.&lt;BR /&gt;&lt;BR /&gt;Create a new account from where you only run the backup scripts, e.g. uid=dbbup, gid=dba. After finishing backups, have a look if there are some processes of this 'database backup user' still on the system (should not).</description>
      <pubDate>Mon, 06 May 2002 15:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717803#M948051</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2002-05-06T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717804#M948052</link>
      <description>Chan,&lt;BR /&gt;&lt;BR /&gt;My output also have the famous UNIX95 output for top ten process sorting on vsz.&lt;BR /&gt;&lt;BR /&gt;I would like to run glance in advisory mode. ( Throw some for light on this .Pls.)&lt;BR /&gt;&lt;BR /&gt;Thomas,&lt;BR /&gt;&lt;BR /&gt;There are  no Zombies. and once back up finished system runs normally. Users complain slow responce during backup ( This could be due to compress command) &lt;BR /&gt;&lt;BR /&gt;Justo,&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct is 8 and min is 5.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 16:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717804#M948052</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-05-06T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717805#M948053</link>
      <description>Hi Uday&lt;BR /&gt;&lt;BR /&gt;The box is up for 77 days , so I was thinking whether you are talking of bouncing the application/database or the box. Also you might considering increasing dbc_max . What tis teh value of Maxdsiz.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 06 May 2002 16:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717805#M948053</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-06T16:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717806#M948054</link>
      <description>Time name pid Data-VSS Shmem-VSS Other-VSS&lt;BR /&gt;10:13:05 java 2433 16356kb 2340kb 215856kb&lt;BR /&gt;10:13:05 X 1566 26140kb 7972kb 37524kb&lt;BR /&gt;10:14:05 java 2433 16356kb 2340kb 215856kb&lt;BR /&gt;10:14:05 X 1566 26140kb 7972kb 37524kb&lt;BR /&gt;10:15:05 java 2433 16356kb 2340kb 215856kb&lt;BR /&gt;10:15:05 X 1566 26140kb 7972kb 37524kb&lt;BR /&gt;&lt;BR /&gt;Sample output running it at 1min interval on my machine. If you look at proc_mem_leak file it defined the threshold for VSS to 30MB by default, meaning it'll only list processes with more than 30MB of VSS. Obviously you can change this to capture a wider range of processes by editing proc_mem_leak and change "VSSthereshold".  If you notice the above output the number doesn't change and realistically it should not change much, a significant growth over time will most likely be the suspect.</description>
      <pubDate>Mon, 06 May 2002 16:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717806#M948054</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Backup runs slow.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717807#M948055</link>
      <description>Hi Uday,&lt;BR /&gt;&lt;BR /&gt;Performance issue is the difficult points to resolve. So it could be any kind of bottlenecks : cpu, memory, disks and/or network.&lt;BR /&gt;&lt;BR /&gt;1. Use the *time* command after a reboot and to measure the time variation for 2 days.&lt;BR /&gt;&lt;BR /&gt;2. Is there any new applications or new releases on your system. Perhaps there is bad process consuming resources.&lt;BR /&gt;&lt;BR /&gt;3. Check if any swap activities.&lt;BR /&gt;4. Are you using HP AutoRaid ? if yes, ensure that you are not on Raid 5. Some shutdown procedures are cleaning the system from huge log and temporary files. and after start up these files start growing ! Passing from Raid 0+1 to Raid 5 which is too slow.&lt;BR /&gt;&lt;BR /&gt;5. If you have GlancePlus, Mesure Ware Agent and Perf View, this will allow you to know where you are wasting these plainty of time.&lt;BR /&gt;&lt;BR /&gt;6. if not :&lt;BR /&gt; &lt;BR /&gt;ipcs&lt;BR /&gt;iostat&lt;BR /&gt;vmstat&lt;BR /&gt;sar&lt;BR /&gt;netstat&lt;BR /&gt;&lt;BR /&gt;and redirect them to logfiles and analyse them.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Fri, 10 May 2002 06:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-backup-runs-slow/m-p/2717807#M948055</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-05-10T06:30:47Z</dc:date>
    </item>
  </channel>
</rss>

