1833707 Members
2570 Online
110063 Solutions
New Discussion

config.local

 
Bob Carback
Frequent Advisor

config.local

Where can I find the variables to be used in /var/opt/ignite/config.local. I've seen examples ---

dns_domain="corp.com"
dns_nameserver[0] = "10.2.72.2"
nis_domain="corpdomain"
wait_for_nis_server=FALSE
root_password="JPDw02THwAhiQ"
timezone="MST7MDT"
ntpdate_server="10.1.48.1"
init sw_sel "Misc_Patches"=TRUE
init sw_sel "B3919DA_AGP"=TRUE
mod_kernel += "maxuprc 100"
set_kernel += "dbc_max_pct 20"

-- but I haven't been able to find a documented list.

2 REPLIES 2
Marvin Strong
Honored Contributor

Re: config.local

those look the examples from the manual.

You can use config.local to setup or override anything in config script.

I believe it is all described in:

man 4 instl_adm

Bob Carback
Frequent Advisor

Re: config.local

--