1LAMCLEAN(1) LAM COMMANDS LAMCLEAN(1)
2
3
4
6 lamclean - Attempt to clean entire LAM system.
7
9 lamclean [-hv]
10
12 -h Print the command help menu.
13
14 -v Be verbose.
15
17 The lamclean command attempts to remove all user processes and messages
18 from all nodes. It also de-allocates all user allocated resources and
19 cancels all user process registrations. This happens by invoking many
20 different remote services which have previously been invoked individuā
21 ally by several other commands. These commands should still be used
22 when partial selective removal of user presence is desired. Otherwise,
23 lamclean is a quick and convenient way of starting over after a bad
24 application run without rebooting the system.
25
26 lamclean takes the following actions on the following system processes
27 on all nodes:
28
29 kenyad The LAM SIGUDIE signal (terminate) is sent to all user
30 processes. See doom(1).
31
32 bufferd The entire daemon is reset to its initial state after
33 booting. See sweep(1).
34
35 filed All user file descriptors are closed. See fctl(1).
36
37 traced All traces are removed. See lamtrace(1).
38
39 lamclean will not succeed if any of the nodes are unreachable due to
40 catastrophic failure or maximum buffer overflow with link jamming. If
41 lamclean does not return, use lamwipe(1) and lamboot(1) to restart the
42 multicomputer.
43
45 lamboot(1), lamwipe(1), sweep(1), doom(1), fctl(1), lamtrace(1)
46
47
48
49LAM 7.1.2 March, 2006 LAMCLEAN(1)