Operating System - HP-UX
1753710 Members
4649 Online
108799 Solutions
New Discussion юеВ

Ignite MUltiple Configuaration And Single INDEX file

 
SOLVED
Go to solution
Ganesh Balraman
Regular Advisor

Ignite MUltiple Configuaration And Single INDEX file

Hi Admins,

I had 2 golden images in hand created in 11.23.

1. 1 image with Patches built
2. 1 image pathces in SD depot.

How to create config file for refering both this images in config file and iNDEX file

How to make one image config file default and other in secondary.

Kindly help.

Regds
4 REPLIES 4
AwadheshPandey
Honored Contributor
Solution

Re: Ignite MUltiple Configuaration And Single INDEX file

Ganesh Balraman
Regular Advisor

Re: Ignite MUltiple Configuaration And Single INDEX file

HI,

Pls find the examples below of INDEX file.

cfg "rock" {
description "This selection supplies the default system configuration
that HP supplies for the B.10.20 release."
"/opt/ignite/data/Rel_B.10.20/config"
"/opt/ignite/data/Rel_B.10.20/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/core_700_archive_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/diag-ipr_700_archive_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/products_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/kernel_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/rc.config.d_cfg"
"/var/opt/ignite/config.local"
"/var/opt/ignite/saved_cfgs/rock"
}


cfg "rock 2" {
description "This selection supplies the default system configuration
that HP supplies for the B.10.20 release."
"/opt/ignite/data/Rel_B.10.20/config"
"/opt/ignite/data/Rel_B.10.20/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/core_700_archive_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/diag-ipr_700_archive_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/products_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/kernel_cfg"
"/var/opt/ignite/data/Rel_B.10.20_700/rc.config.d_cfg"
"/var/opt/ignite/config.local"
"/var/opt/ignite/saved_cfgs/custom"
}

In the INDEX file above the cfg name are rock adn rock 2.

And the difference is only at the list line.

But which cfg will be selected during client installation first or second.

Regds
Ganesh

AwadheshPandey
Honored Contributor

Re: Ignite MUltiple Configuaration And Single INDEX file

See this
http://docs.hp.com/en/5991-6547/5991-6547.pdf

If the cfg clause in the INDEX file were to be the default cfg clause, in a non-interactive installation this would cause the cfg clause to be selected for installation by default, it would look like the following:

cfg "HP-UX B.11.11 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.11 release."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/config.local"
}=TRUE
It's kind of fun to do the impossible
Ganesh Balraman
Regular Advisor

Re: Ignite MUltiple Configuaration And Single INDEX file

HI ,

That really the great.

I will conclude like this.

=TRUE at the end of cfg clause select that particular config and start the installation.

Right

Regds
Ganesh