VANWEBUI installation error "Installer User Interface Mode Not Supported Unable to load and to prepare the installer in console or silent mode."
search cancel

VANWEBUI installation error "Installer User Interface Mode Not Supported Unable to load and to prepare the installer in console or silent mode."

book

Article ID: 142799

calendar_today

Updated On:

Products

Vantage Storage Resource Manager

Issue/Introduction

Trying to install the latest version of the Vantage Web Client (MTC-M) but getting the following errors;

Installer User Interface Mode Not Supported
Unable to load and to prepare the installer in console or silent mode.

The following error is present inside the /install/console_stderr file.

XMLScriptReader: unable to parse the provided script file.  File may have been invalid...
java.lang.NullPointerException
.at Flexeraan8.am(Unknown Source)
.at Flexeraan8.ak(Unknown Source)
.at Flexeraan8$1.aa(Unknown Source)
.at Flexeraair.ad(Unknown Source)
.at Flexeraan8.ac(Unknown Source)
.at com.zerog.ia.installer.LifeCycleManager.b1(Unknown Source)
.at com.zerog.ia.installer.LifeCycleManager.a8(Unknown Source)
.at com.zerog.ia.installer.LifeCycleManager.au(Unknown Source)
.at com.zerog.ia.installer.LifeCycleManager.consoleInstallMain(Unknown Source)
.at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
.at com.zerog.ia.installer.Main.main(Unknown Source)
.at install.main(Unknown Source)
Unable to load the script.
SHUTDOWN REQUESTED
System's temporary directory = /lpp/TMP
Exiting with exit code: 2000

Environment

Release : 14.0

Component : CA Vantage Storage Resource Manager

Resolution

The problem comes from the OMVS profile environment.

After modifying the profile environment on OMVS by resetting the DISPLAY variable to null, the following command on OMVS can be used to reset the DISPLAY environment variable on OMVS.

    export DISPLAY=''   (Note: use two single quotes to indicate a null value for DISPLAY)

The user may also need to add the JAVA options with IBM_JAVA_OPTIONS=-Xms1024m -Xmx1024m parameters, allowing the installation to be successful.