Forum Home › Forums › Rapid SCADA on Linux Controllers and Raspberry Pi › Windows Scada project upload in Ubutu
- This topic has 23 replies, 3 voices, and was last updated 1 month ago by rajatdas2005.
-
AuthorPosts
-
September 4, 2024 at 9:29 am #15288rajatdas2005Participant
Hi, I have installed rapid scada in a windows system, where I have created one project, and it is working fine. Now I have also installed rapid scada in a Ubuntu system. Next I want to transfer this windows rapid scada project in the ubuntu system and run it. Can you kindly mention the steps in detail ?
September 4, 2024 at 9:32 am #15289manjey73ParticipantIn the deployment profile, specify where to transfer the project. Specify the IP of your Ubuntu server there instead of localhost
- This reply was modified 1 month, 1 week ago by manjey73.
September 4, 2024 at 11:18 am #15295rajatdas2005ParticipantHi Thank you. Current I am building the project in a windows system and while deploying the project the ip section is blank and opening in localhost. Now in this section do I need to put the Ubuntu machine ip and open that in the browser ?
September 4, 2024 at 11:39 am #15300manjey73ParticipantYes, when you debug a project on a local PC, you can transfer it to a production Server by specifying its IP already. And the browser is already open on the remote PC, if the WEB server is located there.
September 4, 2024 at 11:49 am #15303September 5, 2024 at 7:01 am #15304rajatdas2005ParticipantThank you. For this both windows and ubuntu system need to be in the same network ?
September 5, 2024 at 8:11 am #15305manjey73ParticipantThe Ubuntu server can be remote with a real IP address (for example, on a VDS server) or connected to your server via VPN.
And there is also an option when the Scada Agent connects via proxy mode. There are many connection options.September 5, 2024 at 10:24 am #15306rajatdas2005ParticipantActually this ubuntu server is a remote one, and I access this via ssh with .pem key and ip address. So in the deployment profile secret key section do I need to put the .pem key values ?
September 5, 2024 at 11:06 am #15307manjey73ParticipantNo. .your pem key is used to access the remote server via ssh.
To transfer the project from the Administrator, you need to open TCP port 10002 for ScadaAgent to work. Configure the firewall accordingly.The secret key and passwords in Scada are already internal protection methods so that third-party Scada Administrators cannot connect to your Scada Server and change the data.
September 5, 2024 at 11:07 am #15308manjey73ParticipantFlies separately, cutlets separately 🙂
September 5, 2024 at 11:16 am #15309MikhailModeratorCheck that you can establish a connection from Windows to Linux by TCP on port 10002 using any network utility. Then use the Administrator app.
September 6, 2024 at 8:40 am #15312rajatdas2005ParticipantI am not able to establish connection from Windows to remote Linux machine (It has a public ip). So not able to deploy the project. Next if I simply copy and paste the whole project itself in the remote linux machine, then how to run it in that machine ?
September 6, 2024 at 9:39 am #15313manjey73Participantservice scadaserver6 start
or
systemctl start scadaserver6.service(restart, stop, status)
(scadaagent6, scadacomm6, scadaweb6)the rest is by analogy
Check for uwf on the remote Ubuntu machine. This is another firewall that can block your access
September 6, 2024 at 10:19 am #15320MikhailModeratorif I simply copy and paste the whole project itself in the remote linux machine, then how to run it in that machine ?
No, because a project is converted into the runtime format before sending.
Check ScadaAgent.log on the Linux machine.September 6, 2024 at 10:52 am #15321rajatdas2005ParticipantEarlier I have installed rapid-scada in the remote Linux machine, and all the 4 services is running. firewall I will check.
@Mikhail, I am not able to deploy the project in the remote Linux machine, so where to check the ScadaAgent.log file ? -
AuthorPosts
- You must be logged in to reply to this topic.