1833325 Members
3024 Online
110051 Solutions
New Discussion

Make_sys_image

 
Gerry Gerofsky
Advisor

Make_sys_image

When I try to make a sys_image I get the following message on my screen.

I am not sure what my next steps should be? On this system I don't have big files so I thought I did not need the pax fixes, and the archive does get created but then I get a 4 as return value of make_sys_image so I am not sure what it means.

bash-3.2# /tmp/make_sys_image -s local -d /var/tmp -f /tmp/HPUXGM_22609_11624 -l 2 -n Hewlett-Packard_Unix_ver-B1111_-1530 -w /tmp/GMimageLogFile_22609_11624
* Preparing to create a system archive.
* Testing for necessary pax patch.
WARNING: The version of pax on the system to be archived needs to
be patched with one of the following patches or later.
If you do not load the pax patch, some files will not be
correctly archived (see the Ignite-UX release notes for
details):

HP-UX Patch needed
------- ------------
B.11.00 PHCO_30150
B.11.11 PHCO_32438

You can get patches over the web from the patch database at:
http://itresourcecenter.hp.com
or directly from the FTP server at:
ftp://us-ffs.external.hp.com/hp-ux_patches


You have 10 seconds to cancel archive creation...
Do you want to cancel? (y or [n])

WARNING: CLEAN_LEVEL set to 2: (see -l option for make_sys_image(1M))
While this command is executing at clean level 2, the system
should be as quiet as possible. The host and/or networking
information on the system are temporarily set to newconfig
values. After the command is complete these files are
returned to their previous state.

Creating keepsafe archive with file /stand/system
Creating your system file in the file /var/tmp/make_sys_image.hwsys.a22704
Appending file /.profile to keepsafe archive
.Appending file /etc/rc.config.d/hpetherconf to keepsafe archive
.Appending file /etc/rc.config.d/hpfcmsconf to keepsafe archive
.Appending file /etc/rc.config.d/netconf to keepsafe archive
.Appending file /etc/rc.config.d/netdaemons to keepsafe archive
.Appending file /etc/rc.config.d/namesvrs to keepsafe archive
.Appending file /etc/rc.config.d/mailservs to keepsafe archive
.Appending file /etc/rc.config.d/xfs to keepsafe archive
.Appending file /etc/hosts to keepsafe archive
.Appending file /etc/group to keepsafe archive
.Appending file /etc/mail/sendmail.cw to keepsafe archive
.Appending file /etc/netgroup to keepsafe archive
.Appending file /etc/ntp.conf to keepsafe archive
.Appending file /etc/vue/config/Xsession.d/0070.recs to keepsafe archive
.Appending file /etc/vue/config/Xconfig to keepsafe archive
Appending file /var/adm/sw/security/_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_OWNER to keepsafe archive
.Appending file /var/adm/sw/security/_PROD_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_SOC_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/secrets to keepsafe archive
.Appending file /var/adm/sw/security/secrets.pag to keepsafe archive
Appending file /var/adm/sw/security/secrets.dir to keepsafe archive
Appending file /etc/issue to keepsafe archive
./tmp/make_sys_image[18]: 1: not found.

* Archiving contents of r23h01.xyz.com via tar to
/var/tmp/Hewlett-Packard_Unix_ver-B1111_-1530.
* Creation of system archive complete.
* Clean up: Do not interrupt; restoring files, kernel, and transition
links.

bash-3.2# echo $?
4



Thanks
2 REPLIES 2
Court Campbell
Honored Contributor

Re: Make_sys_image

well I would install patch PHCO_32438 like it states in tour output. You might also want to install the latest ignite. You probably get a 4 as your return value since the pax patch test failed.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Gerry Gerofsky
Advisor

Re: Make_sys_image

Opening again with different header