1851685 Members
5173 Online
104061 Solutions
New Discussion

Re: Ignite/UX question

 
Chun-Pang Li
Contributor

Ignite/UX question

Hi,

How can I include the network information like NIS/NFS, routing table..into my OS image, then I don't have to config again after the recovery.

Can I put those info. into automation configuration file, if so, how can I get the format to do so?

Thanks,
6 REPLIES 6
Simon Chong
Occasional Advisor

Re: Ignite/UX question

You may not configure the network setting before hand but ,

You can try an interactive recovery from the recovery tape by interrupting the bootup process. Then choose advance installation which allows you to input your network configuration etc..

Begin with the end in mind
Simon Chong
Occasional Advisor

Re: Ignite/UX question

You may not configure the network setting before hand but ,

You can try an interactive recovery from the recovery tape by interrupting the bootup process. Then choose advance installation which allows you to input your network configuration etc..

Begin with the end in mind
Andrew Lartey
Advisor

Re: Ignite/UX question

If you are refering to a tape made using make_recovery , then it will keep the same settings that the machine used to create the tape has - providing you don't interupt the process.

If you are refering to using Ignite with a "Golden Image" then you can configure this information in the file :-
/var/opt/ignite/config.local

eg

dns_domain="you.com"
dns_nameserver[0] = "1.2.3.231"
dns_nameserver[1] = "1.2.3.147"
dns_search[0] = "you.com"
timezone = "GMT0BST"
root_password = "$%FGef2bn.222"
disable_dhcp = "TRUE"

The above is just an example , NIS etc can also be included.

Check out the manpages , or
http://www.software.hp.com/products/IUX/index.html
Robert Gamble
Respected Contributor

Re: Ignite/UX question

Ignite-UX allows for scripts to be run after the 'gold image' is loaded, like setting network configuration, copying in current localized files, etc.....

In the Ignite-UX gui, tab to the last page on the right. You should see a screen to help you locate your post ignite script. At our site, we have an automounted directory with the post ignite scripts.

Good Luck!

Re: Ignite/UX question

I agree with Grant. Editing the /var/opt/ignite/config.local file would best resolve your dilemma. To find out the supported syntax for Ignite-UX's configuration files read section 4 of the instl_adm man page.

# man 4 instl_adm
"Today is a good day"
Thomas G. Tudrej
Frequent Advisor

Re: Ignite/UX question

Describe your problem in more detail, IUX has a load of options. Are you cutting make recovery tapes and the files you are interested in are not being saved? If so, I have few suggestions, let me know.