Example data stream capture file settings
The following example shows the stream capture settings used to log events to the default location:
- Specify the following properties in the
properties file $OMNIHOME/probes/arch/tivoli_eif.props:
PortNumber : 9999 MessageLevel : "debug" StreamCapture : "true"
- Start the probe using the following command:
$OMNIHOME/probes/nco_ p_tivoli_eif -messagelog stdout -messagelevel debug
Logging stream capture to a specified location
The following example shows the stream capture
settings used to log events to a specific location:
- Specify
the following properties in the properties file $OMNIHOME/probes/arch/tivoli_eif.props:
PortNumber : 9999 MessageLevel : "debug" StreamCapture : "true" StreamCaptureFilename : "./testcapture"
- Start the probe with the following
command:
$OMNIHOME/probes/nco_p_tivoli_eif -messagelog stdout -messagelevel debug