<
From version < 282.1 >
edited by Xiaoye
on 2023/12/04 11:20
To version < 290.1 >
edited by Kilight Cao
on 2023/12/07 14:53
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Kilight
Content
... ... @@ -545,7 +545,7 @@
545 545  
546 546  
547 547  
548 -== **2). Troubleshooting:** ==
548 +== **3). Troubleshooting:** ==
549 549  
550 550  
551 551  * (((
... ... @@ -572,10 +572,10 @@
572 572  
573 573  
574 574  * (((
575 -=== ** How to bath register device on the built-in Chirpstack network server** ===
575 +=== ** How to batch register device on the built-in Chirpstack network server** ===
576 576  )))
577 577  
578 - The user can register devices in batch on the gateway Web UI, see
578 + The user can register devices in batch on the gateway Web UI, see [[Batch Register>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H11.A0HowtouseChirpstackAPItobatchregisterSensorNode2FGatewayinChistapstackServer]]
579 579  
580 580  
581 581  * (((
... ... @@ -582,7 +582,7 @@
582 582  === ** Why my gateway is not Chirpstack?** ===
583 583  )))
584 584  
585 - After June '23, the default factory LPS8V2 pre-installed Chirpstack-V2 instead of The Things Stack, the users can migrate to Chistack-V4, see **[[Change TTN Stack v3 to ChirpStack>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.2Build-inTheThingsNetworkmigratetoChirpStack]]**
585 + After June '23, the default factory LPS8V2 pre-installed Chirpstack-V4 instead of The Things Stack, the users can migrate to Chistack-V4, see **[[Change TTN Stack v3 to ChirpStack>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.2Build-inTheThingsNetworkmigratetoChirpStack]]**
586 586  
587 587  
588 588  * (((
... ... @@ -751,33 +751,29 @@
751 751  
752 752  Migrate guide:
753 753  
754 -**1. Ensure that the gateway is in good network condition, Recommended use of ETH.**
754 +To stabilize the completion of the migration, The users can migrate in one of the following ways
755 755  
756 -**2. On the Server ~-~-> Network Server interface, click "Management"**
756 +**Method 1. Using the Linux shell, **
757 757  
758 -[[image:image-20230616162454-1.png]]
758 +**Method 2. Flash a new image with the Chirpstack**
759 759  
760 760  
761 -**3. Click "Migrate-Chirpstack"**
762 762  
763 -[[image:image-20230616162742-2.png]]
762 +=== Method 1: Using the Linux shell ===
764 764  
764 +(% class="box infomessage" %)
765 +(((
766 +wget -P /tmp [[http:~~/~~/repo.dragino.com/release/tool/chirpstack/migrate_chirpstack>>http://repo.dragino.com/release/tool/chirpstack/migrate_chirpstack]] && chmod +x /tmp/migrate_chirpstack && /tmp/migrate_chirpstack
767 +)))
765 765  
766 -**4. Strat Install **
767 767  
768 -Click start Install and wait until the migration succeeds
769 769  
770 -[[image:image-20230616162934-3.png]]
771 +=== Method 2: Flash a new image ===
771 771  
773 +Image flash steps: [[How to flash a new image(OS) to the gateway(LPS8V2)>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.3A0Howtoflashanewimage28OS29tothegateway28LPS8V229]]
772 772  
773 -**5.Migration complete check result**
774 774  
775 -[[image:image-20230616174526-4.png||height="706" width="983"]]
776 776  
777 -
778 -[[image:image-20230616180004-9.png]]
779 -
780 -
781 781  == 8.3 How to reduce the 4g data consumed ==
782 782  
783 783  
... ... @@ -847,6 +847,7 @@
847 847  
848 848  [[image:image-20231017114417-3.png||height="543" width="679"]]
849 849  
846 +
850 850  === 8.6.3 Dmesg Log ===
851 851  
852 852  Users can check the logs of the Dmesg in the **LogRead ~-~-> System Log** interface:
... ... @@ -861,6 +861,37 @@
861 861  [[image:image-20231017115124-4.png||height="215" width="880"]]
862 862  
863 863  
861 +=== 8.6.5 View gateway logs via Linux Command ===
862 +
863 +**Semtech UDP Log :**
864 +
865 +(% class="box infomessage" %)
866 +(((
867 +**journalctl -u draginofwd -f**
868 +)))
869 +
870 +[[image:image-20231207144627-1.png||height="371" width="1017"]]
871 +
872 +
873 +**Station Log:**
874 +
875 +(% class="box infomessage" %)
876 +(((
877 +**tail -f /var/log/station.log **
878 +)))
879 +
880 +[[image:image-20231207144758-2.png||height="132" width="1022"]]
881 +
882 +
883 +**Dmesg Log:**
884 +
885 +(% class="box infomessage" %)
886 +(((
887 +**dmesg**
888 +)))
889 +
890 +[[image:image-20231207145210-3.png||height="310" width="1021"]]
891 +
864 864  = 9. Trouble Shooting =
865 865  
866 866  == 9.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==
image-20231207144627-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +182.9 KB
Content
image-20231207144758-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +51.0 KB
Content
image-20231207145210-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +104.4 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0