<?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 IAS &amp;amp; Redhat linux 7.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121433#M8023</link>
    <description>Hi!&lt;BR /&gt;I have installed IAS 9i under linux RH 7.2, SErver is a LH6000 with 4.5 GB RAM. We cann't access to Console administration is that problem of memory? this is the free command show.&lt;BR /&gt;&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:          4207       4201          5        307        229       2231&lt;BR /&gt;-/+ buffers/cache:       1741       2466&lt;BR /&gt;Swap:         2047          0       2047&lt;BR /&gt;&lt;BR /&gt;I have performance problem too. can i reduce the cached memory?</description>
    <pubDate>Mon, 17 Nov 2003 16:06:00 GMT</pubDate>
    <dc:creator>Edwin Ruiz_2</dc:creator>
    <dc:date>2003-11-17T16:06:00Z</dc:date>
    <item>
      <title>IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121433#M8023</link>
      <description>Hi!&lt;BR /&gt;I have installed IAS 9i under linux RH 7.2, SErver is a LH6000 with 4.5 GB RAM. We cann't access to Console administration is that problem of memory? this is the free command show.&lt;BR /&gt;&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:          4207       4201          5        307        229       2231&lt;BR /&gt;-/+ buffers/cache:       1741       2466&lt;BR /&gt;Swap:         2047          0       2047&lt;BR /&gt;&lt;BR /&gt;I have performance problem too. can i reduce the cached memory?</description>
      <pubDate>Mon, 17 Nov 2003 16:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121433#M8023</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-11-17T16:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121434#M8024</link>
      <description>Oracle made arrangements for enhancements to be put into the later versions of the Linux Kernel.&lt;BR /&gt;&lt;BR /&gt;A good idea would be to use the red hat network and get the latest Kernel big memory version.&lt;BR /&gt;&lt;BR /&gt;The console administration issue is probably due to configuration issues on the httpd server that ships with ias.&lt;BR /&gt;&lt;BR /&gt;You swap is a little light based on my experience.  In general for ias installation I set swap to 1.0 to 1.5 times physical memory.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 17 Nov 2003 17:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121434#M8024</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-17T17:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121435#M8025</link>
      <description>how can i extend swap area?</description>
      <pubDate>Mon, 17 Nov 2003 17:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121435#M8025</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-11-17T17:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121436#M8026</link>
      <description>`swapoff' the present swap area.  Resize your swap partition using fdisk and `mkswap' it.  Bring up the new swap area with `swapon'.  Your friends here are the manpages for fdisk, mount and swapon.</description>
      <pubDate>Mon, 17 Nov 2003 19:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121436#M8026</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-11-17T19:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121437#M8027</link>
      <description>creating a swap file&lt;BR /&gt;if you don't have free space to create new partition - then do the following:&lt;BR /&gt;1.mkdir -p /var/swap&lt;BR /&gt;2. dd if=/dev/zero of=/var/swap/swap.file bs=1024 count=250000 (to create aproximately 250 MB file)&lt;BR /&gt;3. mkswap /var/swap/swap.file&lt;BR /&gt;4.swapon /var/swap/swap.file&lt;BR /&gt;Best Regards...</description>
      <pubDate>Tue, 18 Nov 2003 02:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121437#M8027</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-18T02:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121438#M8028</link>
      <description>The above update speaks about, adding a file swap. If you have a partition (fdisk) or a volume (VxVM or LVM), &lt;BR /&gt;# mkswap &lt;DEVICE file=""&gt;&lt;BR /&gt;# swapon &lt;DEVICE file=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Madhu&lt;/DEVICE&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Tue, 18 Nov 2003 05:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121438#M8028</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2003-11-18T05:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121439#M8029</link>
      <description>Do i need to restart server?</description>
      <pubDate>Tue, 18 Nov 2003 09:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121439#M8029</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-11-18T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121440#M8030</link>
      <description>I don't think you need to restart the server.&lt;BR /&gt;&lt;BR /&gt;You should however to make sure the swap area is activated at boot time.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Nov 2003 09:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121440#M8030</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-18T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121441#M8031</link>
      <description>ok thanks!! this is not automatic?</description>
      <pubDate>Tue, 18 Nov 2003 09:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121441#M8031</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-11-18T09:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121442#M8032</link>
      <description>you don't need to restart your server.&lt;BR /&gt;You can use the "free" command to see how much memory you have.&lt;BR /&gt;For this configuration to load after you reboot your pc-you must add an entry to /etc/fstab file.Add something like this:&lt;BR /&gt;/var/swap/swap.file swap swap defaults 0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards...</description>
      <pubDate>Tue, 18 Nov 2003 10:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121442#M8032</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-18T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: IAS &amp; Redhat linux 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121443#M8033</link>
      <description>Perfect! thanks ;-)</description>
      <pubDate>Tue, 18 Nov 2003 10:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ias-amp-redhat-linux-7-2/m-p/3121443#M8033</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-11-18T10:21:29Z</dc:date>
    </item>
  </channel>
</rss>

