<?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: net ignite issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033990#M301875</link>
    <description>Shalom, &lt;BR /&gt;&lt;BR /&gt;The BDF indicates there is less than the required amount of free space free, 3 GB when 4 are needed.&lt;BR /&gt;&lt;BR /&gt;AS to why so much space is needed, I'd say the scope of the ignite backup is too large.&lt;BR /&gt;&lt;BR /&gt;Generally good for use on vg00, you may want to exclude some large scratch or data related logical volume.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 09 Jul 2007 06:26:49 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-07-09T06:26:49Z</dc:date>
    <item>
      <title>net ignite issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033989#M301874</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;im having some space issues with netignite, when we run net ignite we get the following errors message:&lt;BR /&gt;&lt;BR /&gt;ERROR: Not enough space for archive.&lt;BR /&gt;       /var/opt/ignite/recovery/arch_mnt on local needs 4714115 kbytes free.&lt;BR /&gt;       There are 3243824 kbytes free.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;we do have the following space free on the drive&lt;BR /&gt;&lt;BR /&gt;nmhd01{root}=&amp;gt;/var - bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol8    5017600 1815295 3003986   38% /var&lt;BR /&gt;&lt;BR /&gt;should this be enough space, and is there anything else we can do to fix this problem. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jul 2007 05:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033989#M301874</guid>
      <dc:creator>JOHN TURNER_2</dc:creator>
      <dc:date>2007-07-09T05:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: net ignite issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033990#M301875</link>
      <description>Shalom, &lt;BR /&gt;&lt;BR /&gt;The BDF indicates there is less than the required amount of free space free, 3 GB when 4 are needed.&lt;BR /&gt;&lt;BR /&gt;AS to why so much space is needed, I'd say the scope of the ignite backup is too large.&lt;BR /&gt;&lt;BR /&gt;Generally good for use on vg00, you may want to exclude some large scratch or data related logical volume.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Jul 2007 06:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033990#M301875</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-09T06:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: net ignite issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033991#M301876</link>
      <description>thanks for that will try and cut down the size of the ignite and re-run</description>
      <pubDate>Mon, 09 Jul 2007 06:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033991#M301876</guid>
      <dc:creator>JOHN TURNER_2</dc:creator>
      <dc:date>2007-07-09T06:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: net ignite issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033992#M301877</link>
      <description>&amp;gt; nmhd01{root}=&amp;gt;/var - bdf .&lt;BR /&gt; &lt;BR /&gt;bdf accepts any file or directory reference:&lt;BR /&gt; &lt;BR /&gt;bdf /var&lt;BR /&gt;bdf /var/opt/ignite&lt;BR /&gt;bdf /dev/vg00/lvol*&lt;BR /&gt; &lt;BR /&gt;and so on...&lt;BR /&gt; &lt;BR /&gt;&amp;gt; needs 4714115 kbytes&lt;BR /&gt; &lt;BR /&gt;That's 4.7 Gbytes&lt;BR /&gt; &lt;BR /&gt;&amp;gt; /dev/vg00/lvol8 5017600 1815295 3003986 38% /var&lt;BR /&gt; &lt;BR /&gt;Free space = 3003986 or 3.0 Gbytes. So the message is quite correct.&lt;BR /&gt; &lt;BR /&gt;NOTE: You need space for a MINIMUM of two backups, in your case, about 10Gb (4.7 * 2) Don't try to increase /var. Instead, create a new lvol with 10 or 20 Gb of diskspace (does *not* have to be on vg00), run newfs on the new rlvol, rename the current /var/opt/ignite to /var/opt/ignite1, create a new directory called /var/opt/ignite and mount the new filesystem to the /var/opt/ignite mountpoint. Finally, copy everything from /var/opt/ignite1 directory to the new /var/opt/ignite mountpoint:&lt;BR /&gt; &lt;BR /&gt;lvcreate -L 20000 vg01 &lt;BR /&gt;(assuming lvol9 was created)&lt;BR /&gt;newfs /dev/vg01/rlvol9&lt;BR /&gt;mv /var/opt/ignite /var/opt/ignite1&lt;BR /&gt;mkdir /var/opt/ignite&lt;BR /&gt;mount /dev/vg01/lvol9 /var/opt/ignite&lt;BR /&gt;cd /var/opt/ignite1&lt;BR /&gt;find . | cpio -pudlmv /var/opt/ignite&lt;BR /&gt;bdf /var/opt/ignite*&lt;BR /&gt; &lt;BR /&gt;Then run your make_net_recovery and all should be well. When Ignite is working OK, then remove the ignite1 directory and it's contents:&lt;BR /&gt; &lt;BR /&gt;rm -r /var/opt/ignite1&lt;BR /&gt; &lt;BR /&gt;BTW: bdfmegs will help decode those long numbers in regular bdf. See attachment.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jul 2007 06:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ignite-issues/m-p/4033992#M301877</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-07-09T06:54:34Z</dc:date>
    </item>
  </channel>
</rss>

