1828406 Members
3304 Online
109977 Solutions
New Discussion

make net recovery fails

 
SOLVED
Go to solution
chad_c
Super Advisor

make net recovery fails

Hi. We are attempting to run a make net recovery and receive the following message. Our make net recovery has worked fine in the past. We are running HPUX11.11 with Ignite C 7 1 9 3. Can anyone shed some light on this and a possible solution?

======= 03/14/07 11:26:31 EDT Started make_net_recovery. (Wed Mar 14 11:26:31
EDT 2007)
@(#)Ignite-UX Revision C.7.1.93
@(#)ignite/net_recovery (opt) $Revision: 10.862 $ $Date: 2006/11/07
22:27:51 $

* Testing for necessary pax patch.
* Checking Versions of Recovery Tools
* Creating System Configuration.
* /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x0
014C21073A7/recovery/2007-03-14,11:26/system_cfg vg00
* Backing Up Volume Group /dev/vg00
* /usr/sbin/vgcfgbackup /dev/vg00
* Creating Map Files for Volume Group /dev/vg00
* /usr/sbin/vgexport -s -p -m /etc/lvmconf/vg00.mapfile /dev/vg00

* Creating Control Configuration.
* Creating Archive File List
* Creating Archive Configuration

* /opt/ignite/lbin/make_arch_config -c /var/opt/ignite/recovery/client_m
nt/0x0014C21073A7/recovery/2007-03-14,11:26/archive_cfg -g /var/opt/ig
nite/recovery/client_mnt/0x0014C21073A7/recovery/2007-03-14,11:26/flis
t -n 2007-03-14,11:26 -r pa -b 64 -d Recovery\ Archive -L
/var/opt/ignite/recovery/arch_mnt -l riovo:/arc/sys_backups/rinnm5/ -i
1 -m t
* Saving the information about archive to
/var/opt/ignite/recovery/previews
* Creating The Networking Archive

* /opt/ignite/data/scripts/make_sys_image -d
/var/opt/ignite/recovery/arch_mnt -t n -s local -n 2007-03-14,11:26 -m
t -w /var/opt/ignite/recovery/client_mnt/0x0014C21073A7/recovery/2007-
03-14,11:26/recovery.log -u -R -g /var/opt/ignite/recovery/client_mnt/
0x0014C21073A7/recovery/2007-03-14,11:26/flist -a 5258740

* Preparing to create a system archive.
* The archive is estimated to reach 2629370 kbytes.
* Free space on /var/opt/ignite/recovery/arch_mnt
after archive should be about 28086550 kbytes.

* Archiving contents of rinnm5 via tar to
/var/opt/ignite/recovery/arch_mnt/2007-03-14,11:26.

gzip: stdout: File too large
ERROR: The gzip command failed (exit status 1).


======= 03/14/07 11:44:11 EDT make_net_recovery completed unsuccessfully
':
'':
'':
'':
rinnm5#

Regards,
Chad
3 REPLIES 3
Sundar_7
Honored Contributor
Solution

Re: make net recovery fails

Chad,

On the Ignite-UX server where you are storing the Ignite-UX image of the client, make sure the filesystem that contains /var/opt/ignite/recovery has largefiles enabled

# bdf /var/opt/ignite/recovery

# fsadm -F vxfs /var/opt/ignite (or /var)

If you have onlinejfs installed, you can enable largefiles on the fly using fsadm

# fsadm -F vxfs -o largefiles /

Sundar.


Learn What to do ,How to do and more importantly When to do ?
Uday_S_Ankolekar
Honored Contributor

Re: make net recovery fails

Sunder is right. Enable large file system and it should be ok.

-USA..
Good Luck..
chad_c
Super Advisor

Re: make net recovery fails

.