[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Deleting Logs and Process Files for SRC Components

For the following SRC components, you can issue a command to clean (delete) certain files that are generated by the process for that component.

This command cleans:

This command does not delete:

We recommend that you clean these files for a component when you stop it. When you restart the component, the SRC software creates new files with the same names as the ones you deleted. Cleaning the files keeps the file size small so that you can find data in the files more easily.

Deleting Log Files for SRC Components

To delete (clean) the log files for an SRC component:

  1. On the host on which you installed the SRC component, log in as root or as another authorized user.
  2. Access the folder in which you installed the component.
  3. cd /opt/UMC/<sdxComponent>/etc
    
    
    

<sdxComponent> is the name of the folder in which the SRC component is installed.

For information about component names, see SRC-PE Getting Started Guide, Chapter 28, Installing the SRC Software on a Solaris Platform.

  1. Stop the component.
  2. ./<sdxComponent> stop
    
    
    
  3. Clean the logs.
  4. ./<sdxComponent> clean
    
    
    

The system responds with a status message.

  1. Restart the SRC component.
  2. ./<sdxComponent> start
    
    
    

For example, to clean files for the SAE, enter the following commands:

cd /opt/UMC/sae/etc
./sae stop
./sae clean
./sae start


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]