Remote Access to a Midas experiment: Difference between revisions
Jump to navigation
Jump to search
(Created page with "mserver provides remote access to any MIDAS client. It is needed when one or more of the MIDAS clients for an experiment are running on a different host. In this case, an mser...") |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4"> | |||
* [[Feature_listing|Feature Listing]] | |||
* [[mlogger|Midas server]] | |||
* [[Online_Database|Online Database]] | |||
</div> | |||
[ | As Midas support remote frontend, the method to connect the frontend to the backend is through a daemon '''[[mserver]]''' providing the necessary interface at the backend computer for accepting the frontend connection. This client requesting connection to a particular Midas experiment, will have to provide arguments such as:: | ||
* The backend node name to which it wants to connect | |||
* The name of the Midas experiment to connect | |||
* The port through which it wants to connect (optional) | |||
Possible restriction can be enforced to prevent undesired node to connect to the backend. The '''[[[mserver|Midas server]]''' will take as argument a list of clients nodes allowed to connect to any experiment on this backend node. | |||
[ | |||
[ | |||
[ | |||
Revision as of 19:53, 15 February 2014
As Midas support remote frontend, the method to connect the frontend to the backend is through a daemon mserver providing the necessary interface at the backend computer for accepting the frontend connection. This client requesting connection to a particular Midas experiment, will have to provide arguments such as::
- The backend node name to which it wants to connect
- The name of the Midas experiment to connect
- The port through which it wants to connect (optional)
Possible restriction can be enforced to prevent undesired node to connect to the backend. The [[[mserver|Midas server]] will take as argument a list of clients nodes allowed to connect to any experiment on this backend node.