ISISComputingGroup / ISISComputingGroup/IBEX

ISISICP: move to Apps

Open
#7,624 3 comments 0 reactions 1 assignee Claimed by @FreddieAkeroyd View on GitHub
Dominant language
No language data
Stars
6
Forks
2
Avg merge
16h 40m
Merged PRs (30d)
2

Description

To resolve firewall issue on SXD:

* Move `c:\labview modules\dae` directory to `c:\instrument\apps\ISISICP`
* create junction from `c:\labview modules\dae` to `c:\instrument\apps\ISISICP`
* - `MKLINK /J "c:\labview modules\dae" c:\instrument\apps\ISISICP`
* add firewall rules for A:\ISISICP\service\x64\release\isisicp.exe, A:\ISISICP\service\x64\release\isisdatasvr.exe and A:\ISISICP\service\x64\release\qxtalk.exe to allow access to all networks
* - netsh advfirewall firewall add rule name="ISISICP" dir=in action=allow program="A:\ISISICP\service\x64\Release\isisicp.exe" enable=yes
* - netsh advfirewall firewall add rule name="ISISDATASVR" dir=in action=allow program="A:\ISISICP\service\x64\Release\isisdatasvr.exe" enable=yes
* - netsh advfirewall firewall add rule name="QXTALK" dir=in action=allow program="A:\ISISICP\service\x64\Release\qxtalk.exe" enable=yes
* - netsh advfirewall firewall add rule name="UDPTALK" dir=in action=allow program="A:\ISISICP\service\x64\Release\udptalk.exe" enable=yes

This should be rolled out more widely, though SXD is a special case in needing it now

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.