Operating System - HP-UX
1753722 Members
4726 Online
108799 Solutions
New Discussion юеВ

Goden Image different Size

 
David Islas Gonz├бlez_1
Frequent Advisor

Goden Image different Size

Hi everybody, I have the next problem, when I create the golden image of a server locally
#make_sys_image -s local -d /goldenimage

I have a .gz file of 5GB aproximately,

But when I create the golden image remotely to another ignite server (where I transfer always to burn the image) I'm getting a .gz file of 2.8GB aprox.

The option local is not booting correctly, do you know what could be happening??
Regards
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Goden Image different Size

Shalom,

Check the ignite logs on the golden image builds.

Then check the logs of any systems you build with this method.

I believe there is either a build problem or a file transfer problem here.

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
Sameer_Nirmal
Honored Contributor

Re: Goden Image different Size

I would check the contents of the golden images using
# gzcat .gz | pax -v

to see what makes them different in size.

I suspect that the locally created golden image plus other contents of /goldenimage was included. If you choose to let it use the default directory i.e. /var/tmp you may see the difference.