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


Deleting Files for SDX Components

To delete (clean) the files for an SDX component:

  1. On the host on which you installed the SDX 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 SDX component is installed. For information about these names, see SDX Getting Started Guide, Chapter 5, Installing the SDX-300 Software.

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

The system responds with a status message.

  1. Restart the SDX 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]