Tivoli Monitoring, Version 6.2

situpdate.sh

Description

Use the situpdate.sh command to store events from a provided file in a cache file. The size, number, and location of cache files are determined by configuration parameters.

CLI syntax

situpdate.sh
            size=max_size
            num=max_number
            path=cache_file_path
            conf=conf_file
            pathc=conf_file_path
            pathc=input_filename
             

situpdate.sh  -clean
            conf=conf_file]
            -pathc=conf_file_path
            path=cache_file_path
            

where:

usage
Prints the usage statement
clean
Removes all event cache files
confconf_file
The name of the configuration file
sizemax_size
The maximum size of a single event cache file
nummax_number
The maximum number of event cache files
pathcache_file_path
The directory location of the event cache files
pathcconf_file_path
The directory location of the conf file
pathcinput_filename
The name of the file for processing

CLI example

The following example changes the trace level for the event synchronization to medium:

   situpdate.sh -conf situpdate.conf -pathc /tmp/product /tmp/product/

files/inputfile



Feedback

[ Top of Page | Previous Page | Next Page | Contents | Index ]