<?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: remove swap, i think secondary in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577614#M373418</link>
    <description>I would try doing:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;Then do an 'lvlnboot -v' to see if the swap lines changed from:&lt;BR /&gt;&lt;BR /&gt;Swap: lvol10 on: /dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;&lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c0t5d0</description>
    <pubDate>Wed, 03 Feb 2010 20:31:10 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2010-02-03T20:31:10Z</dc:date>
    <item>
      <title>remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577606#M373410</link>
      <description>Here is the swapinfo -atm&lt;BR /&gt; swapinfo -atm&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       12000       0   12000    0%       0       -    1  /dev/vg00/lvol10&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    3306   -3306&lt;BR /&gt;memory     6289     958    5331   15%&lt;BR /&gt;total     22385    4264   18121   19%       -       0    -&lt;BR /&gt;&lt;BR /&gt;Here is the lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t6d0 (0/0/0/3/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c0t5d0 (0/0/0/3/0.5.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Swap: lvol10    on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Dump: lvol10    on:     /dev/dsk/c0t6d0, 0&lt;BR /&gt;&lt;BR /&gt;In the /etc/fstab the lvol10 line is commented.&lt;BR /&gt;&lt;BR /&gt;more /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol2      ...             swap   defaults  0 0&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /var/adm/crash vxfs delaylog 0 2&lt;BR /&gt;#/dev/vg00/lvol10 ... swap pri=0 0 0&lt;BR /&gt;&lt;BR /&gt;I want to remove the swap on lvol10, but keep lvol2. Please let me know the procedure for doing this. If i try to remove that lvol and it says to use lvrmboot -s to remove the swap. Please advise!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Wed, 03 Feb 2010 19:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577606#M373410</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-02-03T19:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577607#M373411</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you allready uncomented the swap, that you like to remove, if you rebooted the server after uncommenting the line in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;just simple use lvremove for removing of the lvol10.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 03 Feb 2010 19:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577607#M373411</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-02-03T19:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577608#M373412</link>
      <description>Hi Mike:&lt;BR /&gt;&lt;BR /&gt;If you want to remove a secondary swap device and you are not running 11.31 (with 'swapoff') then you must do the following:&lt;BR /&gt;&lt;BR /&gt;1.  Remove the '/etc/fstab' secondary swap entry.&lt;BR /&gt;2.  Reboot&lt;BR /&gt;3.  lvremove [the secondary swap device ---  /dev/vg00/lvol10 in this case'&lt;BR /&gt;&lt;BR /&gt;You don't need to do 'lvrmboot -s' since this isn't a primary swap device.  Only '/dev/vg00/lvol2' is that.&lt;BR /&gt;&lt;BR /&gt;Currenly, 'lvol10' is in use.  You might want to add such secondary device swap to another volume group.  Adding secondary swap doesn't require a reboot.  Simply use 'swapon' to activate it once added and remember to update your '/etc/fstab' so that it is activated again on subsequent reboots.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 03 Feb 2010 19:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577608#M373412</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-03T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577609#M373413</link>
      <description>You cannot disassociate the swap space without rebooting the server.&lt;BR /&gt;&lt;BR /&gt;Your secondary swap has been disassociated upon next reboot.&lt;BR /&gt;&lt;BR /&gt;All you need to do is:&lt;BR /&gt;&lt;BR /&gt;Reboot the server &lt;BR /&gt;lvremove /dev/vg00/lvol10</description>
      <pubDate>Wed, 03 Feb 2010 20:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577609#M373413</guid>
      <dc:creator>Shailendran V Naidu</dc:creator>
      <dc:date>2010-02-03T20:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577610#M373414</link>
      <description>Thanks JRF!&lt;BR /&gt;&lt;BR /&gt;i saw the comment in the fstab and the server was rebooted yesterday, so i was not sure why lvremove was not working on lvol10, (asking for lvrmboot -s), rebboting again now (just the comment again in fstab). Will let you all know&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Wed, 03 Feb 2010 20:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577610#M373414</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-02-03T20:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577611#M373415</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;sorry my misteake,&lt;BR /&gt;&lt;BR /&gt;comment instead of uncomment.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 03 Feb 2010 20:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577611#M373415</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-02-03T20:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577612#M373416</link>
      <description>OK the server rebooted..but the same issue !&lt;BR /&gt;# swapinfo -atm&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       12000       0   12000    0%       0       -    1  /dev/vg00/lvol10&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     200    -200&lt;BR /&gt;memory     6289      96    6193    2%&lt;BR /&gt;total     22385     296   22089    1%       -       0    -&lt;BR /&gt; #lvremove /dev/vg00/lvol10&lt;BR /&gt;Couldn't remove Logical volume "/dev/vg00/lvol10"&lt;BR /&gt;You must lvrmboot -s before removing a swap device.&lt;BR /&gt;#uptime&lt;BR /&gt;  2:08pm  up 9 mins,  1 user,  load average: 0.25, 0.20, 0.10&lt;BR /&gt;# more /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol2      ...             swap   defaults  0 0&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /var/adm/crash vxfs delaylog 0 2&lt;BR /&gt;#/dev/vg00/lvol10 ... swap pri=0 0 0&lt;BR /&gt;&lt;BR /&gt;Not sure what is wrong!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 03 Feb 2010 20:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577612#M373416</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-02-03T20:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577613#M373417</link>
      <description>Judging by your 'lvlnboot' output, it appears that your /dev/vg00/lvol10 swap space is actually your primary swap.&lt;BR /&gt;&lt;BR /&gt;What you would need to do is make /dev/vg00/lvol2 you primary swap space, via lvlnboot commands, and then reboot so that lvol10 is not used.</description>
      <pubDate>Wed, 03 Feb 2010 20:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577613#M373417</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T20:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577614#M373418</link>
      <description>I would try doing:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;Then do an 'lvlnboot -v' to see if the swap lines changed from:&lt;BR /&gt;&lt;BR /&gt;Swap: lvol10 on: /dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;&lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c0t5d0</description>
      <pubDate>Wed, 03 Feb 2010 20:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577614#M373418</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T20:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577615#M373419</link>
      <description>Hi (again) Mike:&lt;BR /&gt;&lt;BR /&gt;My apologies for not reading your post more carefully.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how or why you appear to have ended up with 'lvol10' as a primary swap.&lt;BR /&gt;&lt;BR /&gt;I think you need to remove 'lvol2' from your 'etc/fstab' (since is should be the primary swap device and thus should not be listed in '/etc/fstab').  Then, I think you need to do:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;# lvrmboot -s /dev/vg00/lvol10&lt;BR /&gt;# lvrmboot -d /dev/vg00/lvol10&lt;BR /&gt;&lt;BR /&gt;...which should set 'lvol2' as your primary swap and dump device and remove 'lvol10' from that capacity.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 20:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577615#M373419</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-03T20:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577616#M373420</link>
      <description>Does not work, I have removed lvol2 from the fstab&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;lvlnboot: A Logical Volume has already been assigned&lt;BR /&gt;to be the Root or Swap Logical Volume.&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t6d0 (0/0/0/3/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c0t5d0 (0/0/0/3/0.5.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Swap: lvol10    on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Dump: lvol10    on:     /dev/dsk/c0t6d0, 0&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 03 Feb 2010 20:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577616#M373420</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-02-03T20:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577617#M373421</link>
      <description>The primary swap area does not need to be in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Try JRF's commands, but in the reverse order:&lt;BR /&gt;&lt;BR /&gt;These will remove (hopefully) lvol10 as primary swap/dump:&lt;BR /&gt;# lvrmboot -s /dev/vg00/lvol10&lt;BR /&gt;# lvrmboot -d /dev/vg00/lvol10&lt;BR /&gt;&lt;BR /&gt;These will add lvol2 as primary swap/dump:&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A 'lvlnboot -v' will show the current settings.&lt;BR /&gt;&lt;BR /&gt;Once lvlnboot shows lvol2 for swap and dump, a reboot should clear up usage of lvol10.</description>
      <pubDate>Wed, 03 Feb 2010 20:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577617#M373421</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T20:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577618#M373422</link>
      <description>does not work again&lt;BR /&gt;&lt;BR /&gt;# lvrmboot -s /dev/vg00/lvol10&lt;BR /&gt;lvrmboot: Volume group "/dev/vg00/lvol10" does not exist in the "/etc/lvmtab" fi&lt;BR /&gt;le.&lt;BR /&gt;lvrmboot: Illegal path "/dev/vg00/lvol10".&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 03 Feb 2010 21:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577618#M373422</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-02-03T21:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577619#M373423</link>
      <description>Hi (again) Mike:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Does not work again&lt;BR /&gt;&amp;gt; # lvrmboot -s /dev/vg00/lvol10&lt;BR /&gt;&amp;gt; lvrmboot: Volume group "/dev/vg00/lvol10" does not exist in the "/etc/lvmtab" fi&lt;BR /&gt;le.&lt;BR /&gt;&lt;BR /&gt;Then, add back the entry to 'fstab' and try again.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 03 Feb 2010 21:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577619#M373423</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-03T21:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577620#M373424</link>
      <description>JRF:&lt;BR /&gt;&lt;BR /&gt;Added the entry to the fstab and also did a mountall, came back OK but the same error when doing the command&lt;BR /&gt;&lt;BR /&gt;# lvrmboot -s /dev/vg00/lvol10&lt;BR /&gt;lvrmboot: Volume group "/dev/vg00/lvol10" does not exist in the "/etc/lvmtab" fi&lt;BR /&gt;le.&lt;BR /&gt;lvrmboot: Illegal path "/dev/vg00/lvol10".&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Should i change the entry for the options.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol10 ... swap pri=0 0 0&lt;BR /&gt;&lt;BR /&gt;it says pri=0 0 0&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 03 Feb 2010 21:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577620#M373424</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-02-03T21:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577621#M373425</link>
      <description>OK, after consulting the lvrmboot man page, the syntax is slightly off.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;# lvrmboot -s /dev/vg00&lt;BR /&gt;# lvrmboot -d lvol10 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Then do an 'lvlnboot -v' to see what the results look like.&lt;BR /&gt;&lt;BR /&gt;If swap and dump are blank, then you can try the following lvlnboot commands:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;If those don't work try the following:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s lvol2 /dev/vg00&lt;BR /&gt;# lvlnboot -d lvol2 /dev/vg00</description>
      <pubDate>Wed, 03 Feb 2010 21:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577621#M373425</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-03T21:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: remove swap, i think secondary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577622#M373426</link>
      <description>Patrick i just looked at the man page too! Thanks much. It worked. I am rebooting again&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Wed, 03 Feb 2010 21:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-swap-i-think-secondary/m-p/4577622#M373426</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-02-03T21:46:24Z</dc:date>
    </item>
  </channel>
</rss>

