Sponsored Content
Top Forums Shell Programming and Scripting script to monitor process running on server and posting a mail if any process is dead Post 67981 by pradeepmacha on Wednesday 30th of March 2005 01:09:51 AM
Old 03-30-2005
Power script to monitor process running on server and posting a mail if any process is dead

Hello all,
can any body help me with a script that will check every day for process running on UNIX server and Post a mail if any of the process has aborted or stoped. It is really urgent and i 'm new to unix.
Plz some one help me on this at the earliest.

Thanks in advance,
Regards,
Smilie Pradeep Kulkarni.
 

10 More Discussions You Might Find Interesting

1. Programming

How to monitor if a process is running

I would like to know if i can monitor if a process is running. I have one program wich is running all the time, called oliba, but sometimes it goes down, and I have to launch it again. Is there a way to monitor the pid of the program, and if the program goes down, to lauch it again? Can you give... (3 Replies)
Discussion started by: Pedro Tavares
3 Replies

2. UNIX for Advanced & Expert Users

how to check if a process is running in a server from shell script.

I want to write a unix shell script that will check if a process (say debu) is running in the server or not. If no , then send a mail to the corresponding person to start the process??? (2 Replies)
Discussion started by: debu
2 Replies

3. Shell Programming and Scripting

Killing of a process and send a mail if the process doesnot come up within 2 minutes

Hi Friends, I am new to this forum as well as new to shell scripting. I have a problem here and i need someone to solve this. Let us consider there are two processes(abc & def).There is a script which kills these two processes(i.e killtheprocess abc). Here abc is the argument . There is a... (1 Reply)
Discussion started by: Prince89
1 Replies

4. Shell Programming and Scripting

Monitor a long running process

Gurus, I am writing a shell script that will be used to automate cold backup of an Oracle Database. The database size is around 300G and will take around 5-6 hours to copy. I have finished the script till the copy of the datafiles. Now, I am stuck at the point where I need to monitor the... (4 Replies)
Discussion started by: sunpraveen
4 Replies

5. Shell Programming and Scripting

script to monitor the process system when a process from user takes longer than 15 min run.

get email notification from from system when a process from XXXX user takes longer than 15 min run.Let me know the time estimation for the same. hi ,any one please tell me , how to write a script to get email notification from system when a process from as mentioned above a xxxx user takes... (1 Reply)
Discussion started by: kirankrishna3
1 Replies

6. Shell Programming and Scripting

Script to Monitor a Process with Top.

Hi, I have written a script to monitor a Process with the help of top command. This is my script. ====================== #!/bin/sh DATE=`date +%Y%m%d%H%M%S` HOME=/home/xmp/testing/xmp_report RADIUS_PID=`xms -xmp sh pr | grep "RADIUS.iamsp02ldv" |awk '{ print $3 }'` PSE_PID=`xms -xmp sh... (5 Replies)
Discussion started by: Siddheshk
5 Replies

7. Shell Programming and Scripting

Script to Monitor windows process

Hi Guys, I'm looking for a script( preferably perl script) which should monitor a application service and alert me when it goes down. application is installed in windows NT. Scenario: I have remedy ARS 6.1 installed in windows platform and need some script to monitor its service and alert me... (2 Replies)
Discussion started by: user__user3110
2 Replies

8. Shell Programming and Scripting

Script to monitor the process

Hi, I need help to monitoring a process using the shell script The same output is below oracle 32578 32577 0 Feb27 ? 00:06:47 java -cp .:lib/ant.jar:lib/ojdbc5.jar:lib/log4j-1.2.17.jar:/ORACLE_HOME/server/lib/wlfullclient.jar:/ORACLE _HOME/server/lib/weblogic.jar:Alerts.jar... (9 Replies)
Discussion started by: ajothi
9 Replies

9. BSD

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (0 Replies)
Discussion started by: naveeng
0 Replies

10. Shell Programming and Scripting

Command to get exact tomcat process I am running ignoring other java process

Team, I have multiple batchjobs running in VM, if I do ps -ef |grep java or tomcat I am getting multiple process list. How do I get my exact tomcat process running and that is unique? via shell script? (4 Replies)
Discussion started by: Ghanshyam Ratho
4 Replies
ypxfr(8)						      System Manager's Manual							  ypxfr(8)

NAME
ypxfr - Transfer a Network Information Service (NIS) map from a NIS server to the local host SYNOPSIS
/var/yp/ypxfr [-a method] -f [-h host] -d [domain] [-c] [-C tid prog ipadd port] mapname OPTIONS
Specifies that NIS maps are to be stored in one of the following formats: btree -- Recommended when creating and maintaining very large maps. dbm/ndbm -- For backward compatibility. This is the default. hash -- A potentially quicker method for managing small maps. Force the transfer to occur even if the version at the MASTER is not more recent than the local version. Do not send a "Clear current map" request to the local ypserv process. This option should be used if ypserv is not running locally at the time when ypxfr is running. Other- wise, ypxfr will report that it can not talk to the local ypserv, and the transfer will fail. Get the map from host, regardless of which map is the master. If host is not specified, ypxfr will ask the NIS service for the name of the master, and try to get the map from there. The host option can be a name or an IP address in dotted numeric notation. Specify a domain other than the default domain. This option is only for use by ypserv. When ypserv invokes ypxfr, it specifies that ypxfr should call back a yppush process at the host with IP address ipaddr, registered as program number prog, listening on port port, and waiting for a response to transaction tid. DESCRIPTION
The ypxfr command moves a NIS map, specified by the mapname argument, to the local host by making use of normal NIS services. It creates a temporary map in the directory /var/yp/domain (which must already exist), fills it by enumerating the map's entries, obtains the map param- eters (master and order number) and loads them into the map. Once ypxfr has accomplished these tasks, it deletes any old versions of the map and moves the temporary map to the real mapname. If ypxfr is run interactively, it writes its output to the terminal. However, if it is invoked without a controlling terminal, and if the log file /var/cluster/members/{memb}/yp/ypxfr.log exists, it appends all its output to that file. Since ypxfr is most often run from /var/spool/cron/crontab/root, or by ypserv, you can use the log file to retain a record of what was attempted, and the results. For consistency between servers, ypxfr should be run periodically for every map in the NIS database. Different maps change at different rates: the services.byname map may not change for months at a time, for instance, and may therefore be checked only once a day. It is pos- sible that mail.aliases or hosts.byname changes several times per day. In such a case, it is appropriate to check hourly for updates. A cron(8) entry should be used to perform periodic updates automatically on NIS server machines only. Rather than having a separate cron entry for each map, commands can be grouped to update several maps in a shell script. Examples (mnemonically named) are in /var/yp: ypxfr_1perday, ypxfr_2perday, and ypxfr_1perhour. They can serve as models for you to use. See ypfiles(4) and ypserv(8) for an overview of NIS. RESTRICTIONS
You must use the same database format for each map in a domain. In addition, a server serving multiple NIS domains must use the same data- base format for all domains. Although a Tru64 UNIX NIS server that takes advantage of btree files will be able to store very large maps, NIS slave servers that lack this feature might have a much smaller limit on the number of map entries they can handle. It may not be possible to distribute very large maps from a Tru64 UNIX NIS master server to a slave server that lacks support for very large maps. NIS clients are not affected by these enhancements. EXAMPLES
The following is an example of the ypxfr command used with the btree database routine to store NIS maps. ypxfr -a b group.byname FILES
The ypxfr log file. Each cluster member has its own copy. Script to transfer maps once a day. Script to transfer maps twice a day. Script to transfer maps once an hour. The crontab script. SEE ALSO
Commands: cron(8), yppush(8), ypserv(8), ypsetup(8) Functions: btree(3), dbm(3), dbopen(3), hash(3), ndbm(3) Files: ypfiles(4) ypxfr(8)
All times are GMT -4. The time now is 05:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy