openGauss学习笔记-131 openGauss 数据库运维-启停openGauss

文章目录

    • openGauss学习笔记-131 openGauss 数据库运维-启停openGauss
      • 131.1 启动openGauss
      • 131.2 停止openGauss
      • 131.3 示例
        • 131.3.1 启动openGauss
        • 131.3.2 停止openGauss
      • 131.4 错误排查

openGauss学习笔记-131 openGauss 数据库运维-启停openGauss

131.1 启动openGauss

  1. 以操作系统用户omm登录数据库主节点。

  2. 使用以下命令启动openGauss。

    gs_om -t start
    

    img 说明: 双机启动必须以双机模式启动,若中间过程以单机模式启动,则必须修复才能恢复双机关系,用gs_ctl build进行修复,gs_ctl的使用方法请参见《工具与命令参考》中“系统内部命令 > gs_ctl”章节。

131.2 停止openGauss

  1. 以操作系统用户omm登录数据库主节点。

  2. 使用以下命令停止openGauss。

    gs_om -t stop
    

    img 说明: 启停节点及AZ的操作请参见《工具与命令参考》中“服务端工具 > gs_om”章节。

131.3 示例

131.3.1 启动openGauss
gs_om -t start
Starting cluster.
=========================================
=========================================
Successfully started.
131.3.2 停止openGauss
gs_om -t stop
Stopping cluster.
=========================================
Successfully stopped cluster.
=========================================
End stop cluster.

131.4 错误排查

如果启动openGauss或者停止openGauss服务失败,请根据日志文件中的日志信息排查错误,参见日志参考

如果是超时导致启动失败,可以执行如下命令,设置启动超时时间,默认超时时间为300s。

gs_om -t start --time-out=300

点赞,你的认可是我创作的动力!

⭐️ 收藏,你的青睐是我努力的方向!

✏️ 评论,你的意见是我进步的财富!

openGauss学习笔记-131 openGauss 数据库运维-启停openGauss_第1张图片

你可能感兴趣的:(openGauss学习笔记,openGauss,国产数据库,开源数据库,数据库,RDBMS)