1fpsd(1M) System Administration Commands fpsd(1M)
2
3
4
6 fpsd - Fp-scrubber daemon
7
9 /usr/lib/fps/fpsd
10
11
13 fpsd is a user-level daemon that periodically runs non-intrusive tests
14 to validate proper functioning of FPU (Floating Point Unit) hardware in
15 the system. A fault management action is initiated by means of fmd(1M),
16 in case an error is detected by the test.
17
19 The following exit values are returned:
20
21 0
22
23 Successful completion.
24
25
26 non-zero
27
28 An error occurred.
29
30
32 See attributes(5) for descriptions of the following attributes:
33
34
35
36
37 ┌─────────────────────────────┬─────────────────────────────┐
38 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
39 ├─────────────────────────────┼─────────────────────────────┤
40 │Availability │SUNWfsu │
41 ├─────────────────────────────┼─────────────────────────────┤
42 │Interface Stability │Uncommitted │
43 └─────────────────────────────┴─────────────────────────────┘
44
46 svcs(1), fmd(1M), svcadm(1M), svccfg(1M), attributes(5), smf(5)
47
49 The fpsd service is managed by the service management facility, smf(5),
50 under the service identifier:
51
52 svc:/system/fpsd:default
53
54
55
56
57 You can use svccfg(1M) to change the default fpsd behavior:
58
59 Property Name Type Description
60 ------------- ---- -----------
61 config/exclude_cpus astring comma delimited list of
62 CPU IDs to be excluded
63 from proactive testing.
64
65
66
67
68 Administrative actions on this service, such as enabling, disabling, or
69 requesting restart, can be performed using svcadm(1M). The service's
70 status can be queried using the svcs(1) command.
71
72
73 Disabling the service can increase system's vulnerability to silent
74 data corruption, if a fault were to develop in an FPU within the sys‐
75 tem.
76
77
78
79SunOS 5.11 7 Aug 2008 fpsd(1M)