050-SEPROSIEM-01 · Question #25
To create debug log files for specific services
The correct answer is D. Execute the command: pi_ls_<servicename>.exe ''v > e:\debuglog.txt. In RSA enVision, debug log files for individual services are generated by executing the service's executable with the verbose flag and redirecting output to a log file.
Question
To create debug log files for specific services
Options
- ACheck the Appliance Event Viewer
- BRestart the service in verbose mode
- CExecute the command: %_ENVISION%\database\cmd\startisql.cmd
- DExecute the command: pi_ls_<servicename>.exe ''v > e:\debuglog.txt
How the community answered
(27 responses)- A11% (3)
- C7% (2)
- D81% (22)
Why each option
In RSA enVision, debug log files for individual services are generated by executing the service's executable with the verbose flag and redirecting output to a log file.
The Appliance Event Viewer shows Windows system and application events, not service-level debug logs specific to enVision components.
Restarting a service in verbose mode is not a supported enVision mechanism - the correct approach is to invoke the executable directly with the verbose flag.
The command %_ENVISION%\database\cmd\startisql.cmd launches an interactive SQL session against the enVision database and is unrelated to generating service debug logs.
The command syntax pi_ls_<servicename>.exe ''v > e:\debuglog.txt invokes the target enVision service executable with the verbose (-v) flag, which enables debug-level logging, and redirects that output to a specified file. This pattern allows administrators to capture granular diagnostic information for a specific service without affecting other components.
Concept tested: RSA enVision service-level verbose debug log generation
Topics
Community Discussion
No community discussion yet for this question.