Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By default, Unimus uses 10 second timeouts for SSH / Telnet connections.
This means that if your device takes longer than this to establish an SSH session, Unimus will not connect to it.

During device discovery (more info here), Unimus will establish multiple session to a device to test credentials.
Unimus waits 250ms between session establishments by default.
Especially for older / slower devices, it can be beneficial to increase this inter-connection delay.

For device interaction, Unimus has a 20 second timeout on each command it issues to the device.
For example, if the device takes longer than 20 seconds to respond to a 'show version' command, Unimus will consider this a timeout.

...

Code Block
languagetext
-Dunimus.core.connect-timeout=20000
-Dunimus.core.inter-connection-delay=1000
-Dunimus.core.cli-expect-timeout=30000
-Dunimus.core.max-backup-timeout=120000

...

Code Block
languagetext
-Dunimus.core.connect-timeout=20000 -Dunimus.core.inter-connection-delay=1000 -Dunimus.core.cli-expect-timeout=30000 -Dunimus.core.max-backup-timeout=120000

...