|
Console Management Configuration on PortServer CM Console Management Configuration on PortServer CM Symptom: Unable to connect to the PortServer CM port
Cause: The /etc/portslave/pslave.conf not configured properly for the connection type.
Solution: Modify the following settings within the /etc/portslave/pslave.conf file:
conf.eth_ip [portserver_cm_ip]
conf.eth_mask [network_mask]
all.protocol socket_ssh*
all.dcd 0
all.flow none
all.socket_port 7001+
s1.serverfarm [name_1]
s2.serverfarm [name_2]
It is not necessary to set all.ipno to have an IP address for each port.
To access ports using ssh, choose on of the following commands:
# ssh -t [user_name]:ttyS##@[portserver_cm_ip]
# ssh -t [user_name]:70##@[portserver_cm_ip]
# ssh -t [user_name]:[alias_name]@[portserver_cm_ip]
# ssh -t [user_name]:[ipno]@[portserver_cm_ip]
*It is possible to set with socket_server, for telnet connections.
# telnet [portserver_cm_ip] 70##
# telnet [ip_number_of_the_port]
Related Information:
http://supportold.digi.com/support/manuals/pscm32/current.pdf
|