<?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: Customized installation media not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906282#M511118</link>
    <description>&lt;BR /&gt;OK, then:&lt;BR /&gt;&lt;BR /&gt;(1) find a disk big enough&lt;BR /&gt;&lt;BR /&gt;(2) create a directory on that disk (i created using "mkdir -p /opt/tapebackupdir")&lt;BR /&gt;&lt;BR /&gt;(3) chown bin:bin /opt/tapebackupdir&lt;BR /&gt;&lt;BR /&gt;(4) add export entries (see below) to /etc/exports and then "exportfs -av":&lt;BR /&gt;/var/opt/ignite/clients -root=vpart1&lt;BR /&gt;/opt/tapebackupdir -root=vpart1&lt;BR /&gt;(my system name is vpart1 - replace as necessary)&lt;BR /&gt;&lt;BR /&gt;(5) use make_net_recovery to the localhost:&lt;BR /&gt; make_net_recovery -s vpart1 -a vpart1:/opt/tapebackupdir -x exclude=/opt/tapebackupdir&lt;BR /&gt;&lt;BR /&gt;(6) to extract single files use gzcat:&lt;BR /&gt;gzcat 2005-06-08,10:17 | tar -tvf -&lt;BR /&gt;(-tvf list the contents of the archive not restore)&lt;BR /&gt;I got this from  Patrick Wallek in this thread: &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=404306" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=404306&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
    <pubDate>Wed, 08 Jun 2005 09:50:24 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2005-06-08T09:50:24Z</dc:date>
    <item>
      <title>Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906276#M511112</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I woul like to ask you to help me with following problem:&lt;BR /&gt;&lt;BR /&gt;We can not use Ignite server and don't want to backup on tapes regurarly. So we want to create just LIF and IMAGE files and when necessary, write them to tape. So I have created LIF and IMAGE (tar) files and wrote them to the tape.&lt;BR /&gt;&lt;BR /&gt;When I boot from tape, I go through Advanced installation and choose "Go!". After creating and extending filesystems I get:&lt;BR /&gt;&lt;BR /&gt;* Positioning tape (/dev/rmt/1mn).&lt;BR /&gt;* Archive extraction from tape is beginning. Please wait.&lt;BR /&gt;&lt;BR /&gt;/: write failed, file system full&lt;BR /&gt;/: file system full&lt;BR /&gt;pax_iux: /etc/vx/type/gen/vxmake_static : No such file or directory&lt;BR /&gt;&lt;BR /&gt;/: write failed, file system full&lt;BR /&gt;/: file system full&lt;BR /&gt;pax_iux: /etc/vx/type/gen/vxmend : No space left on device&lt;BR /&gt;&lt;BR /&gt;... and so on until I press Ctrl+C.&lt;BR /&gt;&lt;BR /&gt;When I jump to debugging shell, only "/" is mounted with size of 11MB. But in configuration it has 256MB. So why it is created so small?&lt;BR /&gt;&lt;BR /&gt;Ignite is in version C.6.1.44.&lt;BR /&gt;&lt;BR /&gt;Thanks for any ideas,&lt;BR /&gt;&lt;BR /&gt;Ladislav Kostal&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 08:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906276#M511112</guid>
      <dc:creator>Ladislav Kostal</dc:creator>
      <dc:date>2005-06-08T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906277#M511113</link>
      <description>Why are you not using make_tape_recovery ??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 08 Jun 2005 08:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906277#M511113</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-06-08T08:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906278#M511114</link>
      <description>We want to have a possibility to extract some files from tar archive on system itself. And we don't want to use tapes for storing backups; only in case of recovery tape should be created from those LIF and IMAGE.</description>
      <pubDate>Wed, 08 Jun 2005 08:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906278#M511114</guid>
      <dc:creator>Ladislav Kostal</dc:creator>
      <dc:date>2005-06-08T08:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906279#M511115</link>
      <description>&lt;BR /&gt;YOU CAN:&lt;BR /&gt;&lt;BR /&gt;man make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;YIELDS:&lt;BR /&gt;&lt;BR /&gt;    Extracting files from tape&lt;BR /&gt;      After the system recovery tape has been created, a single file or&lt;BR /&gt;      files can be extracted from tape by seeking to the tape position where&lt;BR /&gt;      the archive is located.  The mt command can be used to seek to the&lt;BR /&gt;      appropriate location, and pax or tar can be used to extract files from&lt;BR /&gt;      the archive.&lt;BR /&gt;&lt;BR /&gt;      To extract a single file from the recovery archive:&lt;BR /&gt;&lt;BR /&gt;                                    - 7 -           Formatted:  June 8, 2005&lt;BR /&gt;&lt;BR /&gt; make_tape_recovery(1M)                               make_tape_recovery(1M)&lt;BR /&gt;&lt;BR /&gt;      mt -t /dev/rmt/0mn fsf 1&lt;BR /&gt;      tar -xvf /dev/rmt/0m filename&lt;BR /&gt;&lt;BR /&gt;      Extracting files from tape can take a long time, especially when&lt;BR /&gt;      archives are large.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 08 Jun 2005 08:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906279#M511115</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-06-08T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906280#M511116</link>
      <description>If remember correctly, the lif has to be written in certain block size and tar in 10k. The lif has to be in 2k (don't rember it is correct or not)&lt;BR /&gt;&lt;BR /&gt;But not sure if this related to your problem or not.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 08 Jun 2005 08:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906280#M511116</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-08T08:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906281#M511117</link>
      <description>1) We don't want to store backup on tapes.&lt;BR /&gt;2) We create LIF and IMAGE and copy them to second system.&lt;BR /&gt;3) When we need one file, we just extract it easily from .tar file on that second system.&lt;BR /&gt;4) When we need to recover first system, we create tape from those files on second system.&lt;BR /&gt;&lt;BR /&gt;These are requirements. And now I need to get it work... Tape boots, installation starts, but I can not extract archive...&lt;BR /&gt;&lt;BR /&gt;I removed "impacts" section from config file and add also "ignore impacts" flag, but with same result.</description>
      <pubDate>Wed, 08 Jun 2005 08:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906281#M511117</guid>
      <dc:creator>Ladislav Kostal</dc:creator>
      <dc:date>2005-06-08T08:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906282#M511118</link>
      <description>&lt;BR /&gt;OK, then:&lt;BR /&gt;&lt;BR /&gt;(1) find a disk big enough&lt;BR /&gt;&lt;BR /&gt;(2) create a directory on that disk (i created using "mkdir -p /opt/tapebackupdir")&lt;BR /&gt;&lt;BR /&gt;(3) chown bin:bin /opt/tapebackupdir&lt;BR /&gt;&lt;BR /&gt;(4) add export entries (see below) to /etc/exports and then "exportfs -av":&lt;BR /&gt;/var/opt/ignite/clients -root=vpart1&lt;BR /&gt;/opt/tapebackupdir -root=vpart1&lt;BR /&gt;(my system name is vpart1 - replace as necessary)&lt;BR /&gt;&lt;BR /&gt;(5) use make_net_recovery to the localhost:&lt;BR /&gt; make_net_recovery -s vpart1 -a vpart1:/opt/tapebackupdir -x exclude=/opt/tapebackupdir&lt;BR /&gt;&lt;BR /&gt;(6) to extract single files use gzcat:&lt;BR /&gt;gzcat 2005-06-08,10:17 | tar -tvf -&lt;BR /&gt;(-tvf list the contents of the archive not restore)&lt;BR /&gt;I got this from  Patrick Wallek in this thread: &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=404306" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=404306&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 08 Jun 2005 09:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906282#M511118</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-06-08T09:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906283#M511119</link>
      <description>Follow this &lt;A href="http://docs.hp.com/en/B2355-90872/ch09s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90872/ch09s04.html&lt;/A&gt; to create a tape from the archive.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 08 Jun 2005 10:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906283#M511119</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-06-08T10:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906284#M511120</link>
      <description>Ladislav,&lt;BR /&gt;&lt;BR /&gt;with these error messages this looks like the problem is somehow related to your using VXVM boot disks.&lt;BR /&gt;&lt;BR /&gt;I would suggest you try this again, without changing the size of any volume, just give it a GO an see if it works as expected. I do have recovered and cloned VXVM rootdisk systems from recovery tapes with C.6.1.44 so it seems not to be related to that ignite version.&lt;BR /&gt;&lt;BR /&gt;Also check the config files you use for make_medialif. I take it you did not change the name rootdg to something else...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 09 Jun 2005 02:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906284#M511120</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2005-06-09T02:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906285#M511121</link>
      <description>Hello Harry,&lt;BR /&gt;&lt;BR /&gt;I tried your solution and it worked! (except that not all was backuped, but this could be solved)&lt;BR /&gt;&lt;BR /&gt;I tried same lif with my previous complete image and got same errors again.&lt;BR /&gt;&lt;BR /&gt;Isn't this image just plain tar.gz of whole system? Or has something special in it?&lt;BR /&gt;&lt;BR /&gt;Problem is, that we can not use NFS on system nor make_sys_image (level 1 can not exclude and level 2 removes symbolic links temporarily). So I have separated one command line for make_sys_image and created image by myself. But it isn't working :(&lt;BR /&gt;&lt;BR /&gt;Thanks for your advices,&lt;BR /&gt;&lt;BR /&gt;Ladislav Kostal</description>
      <pubDate>Thu, 09 Jun 2005 08:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906285#M511121</guid>
      <dc:creator>Ladislav Kostal</dc:creator>
      <dc:date>2005-06-09T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906286#M511122</link>
      <description>So this is the final solution:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;DATE=`/usr/bin/date +%Y%m%d_%H%M`&lt;BR /&gt;COMMON_NAME=`hostname`.$DATE&lt;BR /&gt;WORK_DIR=/backup&lt;BR /&gt;CONFIG_DIR=/var/opt/ignite/recovery/latest&lt;BR /&gt;RELEASE=`uname -r`&lt;BR /&gt;&lt;BR /&gt;cd $WORK_DIR&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -v -p -f content_file&lt;BR /&gt;&lt;BR /&gt;sed -e "/archive_type/s/tar/gzip tar/" $CONFIG_DIR/archive_cfg &amp;gt; archive_cfg&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_medialif -f $CONFIG_DIR/system_cfg -f $CONFIG_DIR/control_cfg -f archive_cfg -C "$COMMON_NAME Recovery Image" -l $COMMON_NAME.lif -r $RELEASE&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/data/scripts/make_sys_image -d $WORK_DIR -t n -s local -n $COMMON_NAME.tgz -m t -c g -l 1 -w recovery.log -u -R -g $CONFIG_DIR/flist&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where "content_file" contains e.g.:&lt;BR /&gt;&lt;BR /&gt;inc_entire vg00&lt;BR /&gt;exclude /test&lt;BR /&gt;exclude /var/adm/crash/depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And for writing to a tape:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;DEVICE="/dev/rmt/0mn"&lt;BR /&gt;WORK_DIR="/backup"&lt;BR /&gt;LAST_LIF=`ls -rt $WORK_DIR/*.lif | tail -1`&lt;BR /&gt;LAST_IMG=`ls -rt $WORK_DIR/*.tgz | tail -1`&lt;BR /&gt;&lt;BR /&gt;echo $LAST_LIF&lt;BR /&gt;echo $LAST_IMG&lt;BR /&gt;&lt;BR /&gt;mt -t $DEVICE rew&lt;BR /&gt;dd if=$LAST_LIF of=$DEVICE obs=2k&lt;BR /&gt;dd if=$LAST_IMG of=$DEVICE obs=10k&lt;BR /&gt;mt -t $DEVICE rew&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks all for help.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jun 2005 04:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906286#M511122</guid>
      <dc:creator>Ladislav Kostal</dc:creator>
      <dc:date>2005-06-14T04:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customized installation media not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906287#M511123</link>
      <description>See my last post.</description>
      <pubDate>Tue, 14 Jun 2005 04:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customized-installation-media-not-working/m-p/4906287#M511123</guid>
      <dc:creator>Ladislav Kostal</dc:creator>
      <dc:date>2005-06-14T04:22:29Z</dc:date>
    </item>
  </channel>
</rss>

