Previous Topic Next topic Print topic


Moving the Diagnostics Data

Before you can start work on the data collected from the server that experienced the problem, you need to copy it into the diagnostics server. Here are the commands you need to move the collected data and the log files into a diagnostics server, assuming that:

In the examples below, Enterprise Server is installed as part of Studio Enterprise Edition for UNIX:

cp *.rec var/mfcobol/es/diagnostics-server-name
cp console.log var/mfcobol/es/diagnostics-server-name/console.aux
cp console.bak var/mfcobol/es/diagnostics-server-name/console.bak

Here is a sample script that copies the required data to a diagnostics server called diagnose.

cp *.rec var/mfcobol/es/diagnose
cp console.log var/mfcobol/es/diagnose/console.aux
cp console.bak var/mfcobol/es/console.bak

Restart the server that experienced the problem after you have moved the data to the diagnostics server.

Previous Topic Next topic Print topic