<?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: Hot backup. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639148#M879231</link>
    <description>Are you running the measureware agent on your system?  If so then it is collecting historical data which will be very useful.  If you've got perfview that would make it easier, otherwise I would run an "extract" as follows:&lt;BR /&gt;&lt;BR /&gt;1. Make a copy of /var/opt/perf/reptall somewhere.  Edit this file and uncomment the DATA TYPE GLOBAL metrics you would like to look at.  I suggest as a start:&lt;BR /&gt;DATE&lt;BR /&gt;TIME&lt;BR /&gt;GBL_MEM_CACHE_HIT_PCT&lt;BR /&gt;GBL_CPU_TOTAL_UTIL&lt;BR /&gt;GBL_CPU_SYS_MODE_UTIL&lt;BR /&gt;GBL_CPU_USER_MODE_UTIL&lt;BR /&gt;GBL_CPU_NICE_UTIL&lt;BR /&gt;GBL_DISK_UTIL_PEAK&lt;BR /&gt;GBL_MEM_UTIL&lt;BR /&gt;GBL_MEM_USER_UTIL&lt;BR /&gt;GBL_MEM_SYS_UTIL&lt;BR /&gt;GBL_MEM_PAGEOUT_RATE&lt;BR /&gt;GBL_RUN_QUEUE&lt;BR /&gt;&lt;BR /&gt;2. Run "extract" as follows:&lt;BR /&gt;&lt;BR /&gt;# extract -xp -g -l /var/opt/perf/datafiles/logglob -r reptall -b "today-10" -f perf.txt&lt;BR /&gt;&lt;BR /&gt;That will give you the last 10 days worth of data in the perf.txt file.  You can import that file into Excel then graph some of the metrics if you like.  You should be able to at least confirm from the above whether you have a disk or CPU bottleneck (it already looks like memory pressure is not the culprit).&lt;BR /&gt;&lt;BR /&gt;Also, it wouldn't hurt for you to run a patch analysis on the system.  If you have a support contract you can use the "custom patch manager" on ITRC to generate a system specific patch bundle.  There are loads of patches available that fix performance problems. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
    <pubDate>Mon, 07 Jan 2002 10:37:30 GMT</pubDate>
    <dc:creator>Steven Gillard_2</dc:creator>
    <dc:date>2002-01-07T10:37:30Z</dc:date>
    <item>
      <title>Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639131#M879214</link>
      <description>Hello, &lt;BR /&gt;Env : N-class,HP11, Phy Mem: 8G &lt;BR /&gt;DB : Oracle 8i, one instance running, table space size more than 275 GB &lt;BR /&gt;&lt;BR /&gt;The scenario: &lt;BR /&gt;&lt;BR /&gt;A script runs every night to execute hot-backup. &lt;BR /&gt;Script compress the table spaces using compress command  and copy it to a different file system within the system. &lt;BR /&gt;This entire process usually takes 5 hours but since last one  week it takes more than 11 hours. In the past rebooting the server eliminated this problem for a month then it gradually becomes slow and hotbackup runs for a longer time &lt;BR /&gt;I would like to find out why it is happenning and what is causing it and why &lt;BR /&gt;reboot fixes it for initial few days. &lt;BR /&gt;&lt;BR /&gt;I tried replacing compress with gzip without any sucess. I'm collecting ps data during hotbackup period but I can not make out what is causing this delay&lt;BR /&gt;&lt;BR /&gt;Any help/suggetions appriciated. &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 15:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639131#M879214</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-04T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639132#M879215</link>
      <description>What does your memory look like when you run the hot-backup? Is it possible oracle has a memory leak?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 04 Jan 2002 16:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639132#M879215</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-04T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639133#M879216</link>
      <description>The first step is to determine whether you have a CPU, disk or memory bottleneck.  The fact that it gets slower after a month and is ok after a system reboot indicates that you may have a potential memory issue.&lt;BR /&gt;&lt;BR /&gt;Use glance or vmstat while the backup is running and monitor the paging activity (page out rate in particular).  Also keep an eye on your free memory over time.  What does glance's memory report tell you?&lt;BR /&gt;&lt;BR /&gt;Also have a read of:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=b2adc1b00705cc33c8/screen=ckiDisplayDocument?docId=200000050018417" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=b2adc1b00705cc33c8/screen=ckiDisplayDocument?docId=200000050018417&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for information about performance troubleshooting.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 04 Jan 2002 16:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639133#M879216</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-01-04T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639134#M879217</link>
      <description>I would suspect that this is an Oracle issue, mabee restarting the database would determine this, does this temporarily solve the problem?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 16:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639134#M879217</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-01-04T16:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639135#M879218</link>
      <description>Could we have some more information? By the way I read this it sounds like you're copying the physical dbf files and compressing them. If you are doing this I really think you should shut down oracle first :-)&lt;BR /&gt;&lt;BR /&gt;This shouldn't as such cause oracle to leak much memory; but it's worth checking a few things:&lt;BR /&gt;1) dangling processes, may be taking up extra memory&lt;BR /&gt;2) disk bottlenecks&lt;BR /&gt;3) use of virtual memory&lt;BR /&gt;&lt;BR /&gt;The copying of files itself uses mainly disk access - are your disks mirrored/striped? Are they internal/external?&lt;BR /&gt;&lt;BR /&gt;Compress uses a significant amount of disk use and a *large* amount of CPU? When this is running is the priority very high (241 - 255)?&lt;BR /&gt;&lt;BR /&gt;Have you got mwa on the box? (to show ps listings and disk bottleneck areas)&lt;BR /&gt;&lt;BR /&gt;Which bit of the batch takes the time - is it the copy or the compess?&lt;BR /&gt;&lt;BR /&gt;dave</description>
      <pubDate>Fri, 04 Jan 2002 16:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639135#M879218</guid>
      <dc:creator>David Lodge</dc:creator>
      <dc:date>2002-01-04T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639136#M879219</link>
      <description>Initial thoughts are CPU and memory. &lt;BR /&gt;&lt;BR /&gt;Compress is very CPU intensive - have you got any 'rogue' processes that are using up CPU time? A reboot will kill these.&lt;BR /&gt;&lt;BR /&gt;Run that useful one-liner:&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more&lt;BR /&gt;to check if you have any processes with a memory leak.&lt;BR /&gt;&lt;BR /&gt;If it's one of the above then it will be affecting the system now, not just when you run the backup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 16:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639136#M879219</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-01-04T16:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639137#M879220</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the responses.&lt;BR /&gt;&lt;BR /&gt;Compress takes long time and it takes entire cpu during compression.  I'm compressing data first and then copying it over a different file system within the server.&lt;BR /&gt;&lt;BR /&gt;Here is the collective data during hotbackup for the last 10 days.&lt;BR /&gt;This is the output of &lt;BR /&gt;UNIX95= ps -e -o "pcpu vsz ruser pid stime time state args" | sort -rn |head -10&lt;BR /&gt;also the uptime and swapinfo -tam.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 16:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639137#M879220</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-04T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639138#M879221</link>
      <description>It looks like you might have some old compress process running. Check out process id 488. It seemed to be running longer than one day. &lt;BR /&gt;&lt;BR /&gt;I also saw that it did eventually stop. It might have stopped because of the reboot. It looked like the number of days running went back down towards the bottom indicating you rebooted the box and it took about another 35 days before you had bad performance?&lt;BR /&gt;&lt;BR /&gt;Either way do a ps -ef | grep compress and check the time stamp on the box.&lt;BR /&gt;&lt;BR /&gt;Also, If you have old compress commands running you restore program prob. does an uncompress on the files which will fail if the compress never succeded.&lt;BR /&gt;&lt;BR /&gt;I would check a backup and test a restore if you are finding old compress process.</description>
      <pubDate>Fri, 04 Jan 2002 16:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639138#M879221</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-01-04T16:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639139#M879222</link>
      <description>The ps data is for last 10 days. If you check the data same process are running during hotbackup. system is up now for 46 days. The problem started somewhere in last week. &lt;BR /&gt;There is no old  compress process are running.&lt;BR /&gt;I tried manually compressing data over 1gb before and after when we rebooted the box last time. It took almost half the time to compress same size of the data before reboot.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 16:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639139#M879222</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-04T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639140#M879223</link>
      <description>Here is the output for two different dates but on the same time during backup. Hotback up running smoothly when system was up for 27 days and it terribly slow now after 45 days!&lt;BR /&gt;&lt;BR /&gt;12:00am  up 27 days, 16:55,  0 users,  load average: 0.32, 0.33, 0.36&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        1024       0    1024    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     453    -453&lt;BR /&gt;memory     6349    1724    4625   27%&lt;BR /&gt;total      7373    2177    5196   30%       -       0    -&lt;BR /&gt;98.91     488 oracle   26616 23:58:24    01:35 R compress&lt;BR /&gt;74.45     488 oracle   26630 23:59:33    00:26 R compress&lt;BR /&gt; 6.50   28132 oracle   23776  Dec 14     12:17 S oracleprod (LOCAL=NO)&lt;BR /&gt; 1.23       0 root        34  Nov 18     48:48 R vxfsd&lt;BR /&gt; 0.99   18400 root     15045  Dec 14     17:34 R /opt/perf/bin/midaemon&lt;BR /&gt; 0.71      32 root       634  Nov 18  03:42:48 S /usr/sbin/syncer&lt;BR /&gt; 0.61   32036 oracle    6876  Dec 11     59:58 S oracleprod (LOCAL=NO)&lt;BR /&gt; 0.56   25676 root     15047  Dec 14     01:58 S /opt/perf/bin/scopeux&lt;BR /&gt; 0.49   28148 oracle   26642 00:00:00    00:00 R oracleprod (LOCAL=NO)&lt;BR /&gt; 0.26   29860 oracle   26986 03:10:30    02:41 S oracleprod (LOCAL=NO&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;12:00am  up 45 days, 16:56,  1 user,  load average: 0.28, 0.31, 0.35&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        1024       0    1024    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     733    -733&lt;BR /&gt;memory     6349    1719    4630   27%&lt;BR /&gt;total      7373    2452    4921   33%       -       0    -&lt;BR /&gt;57.22     488 oracle   14902 23:55:52    02:21 S compress&lt;BR /&gt;56.35     488 oracle   14899 23:55:52    02:21 S compress&lt;BR /&gt; 1.20       0 root        34  Nov 18  01:16:21 R vxfsd&lt;BR /&gt; 1.08   28564 oracle   14969 23:56:18    00:03 S oracleprod (LOCAL=NO)&lt;BR /&gt; 0.87   18384 root       723 08:44:13    12:17 R /opt/perf/bin/midaemon&lt;BR /&gt; 0.64      32 root       634  Nov 18  06:42:35 S /usr/sbin/syncer&lt;BR /&gt; 0.56   14028 root       732 08:44:15    01:09 S /opt/perf/bin/scopeux&lt;BR /&gt; 0.48    1920 precise  27239  Nov 19  04:29:36 S pss_pcs.64 -k prod&lt;BR /&gt; 0.36   28564 oracle   10999 22:55:04    00:00 S oracleprod (LOCAL=NO)&lt;BR /&gt; 0.34    4688 precise  27240  Nov 19  01:53:01 S pss_rx -k prod&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 17:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639140#M879223</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-04T17:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639141#M879224</link>
      <description>Silly question - I've noticed that you are running several consecutive compresses, some of them without parameters (as if compressing stdin-&amp;gt;stdout) are you trying to compress all the files at the same time?&lt;BR /&gt;(Any chance of seeing that part of the script?)&lt;BR /&gt;&lt;BR /&gt;Another thing - do you get slow downs for anything else? With a memory leak I'd expect the whole system to gradually slowdown, rather than just one process.&lt;BR /&gt;&lt;BR /&gt;How busy is the system generally (bespoke applications etc?)&lt;BR /&gt;&lt;BR /&gt;Have you got any other applications grabbing large amounts of memory? (from memory mib2agt caused a few problems here 'cos it had a big memory leak)&lt;BR /&gt;&lt;BR /&gt;dave</description>
      <pubDate>Fri, 04 Jan 2002 17:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639141#M879224</guid>
      <dc:creator>David Lodge</dc:creator>
      <dc:date>2002-01-04T17:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639142#M879225</link>
      <description>&lt;BR /&gt;There is no mib2agt memory leak. I've already checked that. Two compress are running same time with run state some time.&lt;BR /&gt;This is a perl script it comresses then  do a cp , here is the part of the script&lt;BR /&gt;&lt;BR /&gt;`compress $ARCH_DIR/$ARCHFILE`;&lt;BR /&gt;                `cp $ARCH_DIR/$ARCHFILE.Z $BACKUP_DATA`;&lt;BR /&gt;                `mv $ARCH_DIR/$ARCHFILE.Z $OLDARCH_DIR`;&lt;BR /&gt;                print REST "cp $BACKUP_DATA/$ARCHFILE.Z $ARCH_DIR\n";</description>
      <pubDate>Fri, 04 Jan 2002 17:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639142#M879225</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-04T17:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639143#M879226</link>
      <description>I can tell you for certain that it isn't a memory leak - from the vmstat and ps listing you've provided, memory isn't growing.&lt;BR /&gt;&lt;BR /&gt;I can't see any correlation from time from reboot and CPU usage (one of my first thoughts)...&lt;BR /&gt;&lt;BR /&gt;This leads me to think that it looking more and more to your disc subsystem - why this is refreshing with a reboot is a mystery!&lt;BR /&gt;&lt;BR /&gt;Are you getting any strange errors on dmesg/stm? from your disk devices? I notice you're running MeasureWare Agent - if you have Perfview are your disk access rates climbing?&lt;BR /&gt;&lt;BR /&gt;dave (clutching at straws!)</description>
      <pubDate>Fri, 04 Jan 2002 17:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639143#M879226</guid>
      <dc:creator>David Lodge</dc:creator>
      <dc:date>2002-01-04T17:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639144#M879227</link>
      <description>I also now suspect the disk subsystem may be an issue what is it?&lt;BR /&gt;&lt;BR /&gt;Notice that in the second ps list that you posted the two compresses were only using 57 and 56% CPU whereas the first pair were using 98% and 74%. Not definite but it could be that they are waiting for I/O.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 04 Jan 2002 17:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639144#M879227</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-01-04T17:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639145#M879228</link>
      <description>Coupla things&lt;BR /&gt;1) I doubt you have an N with just 1 CPU, but if you do, I've found that compute intensive apps on HP-UX single processor boxes run better sequentially (no context switching) than in parallel.&lt;BR /&gt;&lt;BR /&gt;2) check your dbc_max_pct, dbc_min_pct tunings.  If they're default, your filesystem cache could be consuming up to 50 percent of available memory over time, which might explain why the compress performs well after reboot, but not if the box has been running for a while.</description>
      <pubDate>Fri, 04 Jan 2002 18:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639145#M879228</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-01-04T18:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639146#M879229</link>
      <description>&lt;BR /&gt;It's really a mistry and It's driving me nuts.&lt;BR /&gt;This is N-Class with 8 cpu. dbc_min and dbc_max are 5 and 8 respectively.&lt;BR /&gt;&lt;BR /&gt;During this backup some time both the compress are in running and some time one in running state. I really don't know how to pin point this problem and why a reboot fixes it initially for few days.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 18:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639146#M879229</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-04T18:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639147#M879230</link>
      <description>Hi Rushank,&lt;BR /&gt;&lt;BR /&gt;The post name is "Hot backup", but it seems to me that you are using cold backup when you compress the table space using the "compress" hp-ux command !&lt;BR /&gt;&lt;BR /&gt;You can use RMAN ( oracle recovery manager ) for Hot Full backup ( level 0 )during the weekend and one incremental Hot backup each day using ( Leve l ).&lt;BR /&gt;&lt;BR /&gt;By this you can reduce the time for backup and also the amount of data backed up.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Mon, 07 Jan 2002 09:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639147#M879230</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-01-07T09:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639148#M879231</link>
      <description>Are you running the measureware agent on your system?  If so then it is collecting historical data which will be very useful.  If you've got perfview that would make it easier, otherwise I would run an "extract" as follows:&lt;BR /&gt;&lt;BR /&gt;1. Make a copy of /var/opt/perf/reptall somewhere.  Edit this file and uncomment the DATA TYPE GLOBAL metrics you would like to look at.  I suggest as a start:&lt;BR /&gt;DATE&lt;BR /&gt;TIME&lt;BR /&gt;GBL_MEM_CACHE_HIT_PCT&lt;BR /&gt;GBL_CPU_TOTAL_UTIL&lt;BR /&gt;GBL_CPU_SYS_MODE_UTIL&lt;BR /&gt;GBL_CPU_USER_MODE_UTIL&lt;BR /&gt;GBL_CPU_NICE_UTIL&lt;BR /&gt;GBL_DISK_UTIL_PEAK&lt;BR /&gt;GBL_MEM_UTIL&lt;BR /&gt;GBL_MEM_USER_UTIL&lt;BR /&gt;GBL_MEM_SYS_UTIL&lt;BR /&gt;GBL_MEM_PAGEOUT_RATE&lt;BR /&gt;GBL_RUN_QUEUE&lt;BR /&gt;&lt;BR /&gt;2. Run "extract" as follows:&lt;BR /&gt;&lt;BR /&gt;# extract -xp -g -l /var/opt/perf/datafiles/logglob -r reptall -b "today-10" -f perf.txt&lt;BR /&gt;&lt;BR /&gt;That will give you the last 10 days worth of data in the perf.txt file.  You can import that file into Excel then graph some of the metrics if you like.  You should be able to at least confirm from the above whether you have a disk or CPU bottleneck (it already looks like memory pressure is not the culprit).&lt;BR /&gt;&lt;BR /&gt;Also, it wouldn't hurt for you to run a patch analysis on the system.  If you have a support contract you can use the "custom patch manager" on ITRC to generate a system specific patch bundle.  There are loads of patches available that fix performance problems. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 07 Jan 2002 10:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639148#M879231</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-01-07T10:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639149#M879232</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I 'extracted' data for last 15 days and'm analyzing it. Thanks(Steve) for the tip. The data I collected is now for every 5 minutes interval ; how do I change this interval duration for every 30 minutes or every 1 hour. &lt;BR /&gt;and also is there any way I can extract the data only between time 21:00 to 07:00 ?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 15:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639149#M879232</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-07T15:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hot backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639150#M879233</link>
      <description>You can change the extraction period by using the -b and -e options to specify the start and end time.  This information is in the extract man page:&lt;BR /&gt;&lt;BR /&gt;      -b &lt;DATE&gt; &lt;TIME&gt;  Sets starting date and time&lt;BR /&gt;&lt;BR /&gt;      -B &lt;DATE&gt; &lt;TIME&gt;  Sets starting date and time in UNIX format&lt;BR /&gt;&lt;BR /&gt;      -e &lt;DATE&gt; &lt;TIME&gt;  Sets ending date and time&lt;BR /&gt;&lt;BR /&gt;      -E &lt;DATE&gt; &lt;TIME&gt;  Sets ending date and time in UNIX format&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      where:&lt;BR /&gt;            &lt;DATE&gt;  Specifies a date in native language syntax.&lt;BR /&gt;                    (The default format is MM/DD/YY, as in 04/28/99.)&lt;BR /&gt;&lt;BR /&gt;                    Or specifies one of the special keywords "TODAY",&lt;BR /&gt;                    "FIRST", or "LAST" to select the current date,&lt;BR /&gt;                    the first date in the log file, or the last date in&lt;BR /&gt;                    the log file, respectively.&lt;BR /&gt;&lt;BR /&gt;                    Or specifies keyword "TODAY-nnn" where nnn is&lt;BR /&gt;                    a number specifying the number of days before today&lt;BR /&gt;&lt;BR /&gt;                    Or specifies keyword "FIRST+nnn" where nnn is&lt;BR /&gt;                    a number specifying the number of days after the first&lt;BR /&gt;                    date in the log file.&lt;BR /&gt;&lt;BR /&gt;                    Or specifies keyword "LAST-nnn" where nnn is&lt;BR /&gt;                    a number specifying the number of days before the last&lt;BR /&gt;                    date in the log file.&lt;BR /&gt;&lt;BR /&gt;             &lt;TIME&gt; Specifies a time in native language syntax.&lt;BR /&gt;                    (The default format is hh:mm AM or hh:mm PM, where&lt;BR /&gt;                    hh is 12-hour hours, mm is minutes)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The reporting interval is every 5 minutes because thats how often scopeux logs the data.  I don't think you can change this interval on an export (there is a SUMMARY option at the top of the reptall file but i've never got it to work).&lt;BR /&gt;&lt;BR /&gt;See the extract man page and &lt;A href="http://docs.hp.com/hpux/pdf/B4967-90052.pdf" target="_blank"&gt;http://docs.hp.com/hpux/pdf/B4967-90052.pdf&lt;/A&gt; for more information on the agent.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;/TIME&gt;&lt;/DATE&gt;&lt;/TIME&gt;&lt;/DATE&gt;&lt;/TIME&gt;&lt;/DATE&gt;&lt;/TIME&gt;&lt;/DATE&gt;&lt;/TIME&gt;&lt;/DATE&gt;</description>
      <pubDate>Mon, 07 Jan 2002 16:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hot-backup/m-p/2639150#M879233</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-01-07T16:41:00Z</dc:date>
    </item>
  </channel>
</rss>

