oarsh(1) | OAR commands | oarsh(1) |
oarsh - remote shell connector for OAR batch scheduler.
oarcp - oarsh compagnon to copy files from a node or to a node.
oarsh [OPTIONS] <NODENAME> [COMMAND]
oarcp [OPTIONS] [NODENAME:]<PATHNAME> [NODENAME:]<PATHNAME>
Connect to a node from the job submission frontend of the cluster or any other node.
The oarsh mechanism uses OpenSSH client (the ssh command) under the hood to perform connections to remote hosts. Thus most of OpenSSH options can be used (but some are filtered out for security reasons).
oarsh inherits from most of OpenSSH capabilities (e.g. X11 forwarding). However, one feature which oarsh does break is the SSH Agent.
The user's OpenSSH configuration files (files in the ~/.ssh directory) are not used by oarsh.
For advanced users, when using the job-key mechanism, it is also possible to use ssh directly to connect to a job on a node. Please refer to the documentation of your cluster, or ask the admisitrator of your cluster.
oarsub(1), oardel(1) oarstat(1), oarnodes(1), oarhold(1), oarresume(1)
Copyright 2003-2016 Laboratoire d'Informatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU General Public License Version 2 or above. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2021-01-11 | oarsh |