<?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: memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471422#M211832</link>
    <description>ok i do it ,yes i remove my only swap ,but i recreate it manualy ,and it is OK now</description>
    <pubDate>Thu, 27 Jan 2005 08:11:36 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2005-01-27T08:11:36Z</dc:date>
    <item>
      <title>memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471410#M211820</link>
      <description>Dear All&lt;BR /&gt;i have hp 11i system on rp5430 server,it has 2GB memory and i have to add another 2GB memory, so is it needed to increse the swap space and if is it needed how to do that</description>
      <pubDate>Wed, 26 Jan 2005 08:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471410#M211820</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-26T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471411#M211821</link>
      <description>Depends - how much swap is configured?&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Used to be 2 times the memory - but now it is more application dependent - for example, SAP wants around 24GB of swap.&lt;BR /&gt;&lt;BR /&gt;Others - same as amount of ram.&lt;BR /&gt;&lt;BR /&gt;Easiest is to use SAM to add swap - or:&lt;BR /&gt;man 1m swapon&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 08:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471411#M211821</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-26T08:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471412#M211822</link>
      <description>this mean that it is necessary to increase the swap as we use an oracle application on the system, but i want to ask if i want to use the sam should i add it from file systems part,or how to do it .</description>
      <pubDate>Wed, 26 Jan 2005 09:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471412#M211822</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-26T09:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471413#M211823</link>
      <description>You would want to create a new logical volume for the swap - I wouldn't use file system swap.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 26 Jan 2005 09:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471413#M211823</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-26T09:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471414#M211824</link>
      <description>i do not understand , please tell me how to do it step by step</description>
      <pubDate>Wed, 26 Jan 2005 09:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471414#M211824</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-26T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471415#M211825</link>
      <description>H. CONFIGURE ADDITIONAL SWAP AND DUMP&lt;BR /&gt;&lt;BR /&gt;1. Check maxswapchunks to ensure that yo have enough.  You'll get an error message if you don't.&lt;BR /&gt;&lt;BR /&gt;2. Swap depends on application.  In general should be roughly twice memory.&lt;BR /&gt; Swap segments should be equal in size.&lt;BR /&gt;&lt;BR /&gt;3. Check current swap:&lt;BR /&gt;&lt;BR /&gt; root@gbo315-d:/root# swapinfo -at&lt;BR /&gt;              Kb      Kb      Kb   PCT  START/  Kb&lt;BR /&gt; TYPE      AVAIL    USED    FREE  USED   LIMIT RES.  PRI  NAME&lt;BR /&gt; dev     1945600       0 1945600    0%       0   -    1  /dev/vg00/lvol2&lt;BR /&gt; dev     1945600       0 1945600    0%       0   -    1  /dev/vg00/lvol4&lt;BR /&gt; reserve       - 1886004 -1886004&lt;BR /&gt; memory  2309808  262216 2047592   11%&lt;BR /&gt; total   7839408 2148220 5691188   27%       -       0    -&lt;BR /&gt;&lt;BR /&gt;4. Check available space on vg00:&lt;BR /&gt;&lt;BR /&gt;  vgdisplay vg00&lt;BR /&gt;&lt;BR /&gt;5. Pick new swap file size:&lt;BR /&gt;&lt;BR /&gt; If you're adding 2 GB, make it 2 GB.&lt;BR /&gt;&lt;BR /&gt;3. Create swap LV.  ASSIGN TO SECOND DISK IN VG00:&lt;BR /&gt;&lt;BR /&gt; lvcreate -C y -r n -n swap02 vg00  # create swap volume&lt;BR /&gt;       # Contiguous&lt;BR /&gt;       # No bad block reloction&lt;BR /&gt; lvextend -L 1996 /dev/vg00/swap02 /dev/dsk/c5t9d0   # assign to 2nd disk&lt;BR /&gt; &lt;BR /&gt; #       modify /etc/fstab&lt;BR /&gt; echo "/dev/vg00/swap02  ...  swap   pri=2  0 0" &amp;gt;&amp;gt; /etc/fstab&lt;BR /&gt; &lt;BR /&gt; #       turn swap on..&lt;BR /&gt; swapon -a                                       # all /etc/fstab swap&lt;BR /&gt;&lt;BR /&gt;4. If there was a file system on this LV before, you must:&lt;BR /&gt;&lt;BR /&gt; swapon -f /dev/vg00/swap02&lt;BR /&gt;&lt;BR /&gt;5. Now, if you mirror the root disk, you want to mirror swap also:&lt;BR /&gt;&lt;BR /&gt; lvextend -m 1 /dev/vg00/swap02 /dev/dsk/c2t6d0&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 09:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471415#M211825</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2005-01-26T09:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471416#M211826</link>
      <description>And here's a good doc to read:&lt;BR /&gt;&lt;BR /&gt;"Managing Swap and Dump"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5990-8172/ch06s03.html" target="_blank"&gt;http://docs.hp.com/en/5990-8172/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 26 Jan 2005 09:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471416#M211826</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-26T09:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471417#M211827</link>
      <description>thanks for your replays ,but i want to ask if there is any thing needed rather than the swap after the upgrade of the memory</description>
      <pubDate>Thu, 27 Jan 2005 07:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471417#M211827</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-27T07:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471418#M211828</link>
      <description>No, nothing else is required.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 27 Jan 2005 07:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471418#M211828</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-27T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471419#M211829</link>
      <description>i try to remove the swap and i use the sam for that and when i try to open sam again it does not work and i try to create it using the command line using &lt;BR /&gt;lvcreate -C y -r n -n swap vg00&lt;BR /&gt;and i try to start sam another time but also it doesnot work and give the same error message. what to do</description>
      <pubDate>Thu, 27 Jan 2005 07:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471419#M211829</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-27T07:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471420#M211830</link>
      <description>Do you get an error message from SAM?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 27 Jan 2005 08:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471420#M211830</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-27T08:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471421#M211831</link>
      <description>Did you try to remove your *only* swap area?  I can see where that might create problems.  If you were able to manually add the swap space, you'll need to activate it with the swapon command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 27 Jan 2005 08:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471421#M211831</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-27T08:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471422#M211832</link>
      <description>ok i do it ,yes i remove my only swap ,but i recreate it manualy ,and it is OK now</description>
      <pubDate>Thu, 27 Jan 2005 08:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471422#M211832</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-27T08:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471423#M211833</link>
      <description>If you're increasing the memory (and swap) on a system, you may want to check if your application can use it.  If the system is running Oracle, you will probably want to increase the size of the SGA according to Oracles' recommendations.  There are a couple of kernel parameters (Shared Memory Segment) that will have to be changed.  Depending on the version of the OS, this may not be necessary as some of these are dynamic.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 27 Jan 2005 15:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471423#M211833</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2005-01-27T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471424#M211834</link>
      <description>another question please,by extending my swap space this mean that i will lose part of my free hard disk space,even if i may not need this swap space , or if i use the file system swap i will lose the free space of my file systems free space,is what i said is right or what is that</description>
      <pubDate>Fri, 28 Jan 2005 16:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3471424#M211834</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-28T16:51:14Z</dc:date>
    </item>
  </channel>
</rss>

