暂无图片
安装openGauss 报错-bash: ulimit: open files: cannot modify limit: Operation not permitted
我来答
分享
shunwahⓂ️
2023-07-16
安装openGauss 报错-bash: ulimit: open files: cannot modify limit: Operation not permitted

各位大佬,执行第三步总是报错?请教大家是什么问题?

1.使用普通用户登录到openGauss包安装的主机,解压openGauss压缩包到安装目录。

tar -jxf openGauss-x.x.x-openEuler-64bit.tar.bz2 -C /opt/software/openGauss
2.假定解压包的路径为/opt/software/openGauss,进入解压后目录下的simpleInstall。

cd /opt/software/openGauss/simpleInstall
3.执行install.sh脚本安装openGauss。

sh install.sh -w “xxxx” &&source ~/.bashrc

执行第三步总是报错?请教大家是什么问题?

[omm@master1 simpleInstall]$ sh install.sh -w “Kunpeng@0715” &&source ~/.bashrc
[step 1]: check parameter
[step 2]: check install env and os setting
[step 3]: change_gausshome_owner
[step 4]: set environment variables

/home/omm/.bashrc: line 16: ulimit: open files: cannot modify limit: Operation not permitted
[step 6]: init datanode
install.sh: line 223: /opt/software/openGauss/bin/gs_initdb: cannot execute binary file
[step 7]: start datanode
install.sh: line 229: /opt/software/openGauss/bin/gs_ctl: cannot execute binary file
import sql file
Would you like to create a demo database (yes/no)? yes
Load demoDB [school,finance] success.
[complete successfully]: You can start or stop the database server using:
gs_ctl start|stop|restart -D $GAUSSHOME/data/single_node -Z single_node

-bash: ulimit: open files: cannot modify limit: Operation not permitted
[omm@master1 simpleInstall]$

用这个方法不太行
image.png

我来答
添加附件
收藏
分享
问题补充
1条回答
默认
最新
redgame
查权限,安装的相关目录
暂无图片 评论
暂无图片 有用 0
打赏 0
回答交流
Markdown


请输入正文
提交
相关推荐
openGauss 列存储表写入有些慢,怎么处理?
回答 1
如果在openGauss中列存储表的写入速度较慢,您可以尝试以下方法来处理:1.调整写入批处理大小:增加每次写入的批处理大小,可以减少写入操作的次数,从而提高写入速度。可以通过调整bulkinsert
openGauss数据库的SQL分析器是基于什么因素来区分路径优劣的?
回答 1
优化器针对某个SQL语句获得其最优的执行路径,枚举不同的候选的执行路径,这些执行路径互相等价,但是执行效率不同,分布计算它们的执行代价,最终可以获得一个最优的执行路径。
opengauss在postgresql.conf里加behavior_compat_options='skip_insert_gs_source'是什么意思?
回答 1
behaviorcompatoptions数据库兼容性行为配置项,该参数的值由若干个配置项用逗号隔开构成,默认值为空,当behaviorcompatoptions'skipinsertgssource
openGauss在向量化引擎结合SIMD上有哪些特性?
回答 1
openGauss在SIMD方面有一系列向量化优化机制,使用了大多数SIMD指令进行编译优化(例如sonichashagg和sonichashjoin)。可以参看openGauss向量化优化代码了解详
飞腾的CPU我这得咋装opengauss?
回答 2
是的,目前飞腾的CPU还不支持
源码编译
回答 1
源码编译有什么问题呢?可以参考openGauss安装
opengauss 是否支持pgrouting?
回答 1
不支持的,测试过了
OpenGauss 安装报 GAUSS-51400 错误
回答 2
已采纳
可以用PTK安装试试https://docs.mogdb.io/zh/ptk/v0.8/usageinstall写好配置文件,然后在安装时指定opengauss的安装包即可ptkinstallfcon
opengauss 使用 gs_install 安装时 进程hang住了
回答 7
已采纳
感觉gsinstall这个命令有问题,在script目录下,加上权限调用,也不行。
shardingsphere-proxy 启动不正常
回答 3
我把版本回退到5.1.2了但是还是启动不了