Search Results

Search: Posts Made By: manohar2013
11,181
Posted By manohar2013
NOw Its working perfect..
NOw Its working perfect..
11,181
Posted By manohar2013
Its working with the below command ssh...
Its working with the below command
ssh $username@$hostname "cd /home/dell/work/BOP/testdir; ./processchk po"

---------- Post updated at 11:01 ---------- Previous update was at 10:57 ----------
...
11,181
Posted By manohar2013
the below code is getting accurate results...but...
the below code is getting accurate results...but Im unable to execute script..
ssh $username@$hostname ls -ltr /home/dell/work/BOP/testdir;
11,181
Posted By manohar2013
According to your suggestion, I have to pass only...
According to your suggestion, I have to pass only one arg for my script, so I used the below code
ssh $username@$hostname exec /bin/sh -s po < /home/dell/work/BOP/testdir/processchk
OUTPUt i got ...
11,181
Posted By manohar2013
How can I execute local script on remote machine and include arguments?
I have a script in local server
cd /home/dell/work/BOP/testdir
./processchk po (here processchk is a script & po is passed as an argument)

Now I want to execute this script from remote server...
1,683
Posted By manohar2013
Problem got solved..Thanks for your suggestion
Problem got solved..Thanks for your suggestion
1,683
Posted By manohar2013
Im getting error: $ cat var_pass.ksh cat:...
Im getting error:
$ cat var_pass.ksh
cat: cannot open var_pass.ksh
1,683
Posted By manohar2013
How to pass variables into anothother variables?
Below are three variables, which I want to pass into variable RESULT1
username1=userid
poihostname1=dellsys.com
port1=8080
How can I pass these variables into below code...
RESULT1=$((ssh -n...
6,141
Posted By manohar2013
I didnt get you.....You mean to say that is there...
I didnt get you.....You mean to say that is there any solution for this problem..

how can I use the parameter connect-timeout=seconds in my code...can you please help me out
6,141
Posted By manohar2013
CMD to check status of the server using Wget
Hi All,

Using Wget I'm able to get the status of the server.....only when the server is completely down or up....
but problem here in script is Suppose if the server got hang I mean to say that...
1,625
Posted By manohar2013
solved
solved
1,625
Posted By manohar2013
How to capture last 15mins data logged from server.log file?
Below is Script to scan the errorlist file (errorlist file includes a list of errors) with sererv.log file (sererv.log file should contain data of recent 15mins )
but my requirement is I should get...
1,345
Posted By manohar2013
Grep lines accordingly
Hi Guys,
I need help..
I have 2 files with some lines the script will grep lines available in file1 with file2 & prints if a line is missing on file2

#!/bin/bash
set -x
while read path
do...
Showing results 1 to 13 of 13

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