openguass安装报错IGAUss 52704]
[root@ogserver script]# ./gs_preinstall -U omm -G dbgrp -X /home/omm/cluster_config.xml
Parsing the configuration file.
Successfully parsed the configuration file.
[GAUSS-52704] : Failed to check the preinstall repeat condition.gaussdbToolPath [/opt/openGauss/install/om] is not same with environment[/home/ogdata/enmo/wisequery]
之前安装过有问题卸载了,命令无法卸载删除文件,清理了 /etc/profile里面的openGauss相关的配置项基本
重新安装报错
openguass安装报错IGAUss 52704]
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
小野3302 2024-12-04 13:02关注1.删除用户后重新建omm
删除
userdel -r omm
rm -rf /home/omm
新建
useradd -u 1000 omm -g dbgrp
echo "密码" | passwd omm --stdin
2.更改配置文件路径重新安装
./gs_preinstall -U omm -G dbgrp -X /root/cluster_config.xml解决 无用评论 打赏 举报