成都網(wǎng)站制作成都網(wǎng)站制作項(xiàng)目外包平臺(tái)
文章目錄
- openGauss學(xué)習(xí)筆記-146 openGauss 數(shù)據(jù)庫(kù)運(yùn)維-備份與恢復(fù)-配置文件的備份與恢復(fù)
- 146.1 背景信息
- 146.2 前置條件
- 146.3 操作步驟
- 146.4 示例
openGauss學(xué)習(xí)筆記-146 openGauss 數(shù)據(jù)庫(kù)運(yùn)維-備份與恢復(fù)-配置文件的備份與恢復(fù)
146.1 背景信息
在openGauss使用過(guò)程中,如果靜態(tài)配置文件無(wú)意損壞后,會(huì)影響openGauss感知openGauss拓?fù)浣Y(jié)構(gòu)和主備關(guān)系。使用gs_om工具生成的靜態(tài)配置文件,可以替換已經(jīng)損壞的配置文件,保證openGauss的正常運(yùn)行。
146.2 前置條件
無(wú)。
146.3 操作步驟
-
以操作系統(tǒng)用戶(hù)omm登錄數(shù)據(jù)庫(kù)主節(jié)點(diǎn)。
-
執(zhí)行如下命令會(huì)在本服務(wù)器指定目錄下生成配置文件。
gs_om -t generateconf -X /opt/software/openGauss/clusterconfig.xml --distribute
/opt/software/openGauss/clusterconfig.xml為openGauss安裝時(shí)的XML配置文件。
說(shuō)明:
- 執(zhí)行命令后,日志信息中會(huì)有新文件的存放的目錄。以一主兩備環(huán)境為例,打開(kāi)新文件存放目錄,會(huì)出現(xiàn)3個(gè)以主機(jī)名命名的配置文件,需要用這3個(gè)文件分別替換對(duì)應(yīng)主機(jī)的配置文件。
- 若不使用–distribute參數(shù),需執(zhí)行步驟3將靜態(tài)配置文件分配到對(duì)應(yīng)節(jié)點(diǎn);若使用–distribute參數(shù),則會(huì)將生成的靜態(tài)配置文件自動(dòng)分配到對(duì)應(yīng)節(jié)點(diǎn),無(wú)需執(zhí)行步驟3。
-
(可選)分別替換3臺(tái)主機(jī)的/opt/gaussdb/app/bin目錄下?lián)p壞的靜態(tài)配置文件。
這里以其中一臺(tái)主機(jī)為例進(jìn)行介紹。
mv /opt/huawei/wisequery/script/static_config_files/cluster_static_config_SIA1000056771 /opt/gaussdb/app/bin/cluster_static_config
146.4 示例
在openGauss中的任意主機(jī)上執(zhí)行如下命令,生成配置文件:
gs_om -t generateconf -X /opt/software/openGauss/clusterconfig.xml --distribute
Generating static configuration files for all nodes.
Creating temp directory to store static configuration files.
Successfully created the temp directory.
Generating static configuration files.
Successfully generated static configuration files.
Static configuration files for all nodes are saved in /opt/huawei/Bigdata/mppdb/wisequery/script/static_config_files.
Distributing static configuration files to all nodes.
Successfully distributed static configuration files.
打開(kāi)生成的配置文件目錄,會(huì)看到新生成的3個(gè)文件:
cd /opt/huawei/Bigdata/mppdb/wisequery/script/static_config_files
ll
total 456
-rwxr-xr-x 1 omm dbgrp 155648 2016-07-13 15:51 cluster_static_config_plat1
-rwxr-xr-x 1 omm dbgrp 155648 2016-07-13 15:51 cluster_static_config_plat2
-rwxr-xr-x 1 omm dbgrp 155648 2016-07-13 15:51 cluster_static_config_plat3
👍 點(diǎn)贊,你的認(rèn)可是我創(chuàng)作的動(dòng)力!
?? 收藏,你的青睞是我努力的方向!
?? 評(píng)論,你的意見(jiàn)是我進(jìn)步的財(cái)富!