<?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: Not enough space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875627#M99548</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like you are running out of swap space. Do a swapinfo -t and see if it is  showing 100%. If so, you will need to add more swap.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 06 Jan 2003 23:32:39 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-01-06T23:32:39Z</dc:date>
    <item>
      <title>Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875626#M99547</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I have a server with HP-UX 11.0. When I run gpm and sam as root, I get the following weirded messages:&lt;BR /&gt;&lt;BR /&gt;$gpm &amp;amp;&lt;BR /&gt; /usr/lib/dld.sl: Call to mmap() failed - TEXT /lib/libXm.4&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;$sam&lt;BR /&gt;sam: FATAL ERROR: Unable to load library "/usr/obam/lib/libIDMawrt.1": Not enough space&lt;BR /&gt;&lt;BR /&gt;Any ideas...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2003 23:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875626#M99547</guid>
      <dc:creator>Yan Wong</dc:creator>
      <dc:date>2003-01-06T23:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875627#M99548</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like you are running out of swap space. Do a swapinfo -t and see if it is  showing 100%. If so, you will need to add more swap.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 06 Jan 2003 23:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875627#M99548</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-06T23:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875628#M99549</link>
      <description>check your swap space - you might have run out.&lt;BR /&gt;&lt;BR /&gt;Another suggestion is to look at dbc_max_pct kernel parameter.  The default is 50.  Try something like 8 and see if that helps (reboot required)</description>
      <pubDate>Mon, 06 Jan 2003 23:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875628#M99549</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-01-06T23:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875629#M99550</link>
      <description>It seems my server is running out of the swap space. Can you show me the commands?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 06 Jan 2003 23:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875629#M99550</guid>
      <dc:creator>Yan Wong</dc:creator>
      <dc:date>2003-01-06T23:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875630#M99551</link>
      <description>You will need to either create a new volume group or utilise an existing one. Here is an example.&lt;BR /&gt;&lt;BR /&gt;# lvcreate -n swap1 /dev/vgswap&lt;BR /&gt;# lvextend -L L 2048 /dev/vgswap/swap1&lt;BR /&gt;# swapon /dev/vgswap/swap1&lt;BR /&gt;vi /etc/fstab&lt;BR /&gt;add this line&lt;BR /&gt;&lt;BR /&gt;/dev/vgswap/swap1 ... swap pri=1 0 0&lt;BR /&gt;&lt;BR /&gt;Save the file, this will ensure that the swapis turned on for the next reboot.</description>
      <pubDate>Mon, 06 Jan 2003 23:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875630#M99551</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-01-06T23:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875631#M99552</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#swapinfo -t&lt;BR /&gt;&lt;BR /&gt;to look at your swap space. To add more swap, identify a volume group that is least used and has space in it. For ex., on vg01&lt;BR /&gt;&lt;BR /&gt;#vgdisplay vg01&lt;BR /&gt;&lt;BR /&gt;Look at "Free PE" value and multiply it with "PE Size" value. It gives the amount of space available in MB. Create a logical volume with some size.&lt;BR /&gt;&lt;BR /&gt;#lvcreate -n swap2 -L size_in_mb -r N vg01&lt;BR /&gt;&lt;BR /&gt;Now add the swap on it&lt;BR /&gt;&lt;BR /&gt;#swapon -p 0 /dev/vg01/swap2&lt;BR /&gt;&lt;BR /&gt;This should add the swap. This is only a temporary solution to get your system going.&lt;BR /&gt;&lt;BR /&gt;When you get a maintenance window, add a disk or two, create a new volume group and make a new logical volume and add it as swap with the above procedure. Once you got the permanent swap volume, edit /etc/fstab and keep an entry "/dev/vg01/swap2 ... swap pri=0 0 0". Modify the entry with the correct ones.&lt;BR /&gt;&lt;BR /&gt;You will first need to reboot the box to get rid of this temporary swap that you added now.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 06 Jan 2003 23:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875631#M99552</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-06T23:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875632#M99553</link>
      <description>I create additional lvol space with lcreate -L XXXX vgXX and then add it to existing swap space. I want to add this newly created swap space to existing /etc/fstab. Would the following be the right entry?&lt;BR /&gt;&lt;BR /&gt;/etc/fstab&lt;BR /&gt;[existing]/dev/vg00/lvol10 ... swap defaults 0 0&lt;BR /&gt;[new]/dev/vg06/lvol10 ... swap defaults 0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 00:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875632#M99553</guid>
      <dc:creator>Yan Wong</dc:creator>
      <dc:date>2003-01-07T00:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875633#M99554</link>
      <description>provided you configured dev/vg06/lvol10 correctly, that's about it.&lt;BR /&gt;&lt;BR /&gt;Did you issue a swapon to enable your new swap?  If not, you can test your entry in /etc/fstab by issuing a  swapon -a.&lt;BR /&gt;&lt;BR /&gt;Even if you already enabled swap you can issue a swapon -a command to test your entry in /etc/fstab.  you will get an error message like:&lt;BR /&gt;Enabling device paging on /dev/vg06/lvol10.&lt;BR /&gt;swapon: /dev/vg06/lvol10 is already enabled for paging&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 01:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875633#M99554</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-01-07T01:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875634#M99555</link>
      <description>Yes, the swapon -a show the following message:&lt;BR /&gt;Enabling device paging on /dev/vg06/lvol0.&lt;BR /&gt;swapon: /dev/vg06/lvol10 is already enabled for paging.&lt;BR /&gt;&lt;BR /&gt;Thanks very much.&lt;BR /&gt;Yan</description>
      <pubDate>Tue, 07 Jan 2003 01:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/2875634#M99555</guid>
      <dc:creator>Yan Wong</dc:creator>
      <dc:date>2003-01-07T01:14:13Z</dc:date>
    </item>
  </channel>
</rss>

