<?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 reducing boot-disks in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827072#M635102</link>
    <description>Hello&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v shows me the following output:&lt;BR /&gt;....&lt;BR /&gt;  /dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk&lt;BR /&gt;  /dev/dsk/c2t0d0 (0/0/2/0.0.0)&lt;BR /&gt;  /dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk&lt;BR /&gt;  /dev/dsk/c1t0d0 (0/0/1/1.0.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1   on: /dev/dsk/c2t2d0&lt;BR /&gt;                  /dev/dsk/c1t2d0&lt;BR /&gt;Root: lvol3 ...&lt;BR /&gt;&lt;BR /&gt;Unfortunately is the c1t0d0 a zombie. I removed it with rmboot /dev/rdsk/c1t0d0 and I think it is also removed. Because I had checked the lifls /dev/dsk/c1t0d0 and they came a error-message (can't list ... not a LIF volume).&lt;BR /&gt;&lt;BR /&gt;What I have to do, that the the 'lvlnboot -v' runs also without the c1t0d0?&lt;BR /&gt;&lt;BR /&gt;Regards  Konrad</description>
    <pubDate>Wed, 16 Oct 2002 13:24:38 GMT</pubDate>
    <dc:creator>Konrad Hegner</dc:creator>
    <dc:date>2002-10-16T13:24:38Z</dc:date>
    <item>
      <title>reducing boot-disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827072#M635102</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v shows me the following output:&lt;BR /&gt;....&lt;BR /&gt;  /dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk&lt;BR /&gt;  /dev/dsk/c2t0d0 (0/0/2/0.0.0)&lt;BR /&gt;  /dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk&lt;BR /&gt;  /dev/dsk/c1t0d0 (0/0/1/1.0.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1   on: /dev/dsk/c2t2d0&lt;BR /&gt;                  /dev/dsk/c1t2d0&lt;BR /&gt;Root: lvol3 ...&lt;BR /&gt;&lt;BR /&gt;Unfortunately is the c1t0d0 a zombie. I removed it with rmboot /dev/rdsk/c1t0d0 and I think it is also removed. Because I had checked the lifls /dev/dsk/c1t0d0 and they came a error-message (can't list ... not a LIF volume).&lt;BR /&gt;&lt;BR /&gt;What I have to do, that the the 'lvlnboot -v' runs also without the c1t0d0?&lt;BR /&gt;&lt;BR /&gt;Regards  Konrad</description>
      <pubDate>Wed, 16 Oct 2002 13:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827072#M635102</guid>
      <dc:creator>Konrad Hegner</dc:creator>
      <dc:date>2002-10-16T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: reducing boot-disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827073#M635103</link>
      <description>You can delete your current lvlnboot definitions and recreate it. I've done this a few times in the past to fix my "messed up" lvlnboot output. First you got to find out which lvol is your "root","boot","primary swap" and "dump". Then do this ..&lt;BR /&gt;# lvrmboot -r /dev/vg00&lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;==&amp;gt; Boot LV is lvol1 (/stand)&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;==&amp;gt; Root LV is lvol3 (/)&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;==&amp;gt; Primary swap LV is lvol2 (from swapinfo)&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;==&amp;gt; Dump space is also the primary swap. &lt;BR /&gt;# lvlnboot -R /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Now check it again ..&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 13:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827073#M635103</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-16T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: reducing boot-disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827074#M635104</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You could try a lvlnboot -R. If it doesn't work, try to delete and recreate all the boot info (lvrmboot -r then lvlnboot -b, -r, -s, -d)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis.</description>
      <pubDate>Wed, 16 Oct 2002 13:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827074#M635104</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-16T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: reducing boot-disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827075#M635105</link>
      <description>Take a look at this link for removing ghost disk .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062910943" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062910943&lt;/A&gt;</description>
      <pubDate>Wed, 16 Oct 2002 14:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827075#M635105</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2002-10-16T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: reducing boot-disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827076#M635106</link>
      <description>S.K.Chan: Thank you, but it is stil there ;-(&lt;BR /&gt;&lt;BR /&gt;Jean-Louis: Thank you, but it is stil there ;-(&lt;BR /&gt;&lt;BR /&gt;Ashwani: This is not the problem, but the disk isn't a 'ghost'. The disk is only a application-disk.&lt;BR /&gt;&lt;BR /&gt;Also a reboot doesn't help.</description>
      <pubDate>Thu, 17 Oct 2002 06:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827076#M635106</guid>
      <dc:creator>Konrad Hegner</dc:creator>
      <dc:date>2002-10-17T06:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: reducing boot-disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827077#M635107</link>
      <description>check for the following&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1 | more&lt;BR /&gt;lvdisplay -vk /dev/vg00/lovl1 | more&lt;BR /&gt;check for the disk key to be removed&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 -k /dev/vg00/lvol1 ? ?&lt;BR /&gt;&lt;BR /&gt;? ? unwanted boot disks&lt;BR /&gt;&lt;BR /&gt;Take care !&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Oct 2002 20:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-boot-disks/m-p/2827077#M635107</guid>
      <dc:creator>BKUMAR</dc:creator>
      <dc:date>2002-10-18T20:20:33Z</dc:date>
    </item>
  </channel>
</rss>

