Operating System - HP-UX
1825805 Members
2063 Online
109687 Solutions
New Discussion

wrong post-Install scripts being run during ignite

 
GXW_1
Frequent Advisor

wrong post-Install scripts being run during ignite

Hi, I have a strange problem since moving my Ignite depot from Sep09 to Sep10 update.

I have some post-install scripts that get run by default (but can be deselected in the install gui if wished) and one that is optional (right hand side of the screen, and can be selected if wished).

I happened to want to deselect one and select another so did that then set the build in motion but when I looked at the resulting system it had ignored my changes and just done the default.

Have there been any changes to the Installer in Sep10 update or can anyone think of any otehr reasons why the post-install scripts are not behaving as they should?

Is anyone in a position to test this?

I add the default post-install scripts with:

/opt/ignite/bin/manage_index -a -f /var/opt/ignite/saved_cfgs/default_stuff.cfg -c \"$rel Core Media\"

and I add the optional stuff with:

/opt/ignite/bin/manage_index -a -s /var/opt/ignite/scripts/optional_stuff

This has worked fine for years but using the new Sep10 core media I just can't get the optional script to install, nor the default scripts to deselect, using the install gui.

Any ideas?