DB_VERSION:opengauss 3.0.3

1.[GAUSS-51632]
[GAUSS-51632] : Failed to do gs_sshexkey.Error: Please enter password for current user[root].

Error: Failed to register other ssh-agent,output is [Failed to ssh-add perform.Error: /root/.ssh/./ssh-agent.sh: line 18: expect: command not found]
reslove:
解决方案:需要在三个节点上都部署好相关依赖包,单个节点依赖包不全可能会导致预安装不通过
yum install -y java-1.8.0-openjdk* psmisc* bzip2*
yum install -y python3-devel* python3* lksctp*

yum install -y yum install -y libaio-devel* flex* bison* ncurses-devel* glibc-devel* patch* readline-devel* redhat-lsb-core* expect* ntp*
2.[GAUSS-52200]
[GAUSS-52200] : Unable to import module: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory.
reslove:

再次执行预执行时会因前一次预执行已创建了一些目录和文件,会导致失败。可参照xml文件,将除/opt/software/openGauss之外的其它目录和文件

3.[GAUSS-51400]
[GAUSS-51400] : Failed to execute the command: rm -rf '/tmp/step_preinstall_file.dat'. Result:{'opengauss-node1': 'Failure', 'opengauss-node2': 'Failure'}.
Error:
[FAILURE] opengauss-node1:
[FAILURE] opengauss-node2:
reslove:
重新编译python,或者在其它已编译该python版本环境将libpython3.6m.so.1.0拷贝到当前服务器/usr/lib64 目录下
并在/etc/profile里执行 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/python3/bin,并source /etc/profile生效
4.[GAUSS-51806]
[GAUSS-51806] : "The cluster has been installed."
reslove:
检查omm用户下的.bashrc文件中$GAUSS_ENV环境变量的值是否为2,如果是2就注释掉
GAUSS_ENV = 1 indicates successful pre-installation 表示预安装成功
GAUSS_ENV = 2 indicates successful installation 表示数据库已经安装成功
5.如果因为python环境变量原因无法执行gs_preinstall,可以这样执行:python3 /opt/software/openGauss/script/gs_preinstall -U omm -G dbgrp -X /opt/software/openGauss/clusterconfig.xml

最新文章

  1. 【容器云】十分钟快速构建 Influxdb+cadvisor+grafana 监控
  2. 15天玩转redis —— 第九篇 发布/订阅模式
  3. angularjs ng-option ie issue解决方案
  4. JS工具
  5. window计划任务
  6. [Java] java中的异常处理
  7. SQL 多条件查询
  8. 使用 环境变量 来配置批量配置apache
  9. 文字列表无缝向上滚动JavaScript代码
  10. boost在windows下的编译(vs2010)
  11. MVC验证03-自定义验证规则、禁止输入某些值
  12. c# PictureBox 的图像上使用鼠标画矩形框
  13. X11 五子棋
  14. 基于M9K块配置ROM的LCD12864图片显示实验
  15. ORACLE 启动过程
  16. shell 中的特殊变量
  17. JavaScript类型相关常用操作
  18. Zabbix11.3 Zabbix SNMP 常用OID列表
  19. Oracle单机Rman笔记[1]---环境准备
  20. mybatis的mapper.xml使用parameterType使用的报错

热门文章

  1. [CSS]使用JS改变元素位置,操作css比较困难时,可更换元素的类名
  2. Linux 看进程的线程数
  3. leecode 19 快慢指针
  4. python_列表和元组的转换
  5. #ifdef _WIN32 #ifdef _WIN64
  6. 在Unity3D中开发的Hologram Shader
  7. java mybatisplus+springboot服务器跨域问题
  8. DevOps Gitlab环境部署
  9. 项目实训 DAY 13
  10. 配置Nginx 反向代理 + go在windows 环境下编译运行在linux的文件