<?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: User Access Speed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126510#M803460</link>
    <description>Hello mate,&lt;BR /&gt;&lt;BR /&gt;The download could be corrupted or it could as Micheal indicated a missing file.&lt;BR /&gt;However, let's try it from here and make sure you ftp the file in Binary format to your hp-ux box!&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this help!&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Nov 2003 00:01:28 GMT</pubDate>
    <dc:creator>Norman_21</dc:creator>
    <dc:date>2003-11-25T00:01:28Z</dc:date>
    <item>
      <title>User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126503#M803453</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Got a problem with refernce to speed. Am running Progress 8.3 on a HP UX 10.20 K class Server with dual processor. The problem is that our database is only about 1 GB in size, our users run emulators from Windows workstations. We are getting complaints of late of very slow processing when running large reports (we usual have guys doing that). &lt;BR /&gt;&lt;BR /&gt;Is this due to crunching of large amount data or maybe a config problem. We have around 16 GB of space on the server mirrored on 4 x 4 GB HDD.&lt;BR /&gt;&lt;BR /&gt;Anyway to increase access and processing speed. Keep me posted.&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Sat, 22 Nov 2003 02:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126503#M803453</guid>
      <dc:creator>Joe Kanakaraj</dc:creator>
      <dc:date>2003-11-22T02:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126504#M803454</link>
      <description>Check your swap space:&lt;BR /&gt;# swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;Also, if you have glance, run it and check for any bottle neck!&lt;BR /&gt;or &lt;BR /&gt;#sar -u 5&lt;BR /&gt;to check the CPU process.&lt;BR /&gt;Also, check your kernel settings for the following:&lt;BR /&gt;dbc_max_pct         &lt;BR /&gt;dbc_min_pct         &lt;BR /&gt;use the command kmtune&lt;BR /&gt;&lt;BR /&gt;hope this help!&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Nov 2003 03:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126504#M803454</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-22T03:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126505#M803455</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This could be due to a large number of things:&lt;BR /&gt;&lt;BR /&gt;1) Anti-social queries. The reports (if they are doing large scans through the data on the database) could be causing a performance degradation, especially if you have more users running reports now than you used to, or the data has grown in size.&lt;BR /&gt;&lt;BR /&gt;2) Bad database design/configuration. Its possible that the database configuration is not optimal for the data contained in it.&lt;BR /&gt;&lt;BR /&gt;3) Bottleneck. If you have glance, use that to look at the system (glance gives you a much more in-depth look at your system than most other tools). If not, you;ll have to reply on vmstat, top, and sar to try and work out where the bottlenect may be.&lt;BR /&gt;&lt;BR /&gt;The bottlenecks could be either memory, disk, or swap (at least those are the most likely).&lt;BR /&gt;&lt;BR /&gt;I'd also take a look at dbc_min_pct and dbc_max_pct - these are usually left at the default, which is pretty useless. Set dbc_min_pct to 4 and max to 5, or even look at using bufpages instead and fixing the size of the buffer cache. It may free up some memory for you.&lt;BR /&gt;&lt;BR /&gt;You could also try rebooting the system and get them to try to run the reports afterwards. If the performance is great, and you find you have more memory than before the reboot, then you have an application with a memory leak.&lt;BR /&gt;&lt;BR /&gt;If, after investigating all of that you can't find anything obvious, I'm afraid you could be looking at memory and/or CPU upgrades.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Col</description>
      <pubDate>Sat, 22 Nov 2003 19:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126505#M803455</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2003-11-22T19:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126506#M803456</link>
      <description>The size of the database is not too important. Serially searching through 1Gb can be painfully slow. That's what databases are supposed to prevent. However, database adminstrators vary in skills so the large reports need a lot of work. The way I look at performance is: if you don't run any applications, does the system respond very fast? If so, the applications need help. Progress should have statistics and performance monitors. For any database, a query should minimize serial searches through the use of indexes. You can see if the CPU is busy by running top...if the average percentage for user activity is less than 75% then all the delays are due to disk I/O which must be minimized with more RAM (if Progress can take advantage of more RAM) or by indexing serial searches (or both).</description>
      <pubDate>Sat, 22 Nov 2003 19:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126506#M803456</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-22T19:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126507#M803457</link>
      <description>Messing with kernel settings can be a risk it you are not sure what is the source of the problem. I would suggest that you install the Ignite UX, create a recovery tape:&lt;BR /&gt;#make_tape_recovery -x inc_entire=vg00 -I -v&lt;BR /&gt;&lt;BR /&gt;download it from here:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;About the kernetl settings:&lt;BR /&gt;dbc_max_pct                  50  &lt;BR /&gt;dbc_min_pct                   5  &lt;BR /&gt;Above are the defaults, decreasing the default settings without knowing the exact issue will kill the performance!&lt;BR /&gt;Read this document about tuning performance carefully before you do anything!&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Nov 2003 00:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126507#M803457</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-23T00:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126508#M803458</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I took XMAN's advise and downloaded IGNITE...on installing using standard swinstall procedure and folowing the instructions given at the HP site, I am unable to start ignite at /opt/ignite/bin/ignite....all the files are showing zero bytes....???????&lt;BR /&gt;&lt;BR /&gt;The other ideas I am trying out so I will get back to you on it..&lt;BR /&gt;&lt;BR /&gt;CHeers,&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Mon, 24 Nov 2003 22:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126508#M803458</guid>
      <dc:creator>Joe Kanakaraj</dc:creator>
      <dc:date>2003-11-24T22:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126509#M803459</link>
      <description>The full command on running ignite or attempting to create a tape is and assuming your tape drive is /dev/rmt/0mn (you must use a non-rewindable device)&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Also when you run the above command, does it start successfully. I have seen a problem with one of the later ignite versions where there was a file missing.</description>
      <pubDate>Mon, 24 Nov 2003 22:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126509#M803459</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-11-24T22:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126510#M803460</link>
      <description>Hello mate,&lt;BR /&gt;&lt;BR /&gt;The download could be corrupted or it could as Micheal indicated a missing file.&lt;BR /&gt;However, let's try it from here and make sure you ftp the file in Binary format to your hp-ux box!&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this help!&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2003 00:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126510#M803460</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-25T00:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Access Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126511#M803461</link>
      <description>Oh, one more thing, you run the following command &lt;BR /&gt;#/opt/ignite/bin/ignite &lt;BR /&gt;only if you want to configure your hp-ux as the IGNITE Server. Otherwise, to create a recover tape just run the following:&lt;BR /&gt;#make_tape_recovery -x inc_entire=vg00 -I -v&lt;BR /&gt;&lt;BR /&gt;Also, the first time you run it, it'll ask for the PAX patche, download the patch number&lt;BR /&gt;that is associated with your OS version, install it and then run. &lt;BR /&gt;for 11.0 the pax patch is as following:&lt;BR /&gt;PHCO_25418      pax(1) cumulative patch&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 25 Nov 2003 00:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-access-speed/m-p/3126511#M803461</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-25T00:05:32Z</dc:date>
    </item>
  </channel>
</rss>

