關於服務無法啟動

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #14352
    catchghost
    Participant

    启用守护服务:
    sudo systemctl enable scadaagent6.service
    sudo systemctl enable scadaserver6.service
    sudo systemctl enable scadacomm6.service
    sudo systemctl enable scadaweb6.service

    指令輸入後,重開機後還是無法啟動服務

    已將文件从文件夹 daemons 复制到 /etc/systemd/system
    想請教還缺哪一部分沒有做到嗎?

    #14357
    JW
    Participant

    能描述一下你的安装过程吗

    #14359
    catchghost
    Participant

    https://rapidscada.net/docs/zh/6.0/installation/install-linux
    我是依這個安裝程序來安裝

    nginx SERVER已啟動,但rapid scada頁面還是無法開啟

    #14361
    catchghost
    Participant

    我以手動安裝的方式安裝

    #14364
    JW
    Participant

    这个中文文档有点旧了,手动安装的文件版本和路径可能有不同。有几点要注意

    建议用最新版6.2.1,这版本需要.net8.0,不能用6.0
    建议用apt安装.netruntime 8.0,大部分较新的linux发行版都有这个,没有则需要手动添加微软的源

    sudo apt-get update && \
      sudo apt-get install -y aspnetcore-runtime-8.0

    建议用dpkg安装,不需要单独手动操作daemons文件夹和service文件

    #14366
    JW
    Participant

    还有查看log文件的故障描述
    /opt/scada/ScadaServer/Log/ScadaServer.log

    #14369
    catchghost
    Participant

    我已經安裝6.0.了,請問我該怎麼更新到8.0嗎? 我是用手動安裝的

    #14370
    catchghost
    Participant

    抱歉我想問的是該怎麼更新到8.0,因為6.0是用手動安裝的

    #14371
    JW
    Participant

    dotnet runtime 8.0和6.0可以共存的。
    如果不行,直接删掉只是手动下载的文件夹和创建的链接即可。

    视乎发行版是用apt还是yum,如是ubuntu可直接安装,用以下指令

    sudo apt-get update && \
      sudo apt-get install -y aspnetcore-runtime-8.0
    #14962
    Zeus
    Participant

    确认一下文件的安装路径

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.