GE Healthcare
Senographe DS
Revision 1
Service Information and Procedures Class A 2385072-16-8EN
Job Card DIAG A005 - Error Log Retrieval
Page no. 1003
Chapter 9
JC-DIAG-A-005.fm
cp error.log.back temp
h. If you want the older log files, copy them by entering:
cp trace.SenoServer.log.xxxxxxxxxxxxxx
i. If you want the older archived log files, copy them by entering:
cp oldfiles/trace.SenoServer.log.xxxxxxxxx.Z
3. Change to the temporary (
/export/home/sdc/senovision/logfiles/temp)
directory, by entering:
cd temp
4. Compress all of the files in the temporary (
/export/home/sdc/senovision/logfiles/temp)
directory, by
entering:
compress *
5. If any of the resulting files exceed the size of a floppy disk, they can be divided into smaller parts by
using the
split
command. For example, to split the file
ExamEvents.log.Z
into parts smaller than
1.3 Mbyte, enter the following command:
split -b 1300 k ExamEvents.log.Z
This generates two part files:
ExamEvents.log.Z.01
and
ExamEvents.log.Z.02
Each of the part files can then be copied to floppy as for the original files.
5-4-3
Copy Log Files to Floppy Disk
Copy the required files to a floppy disk as follows:
1. Insert a formatted disk in the floppy drive.
2. Log in as root as follows:
a. At the prompt, enter:
su - root
b. When requested to specify the root password, enter:
operator
3. Mount the floppy drive device as
/floppy
by entering:
mount -F pcfs /dev/fd0 /floppy
4. Change to the temporary (
/export/home/sdc/senovision/logfiles/temp)
directory where the com-
pressed log files exist, by entering:
cd /export/home/sdc/senovision/logfiles/temp
5. For each required log file, enter the following command to copy the appropriate file to floppy disk:
cp <logfile>.log.Z /floppy
For each file, replace the string
<logfile>
by the appropriate file name.
To copy non-compressed files, omit the characters
.Z
from the command.
5-4-4
Completion
After copying all required log files, perform the following steps to eject and unmount the floppy disk, and
to remove the compressed log files you created.
1. Return to the root directory by entering:
cd
2. Eject the floppy disk by entering:
eject
3. Unmount the floppy device by entering:
umount /floppy
4. Close the xterm window by entering: