Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add check for proper subnet #2

Closed
prjemian opened this issue Dec 16, 2022 · 2 comments
Closed

add check for proper subnet #2

prjemian opened this issue Dec 16, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@prjemian
Copy link
Contributor

Apparently, some workstations at 8-ID-I are not on the same subnet. Check for the proper subnet as the instrument package is started or the EPICS controls will not work.

@prjemian prjemian added the bug Something isn't working label Dec 16, 2022
@prjemian prjemian added this to the BDP first milestone milestone Dec 16, 2022
@prjemian prjemian self-assigned this Dec 16, 2022
prjemian pushed a commit that referenced this issue Dec 16, 2022
@sureshnaps
Copy link

sureshnaps commented Dec 16, 2022 via email

@prjemian
Copy link
Contributor Author

prjemian commented Mar 7, 2023

For the March demo, we decided to run QS on lapis. The starter script adds this check:

bluesky/run_qs.sh

Lines 22 to 26 in 5ffd671

# QS and redis must be on the same workstation
if [ "$(hostname)" != "${QS_SERVER_HOST}" ]; then
echo "Must run queueserver on ${QS_SERVER_HOST}. This is $(hostname)"
exit 1
fi

@prjemian prjemian closed this as completed Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants