Operating System - HP-UX
1832547 Members
6307 Online
110043 Solutions
New Discussion

Re: disable warnings at noninteractive install

 
SOLVED
Go to solution
Andy Kosela
Frequent Advisor

disable warnings at noninteractive install

* Checking configuration for consistency...
WARNING: The disk at: 0/0/1/1.2.0 (SEAGATE_ST336704LC) appears to contain a
file system and boot area. Continuing the installation will destroy
any existing data on this disk.
NOTE: The swap size value was adjusted to 3824MB. This may be less than
specified in order to accommodate sizes of other volumes and the
amount of disk space available.

Do you wish to cancel the non-interactive installation in order to
respond to the warnings above? ([y]/n): *

How to disable this (y/n) question in the above installation procedure?

I did not find any hints in instl_adm(4).
2 REPLIES 2
smatador
Honored Contributor
Solution

Re: disable warnings at noninteractive install

Hi,
Play with the INST_ALLOW_WARNINGS in instl_adm
http://docs.hp.com/en/5992-5309/ch15s02.html
for example
env_vars +="INST_ALLOW_WARNINGS=5"
or
INST_ALLOW_WARNINGS=5
Look this thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1202705
Hope it helps
smatador
Honored Contributor