File: ace.conf.example

package info (click to toggle)
clustershell 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: python: 20,978; makefile: 149
file content (18 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Additional ClusterShell group source config file
#
# Please see `man 5 groups.conf` for further details.
#
# This config file provided as an example of group sources for Cray
# Advanced Cluster Engine (ACE) system management software.
#

# ACE @type -> host(s)
#
# example:
#   $ nodeset -f @ace:compute
#   prod-[0001-0144]
#
[ace]
map:  ace servers | awk '/$GROUP/ {gsub("*",""); print $11}'
all:  ace servers | awk '!/Type/ && $11 != "-" {gsub("*",""); print $11}'
list: ace servers | awk '!/Type/ && $11 != "-" {print $2}'