Installing or upgrading Avaya Hybrid Cloud Gateway in a tmux session

Last Updated : Jan 10, 2024 |
Prolog information
You can perform lengthy CLI operations, such as installing or upgrading of Avaya Hybrid Cloud Gateway, in a tmux session.
If the connection with the SSH terminal is reset while the installation or upgrade operations are in progress, you must restart these operations. To prevent this issue, you can start a tmux session before performing a lengthy operation. Commands and processes that you run from a tmux session continue to run even if the connection with the SSH terminal is reset. Therefore, you can reconnect to the tmux session and complete the operation.
  1. To start a tmux session, run the following command from the Avaya Hybrid Cloud Gateway CLI: tmux new-session -s <SESSION_NAME>
    ADDITIONAL INFORMATION:
    In this command, SESSION_NAME is a tmux session name of your choice. For example, tmux new-session -s HCG_session
  2. To reconnect to the tmux session, run the following command from the Avaya Hybrid Cloud Gateway CLI: tmux attach-session -t <SESSION_NAME>
    ADDITIONAL INFORMATION:
    In this command, SESSION_NAME is a tmux session name that you created. For example, tmux attach-session -t HCG_session