In my REHL server I'm going to install WebLogic server, But while the installation it shows the following,
Launcher log file is /tmp/OraInstall2014-12-03_01-46-31AM/launcher2014-12-03_01-46-31AM.log.
Extracting files.............. Starting Oracle Universal Installer
Checking if CPU speed is above 300 MHz. Actual 1997.386 MHz Passed Checking monitor: must be configured to display at least 256 colors. DISPLAY environment variable not set. Failed <<<< Checking swap space: must be greater than 512 MB. Actual 4145148 MB Passed Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required) Checking temp space: must be greater than 300 MB. Actual 953 MB Passed
Some system prerequisite checks failed. You must fulfill these requirements before continuing with the installation.
Continue? (yes [y] / no [n]) [n]
Then I tried install with console mode using the following command,
java -jar fmw_12.1.3.0.0_wls.jar -mode=console
But it says,
Invalid argument(s): -mode=console
So can anyone help me to install the WebLogic server using console mode? Any help would be greatly appreciated.
Thank You.
It would appear that the interactive console mode of installation has been taken out in this version (it was still there in 12.1.1). The main documentation page here now only mentions this example of running the installer which will attempts to start a graphical UI ...
However, silent mode is still supported. To install weblogic in the mode, you need to supply a response file containing the values for all the options you would previously have entered as you were going along. Rather unhelpfully, the documentation suggests generating the initial version of this by running the graphical installer!
The only real questions it asks is for an Oracle Home directory and what type of installation you want to do (WebLogic Server, Coherence, Complete with Examples). This is what I got for a WebLogic Server install in c:\oracle2 without a link to Oracle support for updates ...