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 ...
随机推荐
- 针对tomcat中startup启动服务器闪退的情况
1.要保证你配置jdk环境变量无误:java环境变量配置详解. 2. 3.在环境变量中设置CATALINA_HOME:
- (重点)Python深入之Python内存管理机制你会吗?
前言本文的文字及图片来源于网络,仅供学习.交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理.作者:醍醐三叶 请注意:如果你平时学Python遇到问题找不到人解答?或者没有 ...
- GitHub Actions 完成CI CD
在之前我的部署.版本控制.CI.CD都是在Jenkins 下来完成的 在前几天看到github上的一个新玩具actions,简直惊为天人 它能在你的仓库触发事件(Push,Pull,issue,... ...
- 21.跨域和CORS
一 跨域 同源策略(Same origin policy)是一种约定,它是浏览器最核心也最基本的安全功能,如果缺少了同源策略,则浏览器的正常功能可能都会受到影响.可以说Web是构建在同源策略基础之上的 ...
- 大数据学习笔记——HDFS写入过程源码分析(2)
HDFS写入过程注释解读 & 源码分析 此篇博客承接上一篇未讲完的内容,将会着重分析一下在Namenode获取到元数据后,具体是如何向datanode节点写入真实的数据的 1. 框架图展示 在 ...
- node+express 配置安装以及数据解析,cookie,session
一.express安装,创建服务 (1)安装:npm install express --save(2)创建服务 server.js: const express = require('express ...
- dev gridcontrol简单的动态设置动态表头
1)使用BandedGridView控件(此处演示BandedGridView控件包含8个列)2)往BandedGridView控件里添加GridBand控件(此处演示添加了4个) 3)///设置添加 ...
- 《Java数据结构》链表结构(单向链表,双向链表)
单向链表(单链表)是链表的一种,其特点是链表的链接方向是单向的,对链表的访问要通过顺序读取从头部开始:链表是使用指针进行构造的列表:又称为结点列表,因为链表是由一个个结点组装起来的:其中每个结点都有指 ...
- pip和conda添加国内清华镜像源(亲测有效)
文章目录 pip和conda 添加国内清华镜像 1. pip源更改: 2. conda源更改: pip和conda 添加国内清华镜像 python模块安装,使用国内源可以提高下载速度. 1. pip源 ...
- tune kubernetes eviction parameter
Highlight 本文会介绍kubernetes中关于集群驱逐的相关参数, 合理设置驱逐速率的考虑因素, 但是不会涉及node层面资源的驱逐阈值的设置. Basic 在kubernetes中, 如果 ...