-
Notifications
You must be signed in to change notification settings - Fork 15
Specific instructions to run harvester with ssh rpc middleware
FaHui Lin edited this page May 22, 2019
·
6 revisions
Basic description of SSH RPC middleware: see here
The queue configuration depends on the architecture of the cluster (HPC) and the use case.
Consider an HPC:
- No outbound connectivity on login nodes and worker nodes
- One can access login nodes via SSH
- Login nodes have the same environment and mount the same shared filesystem as worker nodes do
- Allowing service process to run on login nodes (no cputime limit per process or other limitations)
- With DTNs (data transfer nodes) which has outbound connectivity and grid data transfer tools (globus, gfal, xroot, etc.)
- DTNs are accessible from login nodes
Then it suffices to run harvester rpc_bot process on the login node of HPC, and let all harvester plugins run on the login node (run remotely).
That is, harvester runs the following plugins remotely:
- submitter
- monitor
- sweeper
- messenger
- preparator
- stager
Getting started |
---|
Installation and configuration |
Testing and running |
Debugging |
Work with Middleware |
Admin FAQ |
Development guides |
---|
Development workflow |
Tagging |
Production & commissioning |
---|
Scale up submission |
Condor experiences |
Commissioning on the grid |
Production servers |
Service monitoring |
Auto Queue Configuration with CRIC |
SSH+RPC middleware setup |
Kubernetes section |
---|
Kubernetes setup |
X509 credentials |
AWS setup |
GKE setup |
CERN setup |
CVMFS installation |
Generic service accounts |
Advanced payloads |
---|
Horovod integration |