Cfengine: Difference between revisions

From DWIKI
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
From the [http://www.cfengine.org/ site]:
From the [http://www.cfengine.org/ site]:
<blockquote> Cfengine, or the [http://www.cfengine.org/cfdetails.html configuration engine] is an [http://www.cfengine.org/daystrom.html autonomous agent] and a middle to high level
<blockquote> Cfengine, or the [http://www.cfengine.org/cfdetails.html configuration engine] is an [http://www.cfengine.org/daystrom.html autonomous agent] and a middle to high level policy language and agent for building expert systems to administrate and configure large computer networks. Cfengine is designed to be a part of a computer immune system[http://www.iu.hio.no/~mark/research/immune]. It is ideal for cluster management and has been adopted for use all over the world in small and huge organizations
policy language and agent for building expert systems to administrate
and configure large computer networks. Cfengine is designed to be a
part of a [http://www.iu.hio.no/~mark/research/immune computer
immune system]. It is ideal for cluster management and has been
adopted for use all over the world in small and huge organizations
alike.</blockquote>
alike.</blockquote>
----
{| style="width:600px;" border="0"
| colspan="2" | '''Usefull links'''
|-
| [http://www.cfengine.org/ http://www.cfengine.org/] || CFengine homepage
|-
| [http://sial.org/howto/cfengine/ http://sial.org/howto/cfengine/] || A cfengine howto
|-
| [http://cfwiki.org/cfwiki/index.php/Main_Page http://cfwiki.org/cfwiki/index.php/Main_Page] || CFengine Wiki
|}
= cfengine commandline tips =
== cfagent use ==
Run an '''update''' of the configuration files '''now'''
  cfagent -Bqv
Run cfagent now
  cfagent -Kqv
Show what classes are active
  cfagent -pv
== configfile maintenance ==
Create a list of directory entries from a given folder
  find /opt/ -type d -printf "%p o=%u g=%g mode=%m\n"

Latest revision as of 10:18, 19 April 2007

From the site:

Cfengine, or the configuration engine is an autonomous agent and a middle to high level policy language and agent for building expert systems to administrate and configure large computer networks. Cfengine is designed to be a part of a computer immune system[1]. It is ideal for cluster management and has been adopted for use all over the world in small and huge organizations alike.


Usefull links
http://www.cfengine.org/ CFengine homepage
http://sial.org/howto/cfengine/ A cfengine howto
http://cfwiki.org/cfwiki/index.php/Main_Page CFengine Wiki


cfengine commandline tips

cfagent use

Run an update of the configuration files now

 cfagent -Bqv

Run cfagent now

 cfagent -Kqv

Show what classes are active

 cfagent -pv

configfile maintenance

Create a list of directory entries from a given folder

 find /opt/ -type d -printf "%p o=%u g=%g mode=%m\n"