反复安装了很多次 都是报这个问题,求大佬帮忙看一下
系统版本:
openEuler22.03
openEuler23.03
安装:
[omm@bogon simpleInstall]$ sh install.sh -w ws949368227SONG -p 10086
[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 11: ulimit: open files: cannot modify limit: Operation not permitted
[step 6]: init datanode
install.sh: line 215: /opt/software/openGauss/bin/gs_initdb: cannot execute binary file: Exec format error
sed: can't read /opt/software/openGauss/data/single_node/postgresql.conf: No such file or directory
[step 7]: start datanode
install.sh: line 221: /opt/software/openGauss/bin/gs_ctl: cannot execute binary file: Exec format error
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
验证:
[omm@bogon simpleInstall]$ ps ux | grep gaussdb
omm 2492 0.0 0.0 21972 2028 pts/1 S+ 03:37 0:00 grep --color=auto gaussdb
[omm@bogon simpleInstall]$ gs_ctl query -D /opt/software/openGauss/data/single_node
-bash: /opt/software/openGauss/bin/gs_ctl: cannot execute binary file: Exec format error