1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

IBM Storage Fusion での CP4D バックアップ失敗時の対応ファーストステップ

Posted at

必要なセットアップをすることにより、CP4Dのオンライン・バックアップをIBM Storage Fusionで取得することができるようになります。

参考:
Cloud Pak for Data オンライン・バックアップと IBM Storage Fusion を使用した同じクラスターへのリストア

セットアップ後、バックアップが失敗した時の対応のファーストステップについて備忘録メモです。

手動バックアップ実行

バックアップが失敗した時、失敗したレシピだけ 今すぐバックアップ から手動でバックアップを実行できます。

image.png

バックアップのログ

当該レシピの project ($PROJECT_CPD_INST_OPERATORS) で cpdbr-tenant-service podが起動しており、その pod がログ cpdbr-oadp.log を保存しています。世代管理して保存されているので、過去のログと比較できます。

出力例
# oc get pods | grep cpdbr
cpdbr-tenant-service-68db5cc6f4-zdlp2                             1/1     Running     0          25d
出力例
# oc exec -it cpdbr-tenant-service-68db5cc6f4-zdlp2 -- bash
bash-5.1$ ls -l
total 108192
drwxrwxr-x. 2 root       root     4096 Mar  1 01:03 cpdbr
-rwxrwxr-x. 1 root       root 97550645 Mar  1 01:10 cpdbr-oadp
-rw-r--r--. 1 1000750000 root  1623456 Jul 30 05:32 cpdbr-oadp.log
-rw-r--r--. 1 1000750000 root   131722 Jul 23 19:06 cpdbr-oadp.log-20240724_190038.gz
-rw-r--r--. 1 1000750000 root   131464 Jul 24 19:07 cpdbr-oadp.log-20240725_190039.gz
-rw-r--r--. 1 1000750000 root   133301 Jul 25 19:06 cpdbr-oadp.log-20240726_190040.gz
-rw-r--r--. 1 1000750000 root   131952 Jul 26 19:06 cpdbr-oadp.log-20240727_190039.gz
-rw-r--r--. 1 1000750000 root   132300 Jul 27 19:06 cpdbr-oadp.log-20240728_190041.gz
-rw-r--r--. 1 1000750000 root   133857 Jul 28 19:06 cpdbr-oadp.log-20240729_190043.gz
-rw-r--r--. 1 1000750000 root   133057 Jul 29 19:06 cpdbr-oadp.log-20240730_052633.gz
-rw-r--r--. 1 1000750000 root    80298 Jul 30 05:27 cpdbr-tenant.log
-rw-r--r--. 1 1000750000 root    13274 Jul 24 19:00 cpdbr-tenant.log-20240724_190038.gz
-rw-r--r--. 1 1000750000 root    13273 Jul 25 19:00 cpdbr-tenant.log-20240725_190039.gz
-rw-r--r--. 1 1000750000 root    13280 Jul 26 19:00 cpdbr-tenant.log-20240726_190040.gz
-rw-r--r--. 1 1000750000 root    13287 Jul 27 19:00 cpdbr-tenant.log-20240727_190039.gz
-rw-r--r--. 1 1000750000 root    13280 Jul 28 19:00 cpdbr-tenant.log-20240728_190041.gz
-rw-r--r--. 1 1000750000 root    13280 Jul 29 19:00 cpdbr-tenant.log-20240729_190043.gz
-rw-r--r--. 1 1000750000 root    13290 Jul 30 05:26 cpdbr-tenant.log-20240730_052633.gz
drwxrwxr-x. 1 root       root       19 Mar  1 01:03 cpdops
-rw-rw-r--. 1 root       root      403 Mar  1 01:03 logrotate.conf
drwxrwxr-x. 2 root       root      224 Mar  1 01:03 recipes
drwxrwxr-x. 2 root       root      215 Mar  1 01:03 restclient

手早く最新のログだけ必要な場合は以下の文書にあるとおり、次のコマンドで取得できます。

IBM Storage Fusion に関する問題のトラブルシューティング (バックアップおよびリストア)

export CPDBR_TENANT_SERVICE_POD=`oc get po -n ${PROJECT_CPD_INST_OPERATORS} | grep cpdbr-tenant-service | awk '{print $1}'`
oc cp -n ${PROJECT_CPD_INST_OPERATORS} $CPDBR_TENANT_SERVICE_POD:cpdbr-oadp.log ./cpdbr-oadp.log

検証環境

  • IBM Storage Fusion HCI Sytem 2.7.2, OCP 4.12
  • CP4D 4.8.4 (永続ストレージ: IBM Storage Fusion Global Data Platform)
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?