<?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 System slow when ...... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666189#M931541</link>
    <description>Hi all,&lt;BR /&gt;     I'm using oracle 7.3.4.5 on hp-ux 11.0.&lt;BR /&gt;System becomes very while creating tablespace.&lt;BR /&gt;Even, bdf, cd command r not working during tablespace creation.&lt;BR /&gt;  Is there any workaroung to solve this problem?&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 17 Feb 2002 12:20:42 GMT</pubDate>
    <dc:creator>N.S. WARGHADE</dc:creator>
    <dc:date>2002-02-17T12:20:42Z</dc:date>
    <item>
      <title>System slow when ......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666189#M931541</link>
      <description>Hi all,&lt;BR /&gt;     I'm using oracle 7.3.4.5 on hp-ux 11.0.&lt;BR /&gt;System becomes very while creating tablespace.&lt;BR /&gt;Even, bdf, cd command r not working during tablespace creation.&lt;BR /&gt;  Is there any workaroung to solve this problem?&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Feb 2002 12:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666189#M931541</guid>
      <dc:creator>N.S. WARGHADE</dc:creator>
      <dc:date>2002-02-17T12:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: System slow when ......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666190#M931542</link>
      <description>..one of the first test I `d run is to sort all the proceses by memory size:    &lt;BR /&gt;   # UNIX95= ps -eo vsz,ruser,args | sort -rn | more  &lt;BR /&gt;If any of the processes are pushing more than 50 megs, run SAM &amp;amp; change maxdsiz to double or even higher (requires a reboot). &lt;BR /&gt;&lt;BR /&gt;.. HOW TO SET UP UNIX95 do:&lt;BR /&gt; # export UNIX95=""  &lt;BR /&gt;&lt;BR /&gt;g`d luck&lt;BR /&gt;t+-</description>
      <pubDate>Sun, 17 Feb 2002 12:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666190#M931542</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-02-17T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: System slow when ......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666191#M931543</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ain't this a little bit normal?  Tablespace creation creates a (large) datafile on the server; and is extremely I/O consuming.&lt;BR /&gt;Also the autoexend option of oracle datafiles is a performance killer.&lt;BR /&gt;Maybe you could schedule tablespace creations and extends at off-peak hours.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Sun, 17 Feb 2002 13:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666191#M931543</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2002-02-17T13:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: System slow when ......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666192#M931544</link>
      <description>First, is Oracle 7.3.4.5 actually supported on 11.0?&lt;BR /&gt;&lt;BR /&gt;Also, it is NOT a good idea to set: export UNIX95="" as this environment variable will change the behavior of many other programs and libraries.  Use it as shown on the same line as ps and it will not stay set.&lt;BR /&gt;&lt;BR /&gt;As mentioned, table space is a very intense, serial I/O task, so random I/O like bdf or cd or even a login will be delayed. This is caused by the kernel's preference to process all serial requests first, but this sometimes delays other random commands (that look at disk files) for minutes.&lt;BR /&gt;&lt;BR /&gt;If you plan on creating tablespaces all the time (?) or doing other serial-intensive disk reads or writes (such as a backup) during working hours, change the parameter disksort_seconds to 2 or 4 or 8 seconds. Check out this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcb327b8d1de3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcb327b8d1de3d5118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Sun, 17 Feb 2002 18:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666192#M931544</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-02-17T18:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: System slow when ......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666193#M931545</link>
      <description>NS,&lt;BR /&gt;&lt;BR /&gt;As you can see, oracle is a pig. Have your dba's thought about raw device IO?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 03:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666193#M931545</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-18T03:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: System slow when ......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666194#M931546</link>
      <description>We need the following information:&lt;BR /&gt;&lt;BR /&gt;System information:&lt;BR /&gt;&lt;BR /&gt;Model:&lt;BR /&gt;# of CPU's:&lt;BR /&gt;Memory:&lt;BR /&gt;I/O cards:&lt;BR /&gt;Drive's:&lt;BR /&gt;&lt;BR /&gt;Need to know where the Oracle datafiles live (local disk, EMC, etc).&lt;BR /&gt;&lt;BR /&gt;Need to know how many SCSI and Fibre controllers you have.&lt;BR /&gt;&lt;BR /&gt;Need to know how large dbc_max_pct is.&lt;BR /&gt;&lt;BR /&gt;Creation of tablespaces should not slow an entire system down.&lt;BR /&gt;&lt;BR /&gt;Now if we are talking about an HP workstation with one SCSI controller and tablespace is created on same disk as the system, then yes performance should suffer.&lt;BR /&gt;&lt;BR /&gt;There are still some tuning that can be done to help alleviate this type of problem.</description>
      <pubDate>Mon, 18 Feb 2002 16:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-slow-when/m-p/2666194#M931546</guid>
      <dc:creator>Dennis J Robinson</dc:creator>
      <dc:date>2002-02-18T16:53:16Z</dc:date>
    </item>
  </channel>
</rss>

