File: simul.help

package info (click to toggle)
linuxconf 1.26r4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56,432 kB
  • ctags: 27,217
  • sloc: cpp: 158,803; perl: 7,484; sh: 4,134; java: 3,105; ansic: 2,492; makefile: 2,216; python: 109
file content (66 lines) | stat: -rw-r--r-- 1,977 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  Status of the system


  _L_i_n_u_x_c_o_n_f has the unique ability to probe almost every running server
  and configuration on the machine and compare them with what is
  "required." Using that information, it can produce a report or take
  action.

  11..  PPrriinncciipplleess


  _L_i_n_u_x_c_o_n_f defines the "required" configuration by looking at various
  configuration files. From the content or the revision date of each
  file, _L_i_n_u_x_c_o_n_f may take the following actions:


  +o  (Re)configure a system (change the IP number of the Ethernet
     adapter)

  +o  Start a daemon

  +o  Kill a daemon

  +o  Kill/restart a daemon

  +o  Send a signal to a daemon to force it to read its configuration
     file

  _L_i_n_u_x_c_o_n_f can do this work in simulation mode. In this mode it simply
  takes note of what has to be done. In activation mode, actions are
  performed and a log entry is written in /var/adm/netconf.log.


  22..  EEvveerryy ttiimmee yyoouu lleeaavvee LLiinnuuxxccoonnff


  This probing is done every time you quit _L_i_n_u_x_c_o_n_f. The point is to
  avoid getting into a state where a system fails to operate as expected
  -- not because it is badly configured, but simply because the
  configuration has not been activated.

  Unfortunately, many people are convinced that rebooting is a
  necessity.  In fact, it is, on most other operating systems. _L_i_n_u_x and
  _L_i_n_u_x_c_o_n_f are changing that idea.


  33..  CCoommmmaanndd lliinnee mmooddee

  The command "netconf --status" will produce a report about what has to
  be done to make the system current.

  The command "netconf --update" will make the system current.

  If you are used to editing configuration files by hand with your
  favorite editor, you can still do so. A simple "netconf --update" will
  make sure everything is fine.