Installation 如何在RHEL中使用控制台模式安装WebLogic server?

Installation 如何在RHEL中使用控制台模式安装WebLogic server?,installation,weblogic,rhel,rhel6,Installation,Weblogic,Rhel,Rhel6,在我的REHL服务器中,我将安装WebLogic服务器,但在安装过程中,它显示了以下内容: 正在提取文件。。。。。。。。。。。。。。 正在启动Oracle Universal Installer 检查CPU速度是否高于300 MHz。实际通过1997.386兆赫 检查监视器:必须配置为显示至少256色。未设置显示环境变量。失败此版本中的交互式控制台安装模式似乎已取消(在12.1.1中仍然存在)。主文档页现在只提到运行安装程序的示例,它将尝试启动图形用户界面 /home/Oracle/jdk7_

在我的REHL服务器中,我将安装WebLogic服务器,但在安装过程中,它显示了以下内容:


正在提取文件。。。。。。。。。。。。。。 正在启动Oracle Universal Installer

检查CPU速度是否高于300 MHz。实际通过1997.386兆赫
检查监视器:必须配置为显示至少256色。未设置显示环境变量。失败此版本中的交互式控制台安装模式似乎已取消(在12.1.1中仍然存在)。主文档页现在只提到运行安装程序的示例,它将尝试启动图形用户界面

/home/Oracle/jdk7_51/jdk1.7.0_51/bin/java -jar fmw_12.1.3.0.0_wls.jar
但是,仍然支持。要在该模式下安装weblogic,您需要提供一个响应文件,其中包含您之前在执行过程中输入的所有选项的值。文档建议通过运行图形安装程序来生成此文件的初始版本,这是毫无帮助的

1. Run your product's graphical installer or deinstaller, 
   as described in your product installation guide.

2. For product installation, on the Installation Summary screen, 
   click Save Response File to save your installation parameters to a response file.
它提出的唯一真正的问题是Oracle主目录,以及您希望进行的安装类型(WebLogic Server,Coherence,附示例)。这是我在c:\oracle2中安装WebLogic服务器时得到的,没有指向Oracle更新支持的链接

[ENGINE]

#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0

[GENERIC]

#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=c:\oracle2

#Set this variable value to the Installation Type selected. e.g. WebLogic Server, Coherence, Complete with Examples.
INSTALL_TYPE=WebLogic Server

#Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
MYORACLESUPPORT_USERNAME=

#Provide the My Oracle Support Password
MYORACLESUPPORT_PASSWORD=<SECURE VALUE>

#Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
DECLINE_SECURITY_UPDATES=true

#Set this to true if My Oracle Support Password is specified
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false

#Provide the Proxy Host
PROXY_HOST=

#Provide the Proxy Port
PROXY_PORT=

#Provide the Proxy Username
PROXY_USER=

#Provide the Proxy Password
PROXY_PWD=<SECURE VALUE>

#Type String (URL format) Indicates the OCM Repeater URL which should be of the format [scheme[Http/Https]]://[repeater host]:[repeater port]
COLLECTOR_SUPPORTHUB_URL=
[引擎]
#不要改变这个。
响应文件版本=1.0.0.0.0
[通用]
#oracle主位置。这可以是现有的Oracle主页,也可以是新的Oracle主页
ORACLE\u HOME=c:\oracle2
#将此变量值设置为所选的安装类型。e、 g.WebLogic服务器,一致性,附有示例。
安装类型=WebLogic服务器
#提供我的Oracle支持用户名。如果希望忽略Oracle Configuration Manager配置,请为用户名提供空字符串。
MYORACLESUPPORT\u用户名=
#提供我的Oracle支持密码
MYORACLESUPPORT\u密码=
#如果要拒绝安全更新,请将此设置为true。将此设置为true并为我的Oracle支持用户名提供空字符串将忽略Oracle Configuration Manager配置
拒绝\u安全\u更新=真
#如果指定了我的Oracle支持密码,则将此设置为true
安全\u通过\u MYORACLESUPPORT\u更新\u=false
#提供代理主机
代理主机=
#提供代理端口
代理端口=
#提供代理用户名
代理用户=
#提供代理密码
委托书=
#类型字符串(URL格式)表示OCM转发器URL,其格式应为[方案[Http/Https]]://[转发器主机]:[转发器端口]
收集器\u支持中心\u URL=

仍然适用于12.2.1.2.0;必须使用
-silent
安装。例如
java-jar-fmw_12.2.1.2.0_wls.jar-silent-responseFile/home/oracle/response/wls.rsp-invPtrLoc/home/oracle/inventory/oraInst.loc
1. Run your product's graphical installer or deinstaller, 
   as described in your product installation guide.

2. For product installation, on the Installation Summary screen, 
   click Save Response File to save your installation parameters to a response file.
[ENGINE]

#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0

[GENERIC]

#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=c:\oracle2

#Set this variable value to the Installation Type selected. e.g. WebLogic Server, Coherence, Complete with Examples.
INSTALL_TYPE=WebLogic Server

#Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
MYORACLESUPPORT_USERNAME=

#Provide the My Oracle Support Password
MYORACLESUPPORT_PASSWORD=<SECURE VALUE>

#Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
DECLINE_SECURITY_UPDATES=true

#Set this to true if My Oracle Support Password is specified
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false

#Provide the Proxy Host
PROXY_HOST=

#Provide the Proxy Port
PROXY_PORT=

#Provide the Proxy Username
PROXY_USER=

#Provide the Proxy Password
PROXY_PWD=<SECURE VALUE>

#Type String (URL format) Indicates the OCM Repeater URL which should be of the format [scheme[Http/Https]]://[repeater host]:[repeater port]
COLLECTOR_SUPPORTHUB_URL=