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

Related posts:

  1. Unkillable process Snv_92 has been entertaining me since I upgraded from quite...
  2. Solaris and external USB disks Short tutorial on how to connect, format, mount, detach and...
  3. Jumbo frames on Cisco For IOS: 3750(config)# system mtu jumbo 9000 3750(config)# exit 3750#...