<?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: make_'disk'_recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759475#M508340</link>
    <description>Hardware requirements is enough disk space on a filesystem to hold at least 1.5x the used disk space of the OS and apps for temporary files.  For example,if the used disk space for OS and apps is 3 gig, then you need a filesystem with 4.5 gig available to create and hold the final image.  This filesystem/directory will be known as the pseudo root.&lt;BR /&gt;&lt;BR /&gt;Make a golden image using make_sys_image.&lt;BR /&gt;   # /opt/ignite/data/scripts/make_sys_image -l LVL -u -d /DIR -s local&lt;BR /&gt;   - LVL=image level (1 or 2)&lt;BR /&gt;   - DIR=pseudo root directory for gzip tar ball image.&lt;BR /&gt;&lt;BR /&gt;Run archive_impact(1M) to create the filesystem usage.&lt;BR /&gt;# /opt/ignite/lbin/archive_impact -t -g /DIR/IMAGE&lt;BR /&gt;&lt;BR /&gt;- DIR/IMAGE = path and filename of gzip tar image.&lt;BR /&gt;&lt;BR /&gt;Create a new cfg file to the pseudo root using /opt/ignite/data/examples/core11.cfg as a template.&lt;BR /&gt;&lt;BR /&gt;#cp /opt/ignite/data/examples/core11.cfg /DIR&lt;BR /&gt; -Modify line source_type = "DSK"&lt;BR /&gt; -Remark out  nfs_source + "X.X.X.X:/var/opt/ignite/archives"&lt;BR /&gt;  -Update impacts using the results from archive_impact.&lt;BR /&gt;&lt;BR /&gt;Run make_medialif(1M) to create the boot sector.&lt;BR /&gt;# make_medialif -f /opt/ignite/data/Rel_REL/config \&lt;BR /&gt;           -f /DIR/core11.cfg \&lt;BR /&gt;           -f /var/opt/ignite/config.local \&lt;BR /&gt;           -o ipf -r REL -l /DIR/IPF.lif&lt;BR /&gt;&lt;BR /&gt;  - DIR=pseudo root directory.&lt;BR /&gt;  - REL=OS release (B.11.22 or B.11.23)&lt;BR /&gt;&lt;BR /&gt;Copy EFI_CD_image to pseudo root and run mkisofs to create the CD/DVD iso image.&lt;BR /&gt;&lt;BR /&gt; # cp /opt/ignite/boot/EFI_CD_image /DIR&lt;BR /&gt; # mkisofs -U -max-iso9660-filenames -D -o /DIR/cdfs.iso \&lt;BR /&gt;   -no-emul-boot -b EFI_CD_image -eltorito-alt-boot \&lt;BR /&gt; -no-emul-boot -b IPF.lif /DIR&lt;BR /&gt;&lt;BR /&gt;Run instl_combine(1M) to relocate lif headers.&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/lbin/instl_combine -C /DIR/cdfs.iso&lt;BR /&gt;&lt;BR /&gt;Write the /DIR/cdfs.iso image as a raw file using Open Source software such as&lt;BR /&gt;cdrecord or software that comes CD/DVD writers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Mar 2006 10:23:26 GMT</pubDate>
    <dc:creator>Mridul Shrivastava</dc:creator>
    <dc:date>2006-03-27T10:23:26Z</dc:date>
    <item>
      <title>make_'disk'_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759473#M508338</link>
      <description>Anyone know if it's possible to get Ignite to put its recovery data on disk?&lt;BR /&gt;&lt;BR /&gt;If the disk area of the Ignite server that the other hosts do a make_net_recovery to is on the SAN, then the Ignite server could be recovered by presenting that VDISK to a temporary Ignite server, as long as I could do a 'make_disk_recovery' to get the recovery data there in the first place.&lt;BR /&gt;&lt;BR /&gt;I've tried make_net_recovery, but the NFS mounts seem to go away after a bit, and it all hangs.&lt;BR /&gt;&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 09:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759473#M508338</guid>
      <dc:creator>David Ledger at Bham</dc:creator>
      <dc:date>2006-03-27T09:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: make_'disk'_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759474#M508339</link>
      <description>Shalom David,&lt;BR /&gt;&lt;BR /&gt;make_sys_image -d &lt;DIRECTORY name=""&gt;&lt;BR /&gt;&lt;BR /&gt;make_sys_image is the actual binary program that make_tape_recovery uses.&lt;BR /&gt;&lt;BR /&gt;Look at the options that make_tape_recovery uses, remove references to tape and add the -d and it will create a tar file where you tell it to.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/DIRECTORY&gt;</description>
      <pubDate>Mon, 27 Mar 2006 09:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759474#M508339</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-27T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: make_'disk'_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759475#M508340</link>
      <description>Hardware requirements is enough disk space on a filesystem to hold at least 1.5x the used disk space of the OS and apps for temporary files.  For example,if the used disk space for OS and apps is 3 gig, then you need a filesystem with 4.5 gig available to create and hold the final image.  This filesystem/directory will be known as the pseudo root.&lt;BR /&gt;&lt;BR /&gt;Make a golden image using make_sys_image.&lt;BR /&gt;   # /opt/ignite/data/scripts/make_sys_image -l LVL -u -d /DIR -s local&lt;BR /&gt;   - LVL=image level (1 or 2)&lt;BR /&gt;   - DIR=pseudo root directory for gzip tar ball image.&lt;BR /&gt;&lt;BR /&gt;Run archive_impact(1M) to create the filesystem usage.&lt;BR /&gt;# /opt/ignite/lbin/archive_impact -t -g /DIR/IMAGE&lt;BR /&gt;&lt;BR /&gt;- DIR/IMAGE = path and filename of gzip tar image.&lt;BR /&gt;&lt;BR /&gt;Create a new cfg file to the pseudo root using /opt/ignite/data/examples/core11.cfg as a template.&lt;BR /&gt;&lt;BR /&gt;#cp /opt/ignite/data/examples/core11.cfg /DIR&lt;BR /&gt; -Modify line source_type = "DSK"&lt;BR /&gt; -Remark out  nfs_source + "X.X.X.X:/var/opt/ignite/archives"&lt;BR /&gt;  -Update impacts using the results from archive_impact.&lt;BR /&gt;&lt;BR /&gt;Run make_medialif(1M) to create the boot sector.&lt;BR /&gt;# make_medialif -f /opt/ignite/data/Rel_REL/config \&lt;BR /&gt;           -f /DIR/core11.cfg \&lt;BR /&gt;           -f /var/opt/ignite/config.local \&lt;BR /&gt;           -o ipf -r REL -l /DIR/IPF.lif&lt;BR /&gt;&lt;BR /&gt;  - DIR=pseudo root directory.&lt;BR /&gt;  - REL=OS release (B.11.22 or B.11.23)&lt;BR /&gt;&lt;BR /&gt;Copy EFI_CD_image to pseudo root and run mkisofs to create the CD/DVD iso image.&lt;BR /&gt;&lt;BR /&gt; # cp /opt/ignite/boot/EFI_CD_image /DIR&lt;BR /&gt; # mkisofs -U -max-iso9660-filenames -D -o /DIR/cdfs.iso \&lt;BR /&gt;   -no-emul-boot -b EFI_CD_image -eltorito-alt-boot \&lt;BR /&gt; -no-emul-boot -b IPF.lif /DIR&lt;BR /&gt;&lt;BR /&gt;Run instl_combine(1M) to relocate lif headers.&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/lbin/instl_combine -C /DIR/cdfs.iso&lt;BR /&gt;&lt;BR /&gt;Write the /DIR/cdfs.iso image as a raw file using Open Source software such as&lt;BR /&gt;cdrecord or software that comes CD/DVD writers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 10:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759475#M508340</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-03-27T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: make_'disk'_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759476#M508341</link>
      <description>Thanks both,&lt;BR /&gt;&lt;BR /&gt;but ...&lt;BR /&gt;&lt;BR /&gt;it wants to dump 42GB!&lt;BR /&gt;&lt;BR /&gt;The -u flag is ignored so it fills the destination.&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/recovery/archive_content exists and contains&lt;BR /&gt;inc_entire vg00&lt;BR /&gt;and /var/opt/ignite/clients/&amp;lt;0xLLA&amp;gt;/recovery/archive_content is the same for that LLA.&lt;BR /&gt;&lt;BR /&gt;The flags for make_tape_recovery and make_sys_image are very different.&lt;BR /&gt;&lt;BR /&gt;Any further info please&lt;BR /&gt;&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 07:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759476#M508341</guid>
      <dc:creator>David Ledger at Bham</dc:creator>
      <dc:date>2006-03-30T07:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: make_'disk'_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759477#M508342</link>
      <description>It seems to me that it is not possible to use make_sys_image to generate an effective level 1 image of all of vg00 only without running the 'find' (internal to make_sys_image) across the entire system.&lt;BR /&gt;&lt;BR /&gt;I can generate a '-f' file that makes it effectively a level 1 of vg00, but it still does the find.&lt;BR /&gt;&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Apr 2006 08:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759477#M508342</guid>
      <dc:creator>David Ledger at Bham</dc:creator>
      <dc:date>2006-04-03T08:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: make_'disk'_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759478#M508343</link>
      <description>Just using this to recover my old login info after the PC died.&lt;BR /&gt;David - aka Author</description>
      <pubDate>Wed, 07 Jun 2006 06:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-disk-recovery/m-p/3759478#M508343</guid>
      <dc:creator>David G Ledger</dc:creator>
      <dc:date>2006-06-07T06:13:03Z</dc:date>
    </item>
  </channel>
</rss>

