/[pxelator]/lib/PXElator.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 280 by dpavlin, Sat Aug 22 11:50:57 2009 UTC revision 422 by dpavlin, Sat Sep 12 21:50:21 2009 UTC
# Line 91  Boot virtual machine (with new ip and ho Line 91  Boot virtual machine (with new ip and ho
91  =item *  =item *
92    
93  Boot machine from network into fully configurable (writable) system for quick recovery or dedicated machine.  Boot machine from network into fully configurable (writable) system for quick recovery or dedicated machine.
94  This is implemented using nfs server with aufs read-write overlay on top of debootstrap base machine.  This is implemented using NFS server with aufs read-write overlay on top of debootstrap base machine.
95    
96  =back  =back
97    
# Line 101  I have been trying to write useful docum Line 101  I have been trying to write useful docum
101  My best effort so far is I<Sysadmin Cookbook> at L<https://sysadmin-cookbook.rot13.org/> a set of semi-structured  My best effort so far is I<Sysadmin Cookbook> at L<https://sysadmin-cookbook.rot13.org/> a set of semi-structured
102  shell scripts which can be executed directly on machines.  shell scripts which can be executed directly on machines.
103    
104  This part isn't yet integrated into PXElator, but most of the recepies will become some kind of rule which you  This part isn't yet integrated into PXElator, but most of the recipe will become some kind of rule which you
105  can enforce on some managed machine.  can enforce on some managed machine.
106    
107  End user scenario:  End user scenario:
# Line 135  or somehow maintain two sources of confi Line 135  or somehow maintain two sources of confi
135    
136  =item *  =item *
137    
138  Introspects live system and just tries to apply corrections if needed which is similar to C<cfengine3> approach.  Introspect live system and just tries to apply corrections if needed which is similar to C<cfengine3> approach.
139    
140  =back  =back
141    
# Line 145  End user scenario: Line 145  End user scenario:
145    
146  =item *  =item *
147    
148  Turn useful howto into workable configuration without much effort  Turn useful how-to into workable configuration without much effort
149    
150  =back  =back
151    
152  =head2 Provide overview and monitoring  =head2 Provide overview and monitoring
153    
154  This falls out from HTTP interface and from collecting of data into CouchDB.  This falls out from HTTP interface and from collecting of data into CouchDB.
155  For now, PXElator tries to manage development enviroment for you, opening xterms  For now, PXElator tries to manage development environment for you, opening xterms
156  (with screen inside for logging and easy scrollback) in different colors,  (with screen inside for logging and easy scrollback) in different colors,
157  and enable you to start Wireshark on active network interfaces for debugging.  and enable you to start Wireshark on active network interfaces for debugging.
158    
159    =head1 INSTALL
160    
161      cd /srv
162      svn co svn://svn.rot13.org/pxelator
163      svn co svn://svn.rot13.org/Intel-AMT/trunk Intel-AMT
164    
165      cd pxelator
166      sh -x bin/install-debian.sh
167    
168      perl Makefile.PL
169      make
170    
171      # create pxelator CouchDB database and views
172      cd couchdb
173      make push
174      cd -
175    
176      ./bin/start.sh

Legend:
Removed from v.280  
changed lines
  Added in v.422

  ViewVC Help
Powered by ViewVC 1.1.26