Forum Replies Created
-
AuthorPosts
-
traudenParticipant
Thanks Manjey73, but I don’t get much your posted commands.
I’ve tried dotnet using the script several times. It seems ok.
Here are some notifications.
root@iotdebian:/usr/share/dotnet# sudo chmod +x ./dotnet-install.sh
root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –version latest
dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.dotnet-install: .NET Core SDK with version ‘6.0.406’ is already installed.
root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –version latest –ru ntime aspnetcore
dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.dotnet-install: ASP.NET Core Runtime with version ‘6.0.14’ is already installed.
root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –channel 7.0
dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.dotnet-install: .NET Core SDK with version ‘7.0.201’ is already installed.
root@iotdebian:/usr/share/dotnet# sudo chmod +x /usr/share/dotnet/dotnet
root@iotdebian:/usr/share/dotnet# sudo ln -s /usr/share/dotnet/dotnet /usr/ bin/dotnet
ln: failed to create symbolic link ‘/usr/bin/dotnet’: File exists
root@iotdebian:/usr/share/dotnet# dotnet –info
-bash: /usr/bin/dotnet: No such file or directory
root@iotdebian:/usr/share/dotnet#
and the output of cat /proc/cpuinfo
-bash: dotnet-install:: command not found
-bash: dotnet-install:: command not found
-bash: dotnet-install:: command not found
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
-bash: ln:: command not found
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
-bash: -bash:: command not found
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
processor : 0
BogoMIPS : 400.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4processor : 1
BogoMIPS : 400.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4traudenParticipantI did it also. The files seem in place.
But I don’t know why!
The processor is arm64 architecture. I’ve checked.
and the os is Debian GNU/Linux 10 (buster).
The SCADA 5.8.4 Mono that I installed in the same hardware, it runs ok!
But for v6.0, I’ve not installed successfully yet.
https://drive.google.com/file/d/14oxP0BI2xQTEkxc72CLOv-yNFu3Gh-0z/view?usp=sharing, https://drive.google.com/file/d/14rjMnkSQUDopf0cC8qJRkDBSytfN24_T/view?usp=sharingIn the Microsoft website, there are also dotnet version for arm64. I’ve aslo installed, but it didn’t run.
https://dotnet.microsoft.com/en-us/download/dotnet/6.0traudenParticipantWhen I run the command to get the information of dotnet. This is the answer.
dotnet –info
-bash: /usr/bin/dotnet: No such file or directory.
I also follow the instruction and installed in manual and script.traudenParticipantHello Mikhail,
Where are the log files of the Server, Communication and webstation services.
I’ve found in /var/log/scada. But there is nothing.traudenParticipantlocalhost:1008 doesn’t work too.
traudenParticipantThank you Mikhail!
traudenParticipantThansk you for rapid reply Mikhail,
One question more why Webstation is not available? (seeing in instance status (administrator).traudenParticipantDear, Mikhail,
I have a current data and predicted data at the current moment,
I want to display current and predicted data in a trend. and the future data receive from the devices,traudenParticipantHi Mikhail,
I use driver version KpMqtt 5.0.4.0 En.traudenParticipantThanks Mikhail,
I opened 80 for http and 443 for https by firewall rule,
but I forgot checking port 80 and 443 on the instance.
Now, it works, when I opened port 80 and 443 on the Instance Ubuntu.
Thanks a lot Mikhail.traudenParticipantThank you a lot,
It works.traudenParticipantOh, I’m sorry for the misunderstanding, here you can see, I installed as the instruction shown.
Server roletraudenParticipantHi Mikhail,
I can send you the pictures
sreenshotstraudenParticipanttraudenParticipantThank Greenfoxx a lot,
I made it. -
AuthorPosts