1850304 Members
2680 Online
104053 Solutions
New Discussion

make_net_recovery error?

 
Sudhaadm
Regular Advisor

make_net_recovery error?

Hi All,
Thanks in advance.
I have recived the following error while taking backup,please advise to resolve the problem???

Command excecuted on client machine:
-------------------------------------

make_net_recovery -s int23 -x inc_entire=vg00 -a int23:/ignite/temp
Error:
---------------
* The archive is estimated to reach 13878955 kbytes.
* Free space on /var/opt/ignite/recovery/arch_mnt
after archive should be about 2888701 kbytes.

* Archiving contents of ry1sua01 via tar to
/var/opt/ignite/recovery/arch_mnt/2005-12-28,15:12.

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

ERROR: The make_sys_image command failed. The system recovery archive will
not be created.

======= 12/28/05 15:59:42 CST make_net_recovery completed unsuccessfully
#
3 REPLIES 3
Sameer_Nirmal
Honored Contributor

Re: make_net_recovery error?

Hi,

The error above will occur when the destination filesystem for the archive is either accessed via NFSv2 or when the remote filesystem does not support largefiles, either because the filesystem, in fact, does not support largefiles, or it was not mounted with largefiles enabled.

In your case , you need to ensure the filesystem "/ignite/temp" is monted largefile enabled.
Check using at NFS or Ignite Server end
# fstyp -v | grep f_flag
It should f_flag=16 if largefile support is enabled.
# fsadm -F vxfs /ignite/temp ( if you have OnlineJFS installed )
Enable the largefile support using fsadm
Be aware you need un-mount the FS if you don't have OnlineJFS product installed.
Then re-export the FS using exportfs.
Check for NFS version using
# nfsstat -m

At client side
# nfsstat -m

Both server and client side you need to have NFS 3
For HP-UX 11.00 and later , it should be there by default.

Ensuring above , try the net recovery thereafter.

Sandy Chen
Honored Contributor

Re: make_net_recovery error?

Hi,

Sameer is right, this error is because on the ignite server the filesystem is not configured for largefiles
I never think of the future. It comes soon enough.
Bob_Vance
Esteemed Contributor

Re: make_net_recovery error?

Even with "largefiles", I ran into an 8GB limit for the archive.

bv
"The lyf so short, the craft so long to lerne." - Chaucer