cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ayapan
Level 3

want to hide VM extracting messages on IA2020 silent installation setup

I am getting the below log message on IA 2020 silent installation . How to skip this VM extract log on linux window.

 

Launching installer...

Jar Path : /tmp/install.dir.31074/InstallerData/installer.zip
Jar Path : /tmp/install.dir.31074/InstallerData/installer.zip
DumpDebugInfo /opt/sc_8.2/SanoviInstaller_debug.txt
EVAL BEGINNING
installUnixJRE: the source VM tar: /tmp/install.dir.31074/Linux/resource/vm.tar
exists = true
installUnixJRE: the source VMRoot: /tmp/install.dir.31074/Linux/resource/jre
exists = true
installUnixJRE: the dest VMRoot: /opt/sc_8.2/jre
exists = true
#
# INSTALLING VM: /opt/sc_8.2/jre
#

installUnixJRE: Using new TAR technique...
Destination path for tar extraction (sans 'jre') =
/opt/sc_8.2

installUnixJRE: install shell script:
#!/bin/sh
echo "InstallUnixJRE Script begun..."
cd '/opt/sc_8.2/jre'
rm -rf *''
cd '/opt/sc_8.2'
tar xf '/tmp/install.dir.31074/Linux/resource/vm.tar'
chmod -R '775' '/opt/sc_8.2/jre'
echo "...InstallUnixJRE Script complete."
##### SCRIPT END ############

XMLScriptWriter: No Installation Objects were skipped
Retrying Installables deferred in pass 0
Deferral retries done because:
There were no deferrals in the last pass.

Installation Completed

 

0 Kudos
(0) Replies