oar_resources_init(1) | OAR commands | oar_resources_init(1) |
oar_resource_init - Connect to a list of hosts to gather system information and create the corresponding OAR resources.
oar_resource_init [options] <hostfile>
Hosts are read one per line from hostfile (must be readable by user oar) or STDIN (if hostfile is -).
Every host in hostfile must have the "oar-node" service started (the command connects to the hosts via SSH on the port 6667).
The command either generates a script which could be executed afterward, or directly executes the OAR commands (oarnodesetting and oarproperty).
The following OAR resource hierarchy is assumed:
Or if the -T option is set:
The mem property is set along with the hierarchy.
Other properties are not set, however the generated script can be modified to do so, or the oarnodesetting command can be used to set them afterward.
oarnodesetting(1), oarproperty(1), oar_resources-add(1), oarremoveresource(1), bash(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 | oar_resources_init |