Operating System - HP-UX
1832880 Members
2380 Online
110048 Solutions
New Discussion

Re: inst_adm - defaults for all clients ?

 
SOLVED
Go to solution
D Block
Advisor

inst_adm - defaults for all clients ?

Can someone send me their inst_adm -d
output ? Or a sample without the real names/Ip's .

The reason being, I would like to have one general Default settings for all servers types: 10.20, 11.0, 11.11. Is this what you have defined ?

Do you change the defaults when you Ignite a different Client generic type ?

For example, a diff OS config for a different TimeZone ?

For a different KeyBoard setting, For a different OS Rev (10.20, vs 11.0, vs 11.11) ?

Any suggested instl_adm -d or Comments will be helpful. Thank You.
4 REPLIES 4
Scot Bean
Honored Contributor
Solution

Re: inst_adm - defaults for all clients ?

Here's mine:

server="0.0.0.0"
netmask[]="255.255.248.0"
route_gateway[0]="0.0.0.0"
route_destination[0]="default"
# end instl_adm defaults.
timezone="MST7MDT"

The only custom line I added was the timezone.

This is the very first configuration that Ignite uses. You do not want to change this very often. It would not be appropriate to what you want.

There are other config files that you would want to use to do custom installs. Different timezones and keyboards could be selected at install time, or at "first boot" by the remote user. The additional config files are listed in the /var/opt/ignite/INDEX file. "config.local" is one such file.
D Block
Advisor

Re: inst_adm - defaults for all clients ?

so, the route address is set to 0.0.0.0. To play it safe, set the IP and the Route to empty or null, correct ?
Scot Bean
Honored Contributor

Re: inst_adm - defaults for all clients ?

NO, sorry, I zero'ed out my actuals...'without the real IPs'.

Ignite should set 'server' and 'route_gateway' to the proper settings automatically on your Ignite server.
D Block
Advisor

Re: inst_adm - defaults for all clients ?

closed ticket