Operating System - HP-UX
1846317 Members
3360 Online
110256 Solutions
New Discussion

Re: Problems loading optional software with ignite

 
SOLVED
Go to solution
dave.s
Advisor

Problems loading optional software with ignite

Steps followed.

1. Bundled software using "make_bundles"

2. Ran a "make_config" against the depot to generate a config file.

3. Ran "manage_index" to insert the the location of the file into /var/opt/ignite/INDEX.

I am missing a step somewhere after this and I can seem to locate what it might be.

My question is where does the output of the make_config command go? Simply pointing the INDEX file to it causes it to fail.

I've attached output from my INDEX file, make_config output and the errors in install.log.
4 REPLIES 4
sen_ux
Valued Contributor

Re: Problems loading optional software with ignite

Can you paste instl_adm -T output.

What was your make_config command syntax.?

if you have not specified, it will be placed in /var/opt/ignite/data/Rel_B.XX

else you can specify with -c option.

Did you edit you config file.?
dave.s
Advisor

Re: Problems loading optional software with ignite

Can you paste instl_adm -T output.
* Checking file: /opt/ignite/data/Rel_B.11.31/config
* Checking file: /opt/ignite/data/Rel_B.11.31/11iv3_fni_config
* Checking file: /opt/ignite/data/Rel_B.11.31/hw_patches_cfg
* Checking file: /var/opt/ignite/config.local


What was your make_config command syntax.?
make_config -l 2 -s /var/spool/sw -c /var/tmp/GlancePlus.cfg

Did you edit you config file.?
No. I think this is where I might be falling short.
Scot Bean
Honored Contributor
Solution

Re: Problems loading optional software with ignite

In your INDEX file, the custom Glance config is listed under a 'scripts' stanza.

This is not a script.

Move the Glance config line up into the other real stanza, before config.local.
dave.s
Advisor

Re: Problems loading optional software with ignite

Thanks Scot, that was exactly what I was looking for. Works great now.