<?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: Additional dump device creation failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731609#M254563</link>
    <description>Thank you guys.&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v was showing the dump1 lvol also. But I was getting error on crashconf. fstyp was showing FS information, even though I have not created any file system on this lvol. I tried removing the lvol and recreating the same. but it was of no use. &lt;BR /&gt;dump lvol was there in kernel. &lt;BR /&gt;&lt;BR /&gt;Finally what I did is, since this disk is used only as the dump device did a mediainit, followed the same steps in my original query, and it is showing in crashconf also.&lt;BR /&gt;&lt;BR /&gt;Thanks for throwing the light.&lt;BR /&gt;&lt;BR /&gt;Sudheer</description>
    <pubDate>Wed, 15 Feb 2006 02:28:11 GMT</pubDate>
    <dc:creator>sudheer_7</dc:creator>
    <dc:date>2006-02-15T02:28:11Z</dc:date>
    <item>
      <title>Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731605#M254559</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I was trying to create an additinal dump device on a 11i server. While trying to add it using crashconf -a I am getting the following error&lt;BR /&gt;&lt;BR /&gt;crashconf -a&lt;BR /&gt;/dev/vg00/dump1: error: device is fully occupied by a file system&lt;BR /&gt;&lt;BR /&gt;I have not created any filesystem on dump1. Following are the steps I did.&lt;BR /&gt;&lt;BR /&gt;lvcreate -n dump1 -C y -r n /dev/vg00/dump1&lt;BR /&gt;lvextend -l 1650 /dev/vg00/dump1 /dev/dsk/c7t2d0 &lt;BR /&gt;&lt;BR /&gt;lvlnboot -d /dev/vg00/dump1&lt;BR /&gt;&lt;BR /&gt;Added to /etc/fstab&lt;BR /&gt;/dev/vg00/dump1 ... dump defaults 0 0&lt;BR /&gt;&lt;BR /&gt;crashconf -a&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Sudheer&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 14 Feb 2006 22:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731605#M254559</guid>
      <dc:creator>sudheer_7</dc:creator>
      <dc:date>2006-02-14T22:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731606#M254560</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check using&lt;BR /&gt;# fstyp -v /dev/vg00/rdump1&lt;BR /&gt;you probably would see it has a FS. "crashconf -a" and "lvlnboot"  as well won't work in such case. &lt;BR /&gt;&lt;BR /&gt;As you are trying to add "additional" dump device, you should either use "lvlnboot -d" ( as you are adding in root vg ), reboot or use "crashconf -a" ( allows outside root vg device) to add on fly.&lt;BR /&gt;&lt;BR /&gt;Be aware you may need to add "dump lvol" entry in the kernel if doesn't exist already.&lt;BR /&gt;# strings /stand/vmunix | grep "dump lvol"&lt;BR /&gt;If it is not there , then add "dump lvol" in /etc/system, rebuild kernel and reboot.&lt;BR /&gt;&lt;BR /&gt;Refer manpages of lvlnboot and crashconf.</description>
      <pubDate>Wed, 15 Feb 2006 00:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731606#M254560</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-02-15T00:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731607#M254561</link>
      <description>Hi again,&lt;BR /&gt;Wanted to add..&lt;BR /&gt;&lt;BR /&gt;You can use dd command to wipe out the FS header/metadata from the dump1 lvol.</description>
      <pubDate>Wed, 15 Feb 2006 00:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731607#M254561</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-02-15T00:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731608#M254562</link>
      <description>Hi sudheer,&lt;BR /&gt;&lt;BR /&gt;after these steps try&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -R ( just we trying update the Label File )&lt;BR /&gt;&lt;BR /&gt;and take a copy of the kernel using the system_prep command and just check what is the entry in the file along with Dump parameter. if any change required change it&lt;BR /&gt;&lt;BR /&gt;example : dump dump1&lt;BR /&gt;&lt;BR /&gt;and create the new kernel and reboot it .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Tvs</description>
      <pubDate>Wed, 15 Feb 2006 01:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731608#M254562</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2006-02-15T01:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731609#M254563</link>
      <description>Thank you guys.&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v was showing the dump1 lvol also. But I was getting error on crashconf. fstyp was showing FS information, even though I have not created any file system on this lvol. I tried removing the lvol and recreating the same. but it was of no use. &lt;BR /&gt;dump lvol was there in kernel. &lt;BR /&gt;&lt;BR /&gt;Finally what I did is, since this disk is used only as the dump device did a mediainit, followed the same steps in my original query, and it is showing in crashconf also.&lt;BR /&gt;&lt;BR /&gt;Thanks for throwing the light.&lt;BR /&gt;&lt;BR /&gt;Sudheer</description>
      <pubDate>Wed, 15 Feb 2006 02:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731609#M254563</guid>
      <dc:creator>sudheer_7</dc:creator>
      <dc:date>2006-02-15T02:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731610#M254564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The contents of previously used PVs in LVM are not overwritten if the new structure is created with similar parameters. This was probably the reason for this to happen. The disk was there in use earlier with LVM either on same of different system causing the LVM file system to appear without being created. &lt;BR /&gt;&lt;BR /&gt;You would have been even surprised to see some data there if the file system was mounted. &lt;BR /&gt;&lt;BR /&gt;Have a look at this interesting thread discussing this issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswers.do?threadId=1001334" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswers.do?threadId=1001334&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 15 Feb 2006 03:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731610#M254564</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-15T03:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731611#M254565</link>
      <description>Hi Devender,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information. I was unable to access the link you provided&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Sudheer</description>
      <pubDate>Wed, 15 Feb 2006 04:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731611#M254565</guid>
      <dc:creator>sudheer_7</dc:creator>
      <dc:date>2006-02-15T04:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731612#M254566</link>
      <description>Sudheer ,&lt;BR /&gt;&lt;BR /&gt;You can also get good information in "Recovery Handbook" in Chapter: Configuring Dump devices. I dont remember the chapter no# right now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 15 Feb 2006 04:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731612#M254566</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-02-15T04:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Additional dump device creation failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731613#M254567</link>
      <description>Hi Sudheer,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001334" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001334&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In fact there was some problem with the earlier  posting.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 15 Feb 2006 04:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-dump-device-creation-failure/m-p/3731613#M254567</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-15T04:38:12Z</dc:date>
    </item>
  </channel>
</rss>

