您的位置:首页 > 数据库 > Oracle

基于CentOS与VmwareStation10搭建Oracle11G RAC 64集群环境:4.安装Oracle RAC FAQ-4.4.无法图形化安装Grid Infrastructure

2014-10-23 17:03 1421 查看
无法图形化安装:

[grid@linuxrac1 grid]$ ./runInstaller

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB. Actual 15122 MB Passed

Checking swap space: must be greater than 150 MB. Actual 5945 MB Passed

Checking monitor: must be configured to display at least 256 colors

>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<

Some requirement checks failed. You must fulfill these requirements before

continuing with the installation,

Continue? (y/n)
y

>>> Ignoring required pre-requisite failures. Continuing...

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-09-25_11-49-23PM. Please wait ...

DISPLAY not set. Please set the DISPLAY and try again.

Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:

- For csh: % setenv DISPLAY 192.168.1.128:0.0

- For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY

Use the following command to see what shell is being used:

echo $SHELL

Use the following command to view the current DISPLAY environment variable setting:

echo $DISPLAY

- Make sure that client users are authorized to connect to the X Server.

To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:

% xhost +

To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':

% <full path to xclock.. see below>

If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further

assistance.

Typical path for xclock: /usr/X11R6/bin/xclock

2.通过Xmanager实现图形化安装

1)第一种:通过Xmanager passive实现:

a).首先在本机安装Xmanager,我这里安装的是Xmanager4。安装方法跟普通软件一样,除了要输入SN号那里输入下(101210-450789-147200),其他的一直点下一步即可。

b).安装完后,打开xmanager里面的passive

c).远程登录到“需要使用图形界面软件的终端”,执行如下命令

[grid@ linuxrac1 ~]$ export DISPLAY=10.10.97.168:0.0 #设置输出到哪个机器,就填写该机器IP

[grid @ linuxrac1~]$ xhost +

access control disabled, clients can connectfrom any host

注意:执行xhost +后,会告诉你“访问控制已关闭,可从任何地方的客户端连接”

2)Xbrowser 实现

Xbrowser 使用协议通过图形化桌面远程连接到linux,xftp使用SSH协议传送文件到linux服务器,xshell通过SSH终端协议连接到linux进行字符界面管理,Xstart通过xstart sample 图形化界面连接到linux。

Xbrower服务配置:

a).编辑设置文件: vi /etc/gdm/custom.conf ,修改为如下所示:

[root@ linuxrac1 ~]$ vi /etc/gdm/custom.conf

[security]

AllowRemoteRoot=true #允许root登陆

[xdmcp]

Enable=true #开启xdcmp服务

Port=177 #指定服务端口

b).调整开机启动级别:vi /etc/inittab ,将默认启动级别改为5,即默认从图像化界面启动,若已经是5,则不需要修改。

[root@ linuxrac1 ~]$ vi /etc/inittab

id:5 initdefault;

c).然后,重启服务器:reboot

[root@ linuxrac1 ~]$ reboot

d).重启后,验证服务是否开启

[root@ linuxrac1 ~]$lsof-i:177

e).使用Xbrower登陆

基于CentOS与VmwareStation10搭建Oracle11G RAC 64集群环境所有链接:

1.资源准备
/article/4863357.html

2.搭建环境-2.1创建虚拟机
/article/4863358.html

2.搭建环境-2.2安装操作系统CentOS5.4
/article/4863359.html

2.搭建环境-2.3配置共享磁盘
/article/4863360.html

2.搭建环境-2.4. 安装JDK
/article/4863361.html

2.搭建环境-2.5. 配置网络
/article/4863362.html

2.搭建环境-2.6. 安装Oracle所依赖的必要包
/article/4863363.html

2.搭建环境-2.7. 配置资源与参数
/article/4863364.html

2.搭建环境-2.8. 配置用户环境
/article/4863365.html

2.搭建环境-2.9. 配置用户等效性(可选项)
/article/4863366.html

2.搭建环境-2.10.配置用户NTF服务
/article/4863367.html

3.安装Oracle RAC-3.1.安装并配置ASM驱动
/article/4863368.html

3.安装Oracle RAC-3.2.安装 cvuqdisk 软件包
/article/4863369.html

3.安装Oracle RAC-3.3.安装前检查
/article/4863370.html

3.安装Oracle RAC-3.4.安装Grid Infrastructure
/article/4863371.html

3.安装Oracle RAC-3.5.安装oracle11gr2 database 软件与创建数据库
/article/4863372.html

3.安装Oracle RAC-3.6.集群管理命令
/article/4863373.html

4.安装Oracle RAC FAQ-4.1.系统界面报错Gnome
/article/4863356.html

4.安装Oracle RAC FAQ-4.2.Oracleasm Createdisk ASM磁盘失败:Instantiating disk: failed
/article/4863351.html

4.安装Oracle RAC FAQ-4.3.Oracle 集群节点间连通失败
/article/4863352.html

4.安装Oracle RAC FAQ-4.4.无法图形化安装Grid Infrastructure
/article/4863353.html

4.安装Oracle RAC FAQ-4.5.安装Grid,创建ASM磁盘组空间不足
/article/4863354.html

4.安装Oracle RAC FAQ-4.6.重新配置与缷载11R2 Grid Infrastructure
/article/4863355.html

4.安装Oracle RAC FAQ-4.7.Oracle 11G R2 RAC修改public网络IP
/article/4863374.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐