show services paa status
Syntax
show services paa status
Description
Get the status of the Paragon Active Assurance (PAA) test agent. Because the test agent
software is in a Docker container, the states reported with this command are the same as the
states reported by a docker inspect
command.
Additional Information
You can also use NETCONF to get the status of the PAA test agent:
<rpc> <get-paa-status> </get-paa-status> </rpc> ]]>]]>
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show services paa status
command.
Field Name |
Field Description |
---|---|
|
Status of the PAA test agent and its Docker container. The possible statuses are:
|
|
IP address or DNS hostname of the PAA Control Center to which this test agent reports. |
|
If dead is |
|
Time of the last exit. If the Docker container is running normally, nothing has exited, and so this field shows zeroes. If this field is non-zero, you need to check the log messages to understand why. |
|
Name of the Docker container image and the PAA version number. |
|
If |
|
If |
|
Process ID for this PAA test agent. If |
|
If |
|
If |
|
The time at which the Docker container was started. |
|
Shows the installation status of the PAA test agent.The possible statuses are: Uninstalling, Uninstalled, Installing, Installed. |
Sample Output
- show services paa status
- show services paa status with debug log messages (test agent was installed with the ta-debug option)
- show services paa status with log messages showing a failed install because the address for the Control Center is incorrect
- show services paa status with log messages showing a failed install because the user name or password was incorrect
show services paa status
user@host> show services paa status
Status: Installed Error message: None Control center: 10.49.23.49 Image: paa/test-agent-application:4.3.0.20 Container status: running Running: true Paused: false Restarting: false OOMKilled: false Dead: false Pid: 25078 ExitCode: 0 Error: None Started At: 2023-12-12T15:02:11.993510852Z Finished At: 0001-01-01T00:00:00Z VRF: vrf0
show services paa status with debug log messages (test agent was installed with the ta-debug option)
user@host> show services paa status
Status: Installed Error message: None Control center: 10.49.23.49 Image: paa/test-agent-application:4.3.0.20 Container status: running Running: true Paused: false Restarting: false OOMKilled: false Dead: false Pid: 25078 ExitCode: 0 Error: None Started At: 2023-12-12T15:02:11.993510852Z Finished At: 0001-01-01T00:00:00Z VRF: vrf0 Logs: 2023-12-12 15:02:13.082784Z DEBUG: populate_interface_state: ifname=lo0_0 name=lo0.0 Logs: 2023-12-12 15:02:13.084369Z DEBUG: Sending interface state to CC, type=InterfaceState Logs: 2023-12-12 15:02:32.333126Z DEBUG: Received pong.
show services paa status with log messages showing a failed install because the address for the Control Center is incorrect
user@host> show services paa status
Status: Error Error message: Connection to control center failed Logs: curl: (7) Failed to connect to example.com port 443 after 3081 ms: Error Logs: 2023-12-15 10:39:57Z ERROR: Logs: 2023-12-15 10:39:57Z ERROR: Can't reach control center at address example.com
show services paa status with log messages showing a failed install because the user name or password was incorrect
user@host> show services paa status
Status: Error Error message: Incorrect login credentials Logs: 2023-12-12 15:06:27Z INFO: Setting environment Logs: 2023-12-12 15:06:30Z ERROR: Incorrect user name or password
Release Information
Command introduced in Junos OS Evolved Release 22.3R1.