Node:Server Information, Next:Person Status Types, Previous:Mapping Local to Global Text Numbers, Up:LysKOM Data Types
Info ::=
( version : INT32;
conf-pres-conf : Conf-No;
pers-pres-conf : Conf-No;
motd-conf : Conf-No;
kom-news-conf : Conf-No;
motd-of-lyskom : Text-No;
aux-item-list : ARRAY Aux-Item;
)
Info-Old ::=
( version : INT32;
conf-pres-conf : Conf-No;
pers-pres-conf : Conf-No;
motd-conf : Conf-No;
kom-news-conf : Conf-No;
motd-of-lyskom : Text-No;
)
Version-Info ::=
( protocol-version : INT32;
server-software : HOLLERITH;
software-version : HOLLERITH;
)
Static-Server-Info ::=
( boot-time : Time;
save-time : Time;
db-status : HOLLERITH;
existing-texts : INT32;
highest-text-no : Text-No;
existing-confs : INT32;
existing-persons : INT32;
highest-conf-no : Conf-No;
)
These data types contain information about the LysKOM server. The fields
of Info and Info-Old are:
version
10607 is
version 1.6.7 of the server. If greater than 10699 the
get-version-info should be used instead.
conf-pres-conf
pers-pres-conf
motd-conf
kom-news-conf
motd-of-lyskom
aux-item-list
Info-Old.) A list of aux-items that belong to
the server.
The fields of Version-Info are:
protocol-version
server-software
software-version
The Static-Server-Info contains information about the state of
the server when it started. It contains the following fields:
boot-time
save-time
db-status
clean (if the
previous invocation of the server was shut down cleanly) or
backup (which means that some information may have been lost in
the last restart). Clients should be prepared to find other values
here.
existing-texts
get-stats
call with
what set to texts.)
highest-text-no
first-unused-text-no and find-previous-text-no
calls.)
existing-confs
get-stats
call with what set to
confs.)
existing-persons
get-stats
call
with what set to persons.)
highest-conf-no
first-unused-conf-no and find-previous-conf-no
calls.)