Service manual
Chapter 6 Configuration 33
Cyclades-TS Installation & Service Manual
Parameter Description Value for
This Example
conf.facility This value (0-7) is the Local facility sent to the syslog. The file /etc/syslog-
ng/syslog-ng.conf contains a mapping between the facility number and the
action (see more in Appendix G).
7
conf.DB_facility This value (0-7) is the Local facility sent to the syslog with the data when
syslog_buffering and/or alarm are active. The file /etc/syslog-ng/syslog-
ng.conf contains a mapping between the facility number and the action
(see more in Appendix G).
0
conf.group Used to group users to simplify configuration of the parameter all.users
later on. This parameter can be used to define more than one group.
group_name
:
user1, user2
FIGURE 6.6 CONSOLE SERVER PSLAVE.CONF GLOBAL PARAMETERS (CONT.)
Parameter Description
Value in Exp.
all.speed The speed for all ports. .
This value (as for any "all." parameters) can later be
overridden for individual ports using the s
<port number>
.speed parameter.
9600
all.datasize The data size for all ports. 8
all.stopbits The number of stop bits for all ports 1
all.parity The parity for all ports. none
all.dcd DCD signal (sets the tty parameter CLOCAL). Valid values are 0 or 1. In a socket
session, if all.dcd=0, a connection request (telnet or ssh) will be accepted
regardless of the DCD signal and the connection and will not be closed if the DCD
signal is set to DOWN. In a socket connection, if all.dcd=1 a connection request
will be accepted only if the DCD signal is UP and the connection (telnet or ssh) will
be closed if the DCD signal is set to DOWN.
0
all.modbus_
smode
Communication mode through the serial ports. This parameter is meaningful only
when modbus protocol is configured. The valid options are ascii (normal TX/RX
mode) and rtu (some time constraints are observed between characters while
transmitting a frame). If not configured, ASCII mode will be assumed.
commented
FIGURE 6.7 CONSOLE SERVER PSLAVE.CONF PORT-SPECIFIC PARAMETERS