Viewing Session Status

You can view status of every session that was started by Veeam Agent for Linux. To view the session status, use the following command:

veeamconfig session info --id <session_id>

where:

<session_id> — ID of the session for which you want to check status.

Veeam Agent displays the following information about sessions:

Parameter

Description

ID

ID of the session.

Job name

Name of the backup job parent to the session. Veeam Agent displays value for this parameter only for backup job sessions.

Job ID

ID of the backup job parent to the session. Veeam Agent displays value for this parameter only for backup job sessions.

State

Current status of the session.

Start time

Date and time of the session start.

End time

Date and time of the session completion. Veeam Agent displays value for this parameter only for completed sessions.

The following example shows status information on the completed backup job session:

user@srv01:~$ veeamconfig session info --id 1592755d-3a2b-40a9-a036-5c81853b369e
Backup session
  ID: {1592755d-3a2b-40a9-a036-5c81853b369e}
  Job name: SystemBackup
  Job ID: {2495911e-58db-4452-b4d1-f53dcfbc600e}
  State: Success
  Start time: 2016-11-11 14:37:21 UTC
  End time: 2016-11-11 14:40:02 UTC

The following example shows status information on the running volume restore session:

user@srv01:~$ veeamconfig session info --id 697d9348-9001-4845-8764-3cc4fb3f296b
Restore session
  ID: {697d9348-9001-4845-8764-3cc4fb3f296b}
  State: Running
  Start time: 2016-11-27 10:35:47 UTC
  End time: