Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
# ./NDSD_PROCESS_Monitor
usage: ./NDSD_PROCESS_Monitor options
This script will get defined process statistics.
Mandatory OPTIONS:
-o Os Name or Platform :: Linux / SunOS / AIX :: Default: Mandatory from out of three
-H IP of the HOST :: Default: Mandatory
-m e-Mail ID for sending alert massages
OPTIONS:
-f Log file name with path :: Default: /var/tmp/YYYYMMDD_HHMM.log
-h To show this message
-i Interval between two different stat of Process :: Must be in Second :: Default: 30
-c Check for ndsd core at every given interval on given location :: default: /var/opt/novell/eDirectory/data/dib
Examples:
./NDSD_PROCESS_Monitor -h
To show this message
$0 -o Linux -H XXX.XXX.XXX.XXX -m your@email.com
To get "ndsd" pocess statistics
$0 -o AIX -H XXX.XXX.XXX.XXX -m your@email.com -i 60 -f /root/tmp/ndsd_process_stat.log
.
To get "ndsd" process statistics on AIX platform for every 60 seconds
#