Last modified by Xiaoling on 2023/11/21 09:50

From version 8.2
edited by Xiaoling
on 2023/07/31 17:02
Change comment: There is no comment for this version
To version 12.1
edited by Kilight Cao
on 2023/11/06 09:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Delete devices from Build-in The Things Network
1 +Delete devices from Build-in Server
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Kilight
Content
... ... @@ -1,7 +1,12 @@
1 +(% class="wikigeneratedid" %)
2 + **Table of Contents:**
3 +
4 +{{toc/}}
5 +
1 1  = 1. Upgrade LPS8v2's TTS to HTTPS =
2 2  
3 3  
4 -1). Download the upgrade script,
9 +(% style="color:blue" %)**1). Download the upgrade script**
5 5  
6 6  wget http:~/~/repo.dragino.com/release/tool/ttnstack/upgrade_to_https.sh && chmod +x upgrade_to_https.sh
7 7  
... ... @@ -8,7 +8,7 @@
8 8  [[image:1690793819929-828.png]]
9 9  
10 10  
11 -2). Run the upgrade script
16 +(% style="color:blue" %)**2). Run the upgrade script**
12 12  
13 13  ./upgrade_to_https.sh <step> <Local Ip Address>
14 14  
... ... @@ -22,16 +22,15 @@
22 22  parameter 2 is the configured local IP address.
23 23  
24 24  
25 -3). Check the TTS running status
30 +(% style="color:blue" %)**3). Check the TTS running status**
26 26  
27 27  [[image:1690793877462-490.png]]
28 28  
29 29  
30 -
31 31  = 2. Install ttn-lw-cli =
32 32  
33 33  
34 -1). Download ttn-lw-cli
38 +== **2.1 Download ttn-lw-cli** ==
35 35  
36 36  [[https:~~/~~/www.thethingsindustries.com/docs/the-things-stack/interact/cli/installing-cli/#installing-using-pre-built-binaries>>url:https://www.thethingsindustries.com/docs/the-things-stack/interact/cli/installing-cli/#installing-using-pre-built-binaries]]
37 37  
... ... @@ -57,6 +57,44 @@
57 57  [[image:1690794060552-527.png]]
58 58  
59 59  
60 -(% style="color:blue" %)**Delete End Devices.**
64 +== **2.2 Delete End node** ==
61 61  
62 62  [[image:1690794073644-821.png]]
67 +
68 +
69 +
70 += 3. Delete devices from built-in ChirpStack =
71 +
72 +
73 +Users need to access the Linux console of the gateway through SSH, and then enter the following command to clear the built-in ChirpStack:
74 +
75 +(% class="box infomessage" %)
76 +(((
77 +cd /usr/local/chirpstack/
78 +
79 +systemctl stop chirpstack
80 +
81 +docker-compose down
82 +)))
83 +
84 +[[image:image-20231106094833-2.png]]
85 +
86 +
87 +(% class="box infomessage" %)
88 +(((
89 +docker volume rm chirpstack_postgresqldata
90 +
91 +docker volume rm chirpstack-redisdata
92 +)))
93 +
94 +[[image:image-20231106095035-3.png]]
95 +
96 +
97 +Re-run ChirpStack
98 +
99 +(% class="box infomessage" %)
100 +(((
101 +systemctl start chirpstack
102 +)))
103 +
104 +
image-20231106094141-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +25.6 KB
Content
image-20231106094833-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +27.9 KB
Content
image-20231106095035-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +12.9 KB
Content