<?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: Help:Deferred swap reservation failure pid: 6477 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778155#M76579</link>
    <description>Hi Michael Tully&lt;BR /&gt;&lt;BR /&gt;I used swapinfo command to chedk how many swap to be used,following is the infomation of swap:&lt;BR /&gt;# swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576       0 1048576    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  545672 -545672&lt;BR /&gt;#&lt;BR /&gt;It seems that there is no swap to be used.&lt;BR /&gt;&lt;BR /&gt;But thanks anyway!&lt;BR /&gt;&lt;BR /&gt;david lee&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Aug 2002 02:11:15 GMT</pubDate>
    <dc:creator>Ian lee</dc:creator>
    <dc:date>2002-08-02T02:11:15Z</dc:date>
    <item>
      <title>Help:Deferred swap reservation failure pid: 6477</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778153#M76577</link>
      <description>Recently,my system reports a message:"Deferred swap reservation failure pid: 6477",I don't know what happened.can somebody tell me that?&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;david lee</description>
      <pubDate>Fri, 02 Aug 2002 00:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778153#M76577</guid>
      <dc:creator>Ian lee</dc:creator>
      <dc:date>2002-08-02T00:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help:Deferred swap reservation failure pid: 6477</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778154#M76578</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like you have a shortage on swap space. You can increase it of course, but you should also check for application memory leaks.&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more &lt;BR /&gt;&lt;BR /&gt;The second column displayed is the process's virtual size in kilobytes. &lt;BR /&gt;&lt;BR /&gt;If you need to create additional swap, here is how. Make sure that you using the right disk. Please note that this is an example only.&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/cxytdz (change to your disk) &lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/cxtydz &lt;BR /&gt;# lvcreate -n swaplv2 /dev/vg01 &lt;BR /&gt;# lvextend -L 2048 /dev/vg01/swaplv (change to your size) &lt;BR /&gt;# swapon /dev/vg01/swaplv2 &lt;BR /&gt;&lt;BR /&gt;Of course all of this can be done via 'sam' &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 02 Aug 2002 01:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778154#M76578</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-02T01:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help:Deferred swap reservation failure pid: 6477</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778155#M76579</link>
      <description>Hi Michael Tully&lt;BR /&gt;&lt;BR /&gt;I used swapinfo command to chedk how many swap to be used,following is the infomation of swap:&lt;BR /&gt;# swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576       0 1048576    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  545672 -545672&lt;BR /&gt;#&lt;BR /&gt;It seems that there is no swap to be used.&lt;BR /&gt;&lt;BR /&gt;But thanks anyway!&lt;BR /&gt;&lt;BR /&gt;david lee&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2002 02:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778155#M76579</guid>
      <dc:creator>Ian lee</dc:creator>
      <dc:date>2002-08-02T02:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help:Deferred swap reservation failure pid: 6477</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778156#M76580</link>
      <description>A processes reserves space in swap before using it.&lt;BR /&gt;&lt;BR /&gt;the ouput of your swapinfo command has a line for reserve which tells that already 500MB is reserved by the processes.&lt;BR /&gt;You have extra 500MB space left out unreserved.&lt;BR /&gt;&lt;BR /&gt;So if you have a process that is reserving more than the value you receive these messages.&lt;BR /&gt;&lt;BR /&gt;I would like you to check the memory utilization of processes using&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid|sort -nrk1|more to find out the list of processes and their memory usage.&lt;BR /&gt;&lt;BR /&gt;Just check whether the mib2agt process is running on your machine without your knowledge.&lt;BR /&gt;&lt;BR /&gt;After examining this you could go ahead in creating a new secondary swap for usage.&lt;BR /&gt;By creating extra swap space these messages can be avoided.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2002 02:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778156#M76580</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-02T02:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help:Deferred swap reservation failure pid: 6477</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778157#M76581</link>
      <description>OK, you've got 1GB of swap space configured on the machine.  How much RAM do you have?  If you have more than 1GB of RAM, then you WILL have problems UNLESS the kernel parameter SWAPMEM_ON is set to 1.&lt;BR /&gt;&lt;BR /&gt;If SWAPMEM_ON is set to 1, then RAM will be used as swap reserve space.  Note though that it will NOT actually effect the amount of RAM that is usable.</description>
      <pubDate>Fri, 02 Aug 2002 03:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-deferred-swap-reservation-failure-pid-6477/m-p/2778157#M76581</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-08-02T03:29:53Z</dc:date>
    </item>
  </channel>
</rss>

