Search Results

Search: Posts Made By: nandan8a
4,995
Posted By nandan8a
Hi Corona Please find below the script...
Hi Corona

Please find below the script code..

#!/bin/sh
#set -x

checkMS()

{

MSAlive=`ps -ef |grep java |grep -i "ms1@ipx.com" |grep -v grep |wc -l`

if [ "${MSAlive}" -eq 0 ];...
4,995
Posted By nandan8a
@RudiC , It not allowing me to write */2 to...
@RudiC , It not allowing me to write */2 to ececute a job every 2 min.
4,995
Posted By nandan8a
Hi Jim .Thanks for the reply. I did the same as u...
Hi Jim .Thanks for the reply. I did the same as u suggested.

content of /tmp/sigcheck.log are as follows.

resize: can't open terminal /dev/tty
/appl/ESA/sigcheck.sh: C: not found
resize: ...
4,995
Posted By nandan8a
Script not working in crontab
Hi

I have created a script. Which i have configured in cron to make it run in every 2 min. But script is not running. If I checl the cron log at /var/cron/log .it shows its running in every 2...
1,198
Posted By nandan8a
Function not running in script.
I an using the below functions in my script.
---------
checkRT()

{
subHeader "Runtime Check"
for nn in `cat $HOST_FILE|egrep -i 'msdp|ca|backup|db'|grep -v '#'|sed '/^$/d'|awk '{ print...
8,239
Posted By nandan8a
Thanks for the reply. But I do not want to create...
Thanks for the reply. But I do not want to create the ssh key.

I need to pass the password in the script itself.
8,239
Posted By nandan8a
ssh. I need to specify the password in the...
ssh.

I need to specify the password in the script itself.
8,239
Posted By nandan8a
Script for login to servers with user name and password and execute commands
I am having the 15 servers which need to do the monitoring
Hi I need a shell script, By which i can log in to multiple servers and execute the commands.. I need to specify the username and password...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 04:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy