1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
[root@thinkpadx1-jy ~]# tiup cluster start tidbtest --init
tiup is checking updates for component cluster ...
Starting component `cluster`: /root/.tiup/components/cluster/v1.13.1/tiup-cluster start tidbtest --init
Starting cluster tidbtest...
+ [ Serial ] - SSHKeySet: privateKey=/root/.tiup/storage/cluster/clusters/tidbtest/ssh/id_rsa, publicKey=/root/.tiup/storage/cluster/clusters/tidbtest/ssh/id_rsa.pub
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [Parallel] - UserSSH: user=tidb, host=172.22.74.84
+ [ Serial ] - StartCluster
Starting component pd
Starting instance 172.22.74.84:2379
Start instance 172.22.74.84:2379 success
Starting component tikv
Starting instance 172.22.74.84:20162
Starting instance 172.22.74.84:20160
Starting instance 172.22.74.84:20161
Start instance 172.22.74.84:20160 success
Start instance 172.22.74.84:20162 success
Start instance 172.22.74.84:20161 success
Starting component tidb
Starting instance 172.22.74.84:4000
Start instance 172.22.74.84:4000 success
Starting component tiflash
Starting instance 172.22.74.84:9000
Start instance 172.22.74.84:9000 success
Starting component prometheus
Starting instance 172.22.74.84:9090
Start instance 172.22.74.84:9090 success
Starting component grafana
Starting instance 172.22.74.84:3000
Start instance 172.22.74.84:3000 success
Starting component node_exporter
Starting instance 172.22.74.84
Start 172.22.74.84 success
Starting component blackbox_exporter
Starting instance 172.22.74.84
Start 172.22.74.84 success
+ [ Serial ] - UpdateTopology: cluster=tidbtest
Started cluster `tidbtest` successfully
The root password of TiDB database has been changed.
The new password is: 'H-LC*_y69D81R+rp34'.
Copy and record it to somewhere safe, it is only displayed once, and will not be stored.
The generated password can NOT be get and shown again.
|