linux安装数据时报错Could not execute auto check for display colors using command /usr/bin/xdpyinfo.
在redhat6.5上安装Oracle时,最后使用oracle用户执行runInstaller 报错如下,无法连接到安装有xmanager的windows服务器,也就无法图形化安装oracle
oracle@sjb] :./runInstaller
Starting Oracle Universal Installer... Checking Temp space: must be greater than MB. Actual MB Passed
Checking swap space: must be greater than MB. Actual MB Passed
Checking monitor: must be configured to display at least 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,
经过百度找到一个靠谱的解决方法,实验成功。如下首先检查服务器是否安装了xdpyinfo
[oracle@sjb] :/usr/bin/xdpyinfo
-bash: /usr/bin/xdpyinfo: No such file or directory ---发现并没有安装xdpyinfo
切换到root用户,安装xdpyinfo,需要安装的包很多,可见配置yum源的重要性。
[root@sjb ~]# yum -y install xdpyinfo
Loaded plugins: fastestmirror, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package xorg-x11-utils.x86_64 :7.5-.el6 will be installed
--> Processing Dependency: libxcb.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libxcb-shape.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libdmx.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXxf86vm.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXxf86misc.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXxf86dga.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXv.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXtst.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXrender.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXinerama.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXi.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libXext.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libX11.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Processing Dependency: libX11-xcb.so.()(64bit) for package: xorg-x11-utils-7.5-.el6.x86_64
--> Running transaction check
---> Package libX11.x86_64 :1.5.-.el6 will be installed
--> Processing Dependency: libX11-common = 1.5.-.el6 for package: libX11-1.5.-.el6.x86_64
---> Package libXext.x86_64 :1.3.-.el6 will be installed
---> Package libXi.x86_64 :1.6.-.el6 will be installed
---> Package libXinerama.x86_64 :1.1.-.el6 will be installed
---> Package libXrender.x86_64 :0.9.-.el6 will be installed
---> Package libXtst.x86_64 :1.2.-.el6 will be installed
---> Package libXv.x86_64 :1.0.-.el6 will be installed
---> Package libXxf86dga.x86_64 :1.1.-.el6 will be installed
---> Package libXxf86misc.x86_64 :1.0.-.el6 will be installed
---> Package libXxf86vm.x86_64 :1.1.-.el6 will be installed
---> Package libdmx.x86_64 :1.1.-.el6 will be installed
---> Package libxcb.x86_64 :1.8.-.el6 will be installed
--> Processing Dependency: libXau.so.()(64bit) for package: libxcb-1.8.-.el6.x86_64
--> Running transaction check
---> Package libX11-common.noarch :1.5.-.el6 will be installed
---> Package libXau.x86_64 :1.0.-.el6 will be installed
--> Finished Dependency Resolution Dependencies Resolved ================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
xorg-x11-utils x86_64 7.5-.el6 Server k
Installing for dependencies:
libX11 x86_64 1.5.-.el6 Server k
libX11-common noarch 1.5.-.el6 Server k
libXau x86_64 1.0.-.el6 Server k
libXext x86_64 1.3.-.el6 Server k
libXi x86_64 1.6.-.el6 Server k
libXinerama x86_64 1.1.-.el6 Server k
libXrender x86_64 0.9.-.el6 Server k
libXtst x86_64 1.2.-.el6 Server k
libXv x86_64 1.0.-.el6 Server k
libXxf86dga x86_64 1.1.-.el6 Server k
libXxf86misc x86_64 1.0.-.el6 Server k
libXxf86vm x86_64 1.1.-.el6 Server k
libdmx x86_64 1.1.-.el6 Server k
libxcb x86_64 1.8.-.el6 Server k Transaction Summary
================================================================================
Install Package(s) Total download size: 1.2 M
Installed size: 4.1 M
Downloading Packages:
--------------------------------------------------------------------------------
Total MB/s | 1.2 MB :
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : libX11-common-1.5.-.el6.noarch /
Installing : libXau-1.0.-.el6.x86_64 /
Installing : libxcb-1.8.-.el6.x86_64 /
Installing : libX11-1.5.-.el6.x86_64 /
Installing : libXext-1.3.-.el6.x86_64 /
Installing : libXi-1.6.-.el6.x86_64 /
Installing : libXtst-1.2.-.el6.x86_64 /
Installing : libXxf86vm-1.1.-.el6.x86_64 /
Installing : libXxf86misc-1.0.-.el6.x86_64 /
Installing : libXxf86dga-1.1.-.el6.x86_64 /
Installing : libXinerama-1.1.-.el6.x86_64 /
Installing : libdmx-1.1.-.el6.x86_64 /
Installing : libXv-1.0.-.el6.x86_64 /
Installing : libXrender-0.9.-.el6.x86_64 /
Installing : xorg-x11-utils-7.5-.el6.x86_64 /
Verifying : libXrender-0.9.-.el6.x86_64 /
Verifying : libXau-1.0.-.el6.x86_64 /
Verifying : xorg-x11-utils-7.5-.el6.x86_64 /
Verifying : libXxf86vm-1.1.-.el6.x86_64 /
Verifying : libXxf86misc-1.0.-.el6.x86_64 /
Verifying : libXi-1.6.-.el6.x86_64 /
Verifying : libX11-common-1.5.-.el6.noarch /
Verifying : libXxf86dga-1.1.-.el6.x86_64 /
Verifying : libXext-1.3.-.el6.x86_64 /
Verifying : libxcb-1.8.-.el6.x86_64 /
Verifying : libXinerama-1.1.-.el6.x86_64 /
Verifying : libdmx-1.1.-.el6.x86_64 /
Verifying : libX11-1.5.-.el6.x86_64 /
Verifying : libXv-1.0.-.el6.x86_64 /
Verifying : libXtst-1.2.-.el6.x86_64 / Installed:
xorg-x11-utils.x86_64 :7.5-.el6 Dependency Installed:
libX11.x86_64 :1.5.-.el6 libX11-common.noarch :1.5.-.el6
libXau.x86_64 :1.0.-.el6 libXext.x86_64 :1.3.-.el6
libXi.x86_64 :1.6.-.el6 libXinerama.x86_64 :1.1.-.el6
libXrender.x86_64 :0.9.-.el6 libXtst.x86_64 :1.2.-.el6
libXv.x86_64 :1.0.-.el6 libXxf86dga.x86_64 :1.1.-.el6
libXxf86misc.x86_64 :1.0.-.el6 libXxf86vm.x86_64 :1.1.-.el6
libdmx.x86_64 :1.1.-.el6 libxcb.x86_64 :1.8.-.el6 Complete!
安装完成后,再执行数据库安装脚本,一切OK。
[oracle@sjb] :./runInstaller
Starting Oracle Universal Installer... Checking Temp space: must be greater than MB. Actual MB Passed
Checking swap space: must be greater than MB. Actual MB Passed
Checking monitor: must be configured to display at least colors. Actual Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2019--31_04--55PM. Please wait ...[oracle@sjb] :You can find the log of this install session at:
/u01/app/oraInventory/logs/installActions2019--31_04--55PM.log
感谢链接https://www.linuxidc.com/Linux/2018-09/154217.htm
linux安装数据时报错Could not execute auto check for display colors using command /usr/bin/xdpyinfo.的更多相关文章
- 图形化界面安装oracle报错Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.
问题描述: 在Linux + oracle 安装时,采有root 帐号登录x-windows 界面,然后 $su oracle 登录录安装Oracle 报以下错误: >>> Coul ...
- (转)Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPL
转自:http://blog.csdn.net/huashnag/article/details/9357517 Starting Oracle Universal Installer... Chec ...
- Could not execute auto check for display colors using command /usr/bin/xdpyinfo.(
Steps to resolve this issue: 1) login into root user( su -l root) 2) execute this command : xhost +S ...
- 关于Linux下安装Oracle时报错:out of memory的问题分析说明
一.说明 在Oracle安装过程中,可能遇到out of memory这种错误,这是由于系统内存不足导致!我们可以通过加内存的方式解决! 而如果是另一种情况呢: 例如我在主机上装了两个Oracle服务 ...
- Linux 安装软件报错 Sub-process /usr/bin/dpkg returned an error code (1)
Linux 通过 apt-get 安装软件时报错,换一个软件安装也一样. Errors were encountered while processing: blueman E: Sub-proces ...
- CentOS6.5安装readline时报错:/usr/bin/ld : cannot find -lncurses
CentOS6.5安装readline时报错:/usr/bin/ld : cannot find -lncurses 解决方法: 安装ncurses-devel,输入命令: #yum install ...
- c#保存datagridview中的数据时报错 “动态SQL生成失败。找不到关键信息”
ilovejinglei 原文 C#中保存datagridview中的数据时报错"动态SQL生成失败.找不到关键信息" 问题描述 相关代码 using System; us ...
- 安装tcpreplay时报错:configure: error: libdnet not found
安装tcpreplay时报错configure: error: libdnet not found 解决方法: 下载包libdnet-1.8.tar.gz并安装,依次执行: ./configure m ...
- 安装 node-sass 时报错
在安装 node-sass 时报错,截图如下 解决方法如下: npm install --save node-sass --registry=https://registry.npm.taobao.o ...
随机推荐
- B. Magic Stick
题目:魔法棒 题意:可以对一个正数进行变换,如果数字是偶数,那么它可以变成3 * a / 2 如果这个数大于1,那么它可以变成a - 1 有两个数x和y,询问是否可以通过这些操作从x变成y,输出YES ...
- 【Gitlab】371- GitLab从安装到全自动化备份一条龙
原文地址[1]欢迎star 需求 1.在新服务器上安装并搭建好gitlab2.手动+自动将旧服务器上的gitlab备份3.手动+自动将gitlab备份包scp到新服务器上4.手动+自动恢复新服务器上的 ...
- kubernetes-集群构建
本实验参考:https://github.com/gjmzj/kubeasz kubernetes官方github地址 https://github.com/kubernetes/kubernetes ...
- 【RabbitMQ】使用学习
[RabbitMQ]使用学习 转载: ============================================================= =================== ...
- 如何使用Jmeter进行压力测试
Jmeter做压力测试的操作:Jmeter不仅可以做接口测试,还可以做压力测试,下面介绍介绍如何jmeter进行简单地压力测试.具体步骤如下: 第一步:添加请求,这里不介绍具体步骤,详见(https: ...
- webpack打包出现WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. 错误
打包运行的时候出现以下错误 WARNING in configurationThe 'mode' option has not been set, webpack will fallback to ' ...
- ElasticSearch 时间格式
"datetime": { "type": "date", "format": "yyyy-MM-dd HH: ...
- Tomcat系列(二)- EndPoint源码解析
在上一节中我们描述了Tomcat的整体架构, 我们知道了Tomcat分为两个大组件,一个连接器和一个容器. 而我们这次要讲的 EndPoint的组件就是属于连接器里面的. 它是一个通信的端点,就是负责 ...
- 敏捷:你能区分DevOps中的“集成、部署、交付、上线、发布”吗?
在DevOps中,你可能经常会听到类似这样的一些话: 功能还没集成进来. 功能还没部署上去. 功能还没交付. 功能还没上线. 功能还没发布. 请问,以上“集成”.“部署”. “交付”.“上线”.“发布 ...
- docker网络配置
Docker网络配置 Docker网络模式介绍 Docker在创建容器时有四种网络模式:bridge/host/container/none,bridge为默认不需要用--net去指定,其他三种模式需 ...