Hi @all! Got a little problem here: I'm about to write a little script to automated readout of a few SecureStack stats. I use cliconfig (ATGTools; windows-version). The commandline is:
cliconfig -s <IP> -useSsh -telnetUser <User> -telnetPwd <Pwd> -c debugswitch.cliconfig The "debugswitch.cliconfig" is: show system utilization cpu show system utilization process show spantree stats active show switch status show switch stack-ports show macauthentication session exit Problem: the script works, but stops after executing the "exit" command with "There were errors. Check 'C:\Programme\Enterasys Networks\ATGtools\errors\cliConfig.err' for details." I have to terminate it manually with ctrl-c or wait for 2-3 minutes. The cliConfig.err is: ------------------------------------------------------------- ** 10:08:33.656 SSH2Transport.disconnectInternal() : 'disconnect: Server closed connection' ------------------------------------------------------------- WTH?! Sure, the server closed the connection - I told him to! Why is this an error, why does this stop the script and how can I avoid it? Thanks in advance! Regards Stefan --- To unsubscribe from enterasys, send email to [EMAIL PROTECTED] with the body: unsubscribe enterasys [EMAIL PROTECTED]
