nerdexam
RSA

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.

Deployment and Configuration of NetWitness Components

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)
  • A
    11% (3)
  • C
    7% (2)
  • D
    81% (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.

ACheck the Appliance Event Viewer

The Appliance Event Viewer shows Windows system and application events, not service-level debug logs specific to enVision components.

BRestart the service in verbose mode

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.

CExecute the command: %_ENVISION%\database\cmd\startisql.cmd

The command %_ENVISION%\database\cmd\startisql.cmd launches an interactive SQL session against the enVision database and is unrelated to generating service debug logs.

DExecute the command: pi_ls_<servicename>.exe ''v > e:\debuglog.txtCorrect

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

#debug log files#service debugging#logging commands#verbose mode

Community Discussion

No community discussion yet for this question.

Full 050-SEPROSIEM-01 Practice