1poold(1M) System Administration Commands poold(1M)
2
3
4
6 poold - automated resource pools partitioning daemon
7
9 poold [-l level]
10
11
13 poold provides automated resource partitioning facilities. poold can be
14 enabled or disabled using the Solaris Service Management Facility,
15 smf(5). poold requires the Resource Pools facility to be active in
16 order to operate.
17
18
19 The dynamic resource pools service's fault management resource identi‐
20 fier (FMRI) is:
21
22 svc:/system/pools/dynamic
23
24
25
26 The resource pools service's FMRI is:
27
28 svc:/system/pools
29
30
31
32 poold's configuration details are held in a libpool(3LIB) configuration
33 and you can access all customizable behavior from this configuration.
34
35
36 poold periodically examines the load on the system and decides whether
37 intervention is required to maintain optimal system performance with
38 respect to resource consumption. poold also responds to externally ini‐
39 tiated (with respect to poold) changes of either resource configuration
40 or objectives.
41
42
43 If intervention is required, poold attempts to reallocate the available
44 resources to ensure that performance objectives are satisfied. If it is
45 not possible for poold to meet performance objectives with the avail‐
46 able resources, then a message is written to the log. poold allocates
47 scarce resources according to the objectives configured by the adminis‐
48 trator. The system administrator must determine which resource pools
49 are most deserving of scarce resource and indicate this through the
50 importance of resource pools and objectives.
51
53 The following options are supported:
54
55 -l level Specify the vebosity level for logging information.
56
57 Specify level as ALERT, CRIT, ERR, WARNING, NOTICE, INFO,
58 and DEBUG. If level is not supplied, then the default log‐
59 ging level is INFO.
60
61 ALERT A condition that should be corrected immedi‐
62 ately, such as a corrupted system database.
63
64
65 CRIT Critical conditions, such as hard device errors.
66
67
68 ERR Errors.
69
70
71 WARNING Warning messages.
72
73
74 NOTICE Conditions that are not error conditions, but
75 that may require special handling.
76
77
78 INFO Informational messages.
79
80
81 DEBUG Messages that contain information normally of
82 use only when debugging a program.
83
84
85
86
87 When invoked manually, with the -l option, all log output is directed
88 to standard error.
89
91 Example 1 Modifying the Default Logging Level
92
93
94 The following command modifies the default logging level to ERR:
95
96
97 # /usr/lib/pool/poold -l ERR
98
99
100
101 Example 2 Enabling Dynamic Resource Pools
102
103
104 The following command enables dynamic resource pools:
105
106
107 # /usr/sbin/svcadm enable svc:/system/pools/dynamic
108
109
110
112 See attributes(5) for descriptions of the following attributes:
113
114
115
116
117 ┌─────────────────────────────┬─────────────────────────────┐
118 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
119 ├─────────────────────────────┼─────────────────────────────┤
120 │Availability │SUNWpool │
121 ├─────────────────────────────┼─────────────────────────────┤
122 │Interface Stability │See below. │
123 └─────────────────────────────┴─────────────────────────────┘
124
125
126 The invocation is Evolving. The output is Unstable.
127
129 pooladm(1M), poolbind(1M), poolcfg(1M), poolstat(1M), svcadm(1M),
130 pool_set_status(3POOL), libpool(3LIB), attributes(5), smf(5)
131
132
133
134
135
136
137SunOS 5.11 1 Dec 2005 poold(1M)