Operating System - HP-UX
1751900 Members
5416 Online
108783 Solutions
New Discussion юеВ

Re: make_media_install fails at make_medialif

 
mogiro
Regular Advisor

make_media_install fails at make_medialif

Hi all,
I'm trying to create a bootable CD from an ignite image created using make_net_recovery. I followed this steps:

rm -r /var/opt/ignite/media/pseudo_root/*
mkdir -p /var/opt/ignite/media/pseudo_root/archives
cp /var/opt/ignite/recovery/archives/server/2008-09-01,16:50 /var/opt/ignite/media/pseudo_root/archives/B.11.31_archive_IA.gz

/opt/ignite/data/scripts/examples/make_media_install \
-r B.11.31 -o IA \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/archive_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/control_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/system_cfg \
-a B.11.31_archive_IA.gz \
-m /var/opt/ignite/recovery/archives/server

Here, the make_medialif failed, so I've launched manually:
/opt/ignite/bin/make_medialif -o IA -r B.11.31 \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/archive_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/control_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/system_cfg \
-l /var/opt/ignite/media/pseudo_root/bootvol.lif


But now I dont't know how to follow, because if I launch make_media_install again it fails at the first step:

WARNING: Non-default -m option value specified along with default -p option value; the default directory could run out of disk space, should both options be given?
=== Step 1: Make Ignite-UX config files for golden image archive(s) ===
+ /opt/ignite/lbin/make_arch_config -L /var/opt/ignite/media/pseudo_root/archives/. -n B.11.31_archive_IA.gz -d B.11.31_archive_IA.gz (B.11.31) -c /var/opt/ignite/recovery/archives/server/cfgs/B.11.31_archive_IA.gz.cfg.tmp -m t -C g -r ipf -b 64 -i 1 -t 999
ERROR: The tar command failed!
ERROR: /opt/ignite/lbin/archive_impact failed
ERROR: Failure writing to /var/opt/ignite/recovery/archives/server/cfgs/B.11
.31_archive_IA.gz.cfg.tmp
+ Error 11 /opt/ignite/lbin/make_arch_config failed.
/opt/ignite/data/scripts/examples/make_media_install: ERROR: /opt/ignite/lbin/make_arch_config failed.


Any idea???
I've removed and created again the /var/opt/ignite/recovery/archives/server/cfgs/B.11 folder with 777 mod but no success.
Thanks in advance!!
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: make_media_install fails at make_medialif

Shalom,

Not much to go on here:
ERROR: The tar command failed!
ERROR: /opt/ignite/lbin/archive_impact failed
ERROR: Failure writing to /var/opt/ignite/recovery/archives/server/cfgs/B.11
.31_archive_IA.gz.cfg.tmp

First thing I would check is that there is enough disk space on /var for this image.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
mogiro
Regular Advisor

Re: make_media_install fails at make_medialif

Hi Steven,
But I've got the lif file, can I proceed manually from this point and void launching again de make_media_install?