Remote Access to a Midas experiment: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
{{Pagelinks}}
* [[Feature_listing|Feature Listing]]
* [[mserver|Midas server]]
* [[Online_Database|Online Database]]
</div>


 
As Midas supports remote [[Frontend Operation|frontend(s)]], 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:
 
As Midas supports remote frontend(s), 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 backend node name to which it wants to connect
* The name of the Midas experiment to connect
* The name of the Midas experiment to connect
Line 14: Line 8:
   
   
Undesired nodes can be prevented from connecting to the backend by using the -a argument of the Midas server ('''[[mserver|mserver]]'''). This can provide mserver with a list of clients nodes allowed to connect to any experiment on this backend node.
Undesired nodes can be prevented from connecting to the backend by using the -a argument of the Midas server ('''[[mserver|mserver]]'''). This can provide mserver with a list of clients nodes allowed to connect to any experiment on this backend node.
[[Category:Experiment]] [[Category:Frontend]]

Latest revision as of 14:03, 8 July 2015


As Midas supports remote frontend(s), 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)


Undesired nodes can be prevented from connecting to the backend by using the -a argument of the Midas server (mserver). This can provide mserver with a list of clients nodes allowed to connect to any experiment on this backend node.