-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to configure the QS Host / run the QS as a client? #3
Comments
The QS host interacts with bs_model_instrument/qs/qs-config.yml Line 13 in dda801d
QS clients do not need to know about this connection. They interact only with the QS host. |
I'm sure we wrote these instructions in one of the BDP demo presentations. I'll dig that up. |
I am happy to write those
|
So, you ONLY need to change the # Host name (from $hostname) where the queueserver host process runs.
# QS_HOSTNAME=amber.xray.aps.anl.gov # if a specific host is required
QS_HOSTNAME="$(hostname)"
|
QS Host and QS clients are separate processes.
|
Your question involved the I'll look again at the By team agreement, we chose one, specific workstation to run the QS Host. The code checks for that. This additional configuration must be known and checked before |
Right, I am perfectly good with that part. But I am still unclear about how, in practice, do you achieve that:
Do you need that (QS client) workstation to have the package installed with a different set of settings for |
QS clients will never use the |
The packages required depend on which client program is to be run. For example, the standard GUI ( |
To run a client, follow the installation steps for that client. They don't need the same suite of packages that the server needs. |
Q: Does a QS client need to know about the redis server or the |
Originally posted by @rodolakis in #2 (comment)
The text was updated successfully, but these errors were encountered: