ISISComputingGroup / ISISComputingGroup/IBEX

ISISICP: move to Apps

Aperta
#7,624 3 commenti 0 reazioni 1 assegnatario Rivendicata da @FreddieAkeroyd Vedi su GitHub
Lingua principale
Nessun dato sulla lingua
Stelle
6
Fork
2
Merge medio
16h 40m
PR unite (30g)
2

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.