Service manual
Chapter 6 Configuration 61
Cyclades-TS Installation & Service Manual
Parameter Value for This Example
all.protocol Socket_server
all.authtype None
conf.eth_ip 20.20.20.3
all.socket_port 7301+
FIGURE 6.18 CYCLADES-TS CONFIGURATION FOR SLAVE 2 (WHERE IT DIFFERS FROM THE
STANDARD CAS PROFILE)
To access ports from the remote management workstation, use telnet with the secondary IP address:
Telnet 209.81.55.110 7001 to access the first port of the Master Cyclades-TS
Telnet 209.81.55.110 7033 to access the first port of Slave 1
Telnet 209.81.55.110 7065 to access the first port of Slave 2
Note that socket port 7065 is being used in the last example to access port 7301 in Slave 2.
ssh can also be used from the remote management workstation:
ssh -l <username>:Server_on_slave2_serial_s3 209.81.55.110 to access the
third port of Slave 2
ssh -l <username>:7069 209.81.55.110 to access the fifth port of Slave 2
Centralized Management - Include File
The Cyclades-TS allows centralized management through the use of a master pslave.conf file. Administrator’s
should consider this approach to configure multiple Cyclades-TSs. Using this feature, each unit has a simplified
pslave.conf file where a master include file is cited. This common configuration file contains information for all
units, properly separated in separate sections, and would be stored on one central server. This file, in our example
shown in figure 6.19, is /etc/portslave/TScommon.conf. It must be downloaded to each Cyclades-TS.