给openGauss V6.0加上闪电的翅膀,5分钟完成单节点部署
openGauss V6.0的部署还是有点复杂,复杂度可以和Oracle数据库媲美了。和DB2、PosrgreSQL、MySQL部署的简单性差远了。
在人工智能的辅助下,我完成了一个5分钟完成单节点安装部署的一键安装脚本。
[root@lab6 work]# cat /etc/system-release
openEuler release 22.03 (LTS-SP4)
[root@lab6 work]# cat opengauss-one.shell
echo "mkdir -p /software/opengauss"
source /work/config-yum.shell
echo "after run this shell,the machine will be reboot"
source /work/prepare-env.shell
echo "reboot"
mount /software/os/openEuler-22.03-LTS-SP4-everything-x86_64-dvd.iso /iso
source /work/create-xml.shell
echo "Are you sure you want to create the user[omm] (yes/no)? no"
source /work/gs_preinstall.shell
echo "Please enter password for database:***********"
source /work/gs_install.shell
source /work/install-test.shell
source /work/create-user.shell
source /work/create-db.shell
source /work/config-client-connection.shell
source /work/restart-server.shell
[root@lab6 work]#
下一步 我将解决openGauss TPC-C测试的问题,我希望openGauss TPC-C测试步骤足够简单。
鲲鹏昇腾开发者社区是面向全社会开放的“联接全球计算开发者,聚合华为+生态”的社区,内容涵盖鲲鹏、昇腾资源,帮助开发者快速获取所需的知识、经验、软件、工具、算力,支撑开发者易学、好用、成功,成为核心开发者。
更多推荐


所有评论(0)