@@ -35,13 +35,7 @@ To configure in additional feature modules:
35
35
Enable support of ssh(1) remote shell service.
36
36
37
37
--with-machines=/path/to/machines
38
- Use a flat file list of machine names for -a instead of
39
- genders, nodeattr, or SDRGetObjects.
40
-
41
- --with-qshell
42
- Enable support for running parallel jobs on the Quadrics Elan
43
- interconnect via the qshell service option (-R qsh) and qshell daemon.
44
- See README.QsNet for more information.
38
+ Use a flat file list of machine names for -a instead of genders
45
39
46
40
--with-genders
47
41
Enable support of a genders database through the genders(3)
@@ -58,30 +52,13 @@ To configure in additional feature modules:
58
52
Enable use of netgroups (via /etc/netgroup or NIS) to build lists
59
53
of target hosts using -g/-X to include/exclude hosts.
60
54
61
- --with-nodeattr=/path/to/nodeattr
62
- Enable support of a genders database through the nodeattr(1)
63
- command. This is primarily for older systems that do not yet
64
- have genders(3) library support. For pdsh's -i option to
65
- function properly, the genders database must have alternate
66
- node names listed as the value of the "altname" attribute and
67
- the nodeattr command must have the -r option available.
68
-
69
55
--with-nodeupdown
70
56
Enable support of dynamic elimination of down nodes through
71
57
the nodeupdown(3) library.
72
58
73
59
--with-mrsh
74
60
Enable support of mrsh(1) remote shell service.
75
61
76
- --with-mqshell
77
- Enable support for runnig parallel jobs on the Quadrics Elan
78
- interconnect via the mqshell service option (-R mqsh) and
79
- mqshell dameon. Mqshell is identical to qshell but adds munge
80
- authentication (authentication used by mrsh).
81
-
82
- --with-rms
83
- Support running pdsh under RMS allocation.
84
-
85
62
--with-slurm
86
63
Support running pdsh under SLURM allocation.
87
64
@@ -94,10 +71,6 @@ To configure in additional feature modules:
94
71
--with-readline
95
72
Use the GNU readline library to parse input in interactive mode.
96
73
97
- --without-pam
98
- Disable PAM from the qshell and mqshell daemons. By default, they
99
- are enabled.
100
-
101
74
Note that a number of the above configurations options may "conflict"
102
75
with each other because they perform identical operations. For
103
76
example, genders and nodeattr both support the -g option. If several
@@ -122,13 +95,6 @@ For example:
122
95
> chown root PREFIX/bin/pdsh PREFIX/bin/pdcp
123
96
> chmod 4755 PREFIX/bin/pdsh PREFIX/bin/pdcp
124
97
125
- If you compile the qshell and/or mqshell with PAM support, remember to
126
- update your PAM configuration files to support the "qshell" and/or
127
- "mqshell" service names. There are sample xinetd(8) config files
128
- for qshd and mqshd in the etc/ directory. Also be sure read the
129
- README.QsNet file in this directory.
130
-
131
-
132
98
+---------+
133
99
| GOTCHAS |
134
100
+---------+
0 commit comments