SSIM UNIX Log File Event Collector Installation & configuration on LINUX.
Step 1:- Download the UNIX Log file Event Collector from File Connect
(File Name:- UNIX_OS_Logfile_Event_Collector_448_Win_RHEL345_Sol8910_SuSE_EN)
Step ...
Hi All,
Here i am sharing a very common tool which can be used to have the SSH connection to any LINUX OS - PuTTY .
PuTTY is a open source terminal emulator application which can act as a client for the SSH computing ...
Hi All,
Most of us are used to windows technology. hence it is quite difficult when we try to use LINUX.
This is most usefull for all SSIM users.
It always required to frequently transfer files to & fro the SSIM Boxes.
...
This is the std. procedure which needs to be followed if you are having IBM_AIX Event collector for AIX Event collection, which is log file based Event collector.
You can upgrde it to UNIX OS Event collector, which is Syslog based event ...
Those who are not able to use auto purge option available within the SSIM can use this linux scipt to Purge the old data from Archiever as per their own policy.
Command Syntax
find /path/to/files* -mtime +70 -exec rm ...