File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Sakura-DBCを起動するには以下のようにコマンドを入力します
61
61
Tasks: 9 (limit: 24876)
62
62
Memory: 5.5M
63
63
CGroup: /system.slice/db-controller.service
64
- └─1391344 /root/distributed-mariadb-controller/bin/db-controller --log-level info --db-repilica -password-filepath /root/.db-replica-password
64
+ └─1391344 /root/distributed-mariadb-controller/bin/db-controller --log-level info --db-replica -password-filepath /root/.db-replica-password
65
65
<snip>
66
66
```
67
67
@@ -75,7 +75,7 @@ Sakura-DBCを停止するには以下のようにコマンドを入力します
75
75
● sakura-controller.service - Database Controller
76
76
Loaded: loaded (/etc/systemd/system/db-controller.service; enabled; vendor preset: disabled)
77
77
Active: inactive (dead) since Thu 2023-07-13 16:55:35 JST; 7s ago
78
- Process: 694 ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-repilica -password-filepath /root/.db-replica-password (code=exited, status=0/SUCCESS)
78
+ Process: 694 ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-replica -password-filepath /root/.db-replica-password (code=exited, status=0/SUCCESS)
79
79
Main PID: 694 (code=exited, status=0/SUCCESS)
80
80
<snip>
81
81
```
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ Sakura-DBCは、以下のコンポーネントを利用します。
257
257
258
258
[Service]
259
259
Type=simple
260
- ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-repilica -password-filepath /root/.db-replica-password --db-replica-source-port 13306 --bgp-local-asn XXXX --bgp-peer1-addr xx.xx.xx.xx --bgp-peer1-asn XXXX --bgp-peer2-addr xx.xx.xx.xx --bgp-peer2-asn XXXX 【アンカーともう一台のDBサーバのIPアドレスとAS番号を記入】
260
+ ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-replica -password-filepath /root/.db-replica-password --db-replica-source-port 13306 --bgp-local-asn XXXX --bgp-peer1-addr xx.xx.xx.xx --bgp-peer1-asn XXXX --bgp-peer2-addr xx.xx.xx.xx --bgp-peer2-asn XXXX 【アンカーともう一台のDBサーバのIPアドレスとAS番号を記入】
261
261
WorkingDirectory = /root/distributed-mariadb-controller
262
262
263
263
[Install]
You can’t perform that action at this time.
0 commit comments