Page tree

Versions Compared

Key

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

...

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

For backups, this however works differently.
Many devices output backups in 'paged' format.
Each page therefore has its own 15 20 second timeout.

For devices that do not output backups using paging, Unimus uses a 60 75 second timeout.
So for devices without paging, they need to output their backup contents under 60 75 seconds, or Unimus considers the backup operation failed.

...

Code Block
languagetext
-Dunimus.core.connect-timeout=20000
-Dunimus.core.cli-expect-timeout=2000030000
-Dunimus.core.max-backup-timeout=120000

...

Code Block
languagetext
-Dunimus.core.connect-timeout=20000 -Dunimus.core.cli-expect-timeout=2000030000 -Dunimus.core.max-backup-timeout=120000

...