Changes

Jump to navigation Jump to search
727 bytes added ,  20:47, 13 April 2007
m
Line 67: Line 67:     
=== Configuration ===
 
=== Configuration ===
 +
The configuration is stored in an e-smith style database. Use the db command to configure Affa.
 +
The jobname is the record key with the type 'job'.<br>To setup a new job enter:
 +
<br><code># db affa set myprodsrv job</code><br>
 +
then set the properties<br>
 +
<code># db affa setprop myprodsrv remoteHostName 192.168.1.1</code><br>
 +
<code># db affa setprop myprodsrv TimeSchedule '0030,0730,1130,1330,1730,2030'</code><br>
 +
<code># db affa setprop myprodsrv Description 'My Production Server'</code><br>
 +
<code># db affa setprop myprodsrv status enable</code><br>
 +
and so on...
 +
 +
Alternatively you can you use a script as described above in the 'Quick start' chapter.
 +
 +
To verify your work, type:<br>
 +
<code># db affa show myprodsrv</code>
 +
    
{| border="1" cellpadding="3"
 
{| border="1" cellpadding="3"
501

edits

Navigation menu