VMware vRealize Automation (VCP-CMA 2019) — Question 18
Users are reporting to IT they are getting an error when attempting to launch mobile apps that require VPN to access.
Which command would an IT Administrator need to run to check the status of the Tunnel Per-App VPN service on the Unified Access Gateway (UAG)?
Answer options
- A. systemctl status pavpn
- B. systemctl status vpnd
- C. service status vpnd
- D. service status pavpn
Correct answer:
Explanation
The correct command to check the status of the Tunnel Per-App VPN service is 'systemctl status pavpn', as it directly queries the service management for its status. The other options either reference the wrong service or use the incorrect command syntax for system service management in Linux systems.