You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(cluster)-[root@admin ~]$ yum info clustershell
Loaded plugins: auto-update-debuginfo, etckeeper, fastestmirror, langpacks, versionlock
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Loading mirror speeds from cached hostfile
* epel: mirror.in2p3.fr
* epel-debuginfo: mirror.in2p3.fr
Installed Packages
Name : clustershell
Arch : noarch
Version : 1.8.4
Release : 1.el7
Size : 324 k
Repo : installed
From repo : Local-EPEL-7
Summary : Python framework for efficient cluster administration
URL : http://cea-hpc.github.io/clustershell/
License : LGPLv2+
Description : ClusterShell is a set of tools and a Python library to execute commands
: on cluster nodes in parallel depending on selected engine and worker
: mechanisms. Advanced node sets and node groups handling methods are provided
: to ease and improve the daily administration of large compute clusters or
: server farms. Command line utilities like clush, clubak and nodeset (or
: cluset) allow traditional shell scripts to take benefit of the features
: offered by the library.
This will allow us to translate something like that to:
define hostgroup {
hostgroup_name node
members node0,node1,node2,node3,node4,node5,node6,node7,node8,node9,node10
}
to something like that:
define hostgroup {
hostgroup_name node
members node[0-10]
}
Someone can help me :)
The text was updated successfully, but these errors were encountered:
Hi all,
I would like to incoporate the nodeset module python from clustershell provided by CEA HPC in shinken:
https://github.com/cea-hpc/clustershell
This will allow us to translate something like that to:
to something like that:
Someone can help me :)
The text was updated successfully, but these errors were encountered: