How to reset hung ports on a Cyclades terminal server
If you are getting no response from a device connected to a Cyclades port you can try to reset all ports by sending HUP signal to cy_ras process:
# ps -ef | grep cy_ras
114 ? root 2908 S /bin/cy_ras
2878 ttyp1 is 1664 S grep cy_ras
# kill -1 114
114 ? root 2908 S /bin/cy_ras
2878 ttyp1 is 1664 S grep cy_ras
# kill -1 114
3 Responses to “How to reset hung ports on a Cyclades terminal server”
You can use the config utility to clear any line on the Cyclades.
# config clear line 08
Comment :: March 16, 2012 at 18:19 :: Quote
From what I remember a couple of times nothing worked except killing the actual processes.
Comment :: April 25, 2012 at 04:39 :: Quote
config clear line worked for me.
Please in which document is this cli command and other such related documented ?
Doesnt seem to be in any i've come across so far
Comment :: September 18, 2012 at 20:29 :: Quote