Audit Server Status

struct ae_srvstatus {
   unsigned short ae_sv_status;
};

where ae_sv_status is one of four values indicating a status of the server. These values, defined in the AUDIT.H header file, mean the following: ┌─────────────────────────┬────────────┬───────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ VALUE │ MEANING │
├─────────────────────────┼────────────┼───────────────────────────────────────┤
│ AE_SRVSTART │ 0 │ Server software started. │
├─────────────────────────┼────────────┼───────────────────────────────────────┤
│ AE_SRVPAUSED │ 1 │ Server software paused. │
├─────────────────────────┼────────────┼───────────────────────────────────────┤
│ AE_SRVCONT │ 2 │ Server software restarted. │
├─────────────────────────┼────────────┼───────────────────────────────────────┤
│ AE_SRVSTOP │ 3 │ Server software stopped. │
└─────────────────────────┴────────────┴───────────────────────────────────────┘


[Back: Audit Entry Header]
[Next: Audit Logon]