Operating System - HP-UX
1830862 Members
2488 Online
110017 Solutions
New Discussion

Re: Noninteractive installation from client

 
SOLVED
Go to solution
Andy Kosela
Frequent Advisor

Noninteractive installation from client

Is it possible to initiate a noninteractive install like 'bootsys -c' from PDC

> bo lan.ignite-ux install

will unfortunately only start an interactive install.
2 REPLIES 2
smatador
Honored Contributor
Solution

Re: Noninteractive installation from client

Hi,

Look at the Ignite-Ux Admin Guide release 32.
â ¢ Create a temporary configuration file:
instl_adm -d > /var/tmp/cfg
â ¢ Open /var/tmp/cfg for editing.
â ¢ Add or change the run_ui variable.
For an interactive installation, run_ui=TRUE. For a noninteractive installation,
run_ui=FALSE â no interaction occurs and the installation proceeds according to the configuration information provided to Ignite-UX.
So if you have config control.cfg and system.cfg ready, when you restore or reinstall the system, you don't see the interactive gui.

Hope it helps
Andy Kosela
Frequent Advisor

Re: Noninteractive installation from client

That was exactly what I was looking for. Thank you.