Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions op-guide/binary-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ Follow the steps below to start PD, TiKV, and TiDB:
--client-urls="http://192.168.199.114:2379" \
--peer-urls="http://192.168.199.114:2380" \
--initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
--join="http://192.168.199.113:2379" \
-L "info" \
--log-file=pd.log

Expand All @@ -282,7 +281,6 @@ Follow the steps below to start PD, TiKV, and TiDB:
--client-urls="http://192.168.199.115:2379" \
--peer-urls="http://192.168.199.115:2380" \
--initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
--join="http://192.168.199.113:2379" \
-L "info" \
--log-file=pd.log
```
Expand Down Expand Up @@ -358,7 +356,7 @@ tar -xzf pushgateway-0.3.1.linux-amd64.tar.gz
#### Start `node_exporter` on Node1, Node2, Node3 and Node4.

```
$cd node_exporter-0.14.0-rc.1.linux-amd64
$cd node_exporter-0.14.0-rc.2.linux-amd64

# Start the node_exporter service.
./node_exporter --web.listen-address=":9100" \
Expand Down Expand Up @@ -424,7 +422,7 @@ scrape_configs:
#### Start Grafana in Node1.

```
cd grafana-4.1.2-1486989747.linux-x64
cd grafana-4.1.2-1486989747

# Edit the Configuration file:

Expand Down