Been out of the loop for three years with a back injury and have not been able to work. Am now thinking of going back. The last AIX version I worked on was 4.3.
What version are we up to???? Does it differ much from 4.3? Thank You Friends
I have a script that checks file system growth and works fine. I want to put the variables in the script in a seperate file though so that Operations can add and delete the File Systems we monitor from the script. Anyone got any suggestions on how I would go about accomplishing this?
#...
I have a script. It works fine, except I have it running through CRON every 5 minutes and when it encounters a process that is down, I get a page every five minutes.I'd like CRON to run the script every five minutes but I want to get paged every hour when a problem is encountered. Does anyone...
I have a script. It works fine, except I have it running through CRON every 5 minutes and when it encounters a process that is down, I get a page every five minutes.I'd like CRON to run the script every five minutes but I want to get paged every hour when a problem is encountered. Does anyone...
I have a korn shell script that is launched by cron every 5 minutes. This script is checking ORACLE processes to make sure that they are up and running. When it finds one that is down, I am paged every 5 minutes until I can fix the condition that causing me to get paged. Can someone please give...
I have a korn shell script that is launched by cron every 5 minutes. This script is checking ORACLE processes to make sure that they are up and running. When it finds one that is down, I am paged every 5 minutes until I can fix the condition that causing me to get paged. Can someone please give...
Input script (oradbproc3.lis)looks like this:
sp18cw:tnslsnr TRN::The DB Listener process on SP18 is down:
sp18cw:FNDLIBR:appltrn:The TRN Concurrent Manager process on SP18 is down:
Korn shell script looks like this:
for line in `cat /bin/danka/oradbproc3.lis`
do
SERVER=`echo...
Input script (oradbproc3.lis)looks like this:
sp18cw:tnslsnr TRN::The DB Listener process on SP18 is down:
sp18cw:FNDLIBR:appltrn:The TRN Concurrent Manager process on SP18 is down:
Korn shell script looks like this:
for line in `cat /bin/danka/oradbproc3.lis`
do
SERVER=`echo...
Am attempting to write a script that will monitor some oracle processes. I have a file that it read from that only contains the following two lines:(The filename is oradbproc2.lis). I am running the script from the SP control workstation using the dsh command. Can someone please help me...
Am attempting to write a script that will monitor some oracle processes. I have a file that it read from that only contains the following two lines:(The filename is oradbproc2.lis). I am running the script from the SP control workstation using the dsh command. Can someone please help me...
Can someone please tell me if there is a way to know,at a glance whether the output of a df -k is kilobytes, megabytes or gigabytes?????????? (I am always having to do the math). Thanks
I'd like to have a script that pings the css0 interface on all SP nodes. If they are all unpingable, I 'd like an e-mail message stating that the switch is in a problematic state. Can someone help me with some ideas? Thanks in advance, eveyone here is always most helpful.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.