Search Results

Search: Posts Made By: kaboink
3,191
Posted By kaboink
copy content of id_rsa.pub of client into...
copy content of id_rsa.pub of client into authorized_keys of host
3,561
Posted By kaboink
check path settings. id probably do this and...
check path settings. id probably do this and compare the results from each servers


set | grep -i path
16,091
Posted By kaboink
will be trying these out... results to follow....
will be trying these out... results to follow. thanks!
16,091
Posted By kaboink
confused here a bit. I'm not grepping the...
confused here a bit. I'm not grepping the $process anymore before I awk?
that could mean the script would check all process output of ps aux right?
1,106
Posted By kaboink
thing i learned with scripting is that you can...
thing i learned with scripting is that you can execute commands at prompt.
try to breakdown your code piece by piece and you'll see your output.
then change the syntax as desired.

if its too...
3,561
Posted By kaboink
is it correct to assume that you used the same...
is it correct to assume that you used the same ids on both boxes?
5,444
Posted By kaboink
i usually do compare files and copy (the profile...
i usually do compare files and copy (the profile contents).
also from the working profile


set | grep PATH
16,091
Posted By kaboink
this is a neat trick.. thanks! now...
this is a neat trick.. thanks!



now back to my problem. the above works, but not in what i'm trying to do. let me clarify...


ssh_cmd = "ssh $host "ps aux | grep -v 'grep' | grep...
6,867
Posted By kaboink
i sometimes check if the process has a log file....
i sometimes check if the process has a log file. if so, then check if it's being populated.
if log file is being populated, then you'll know the answer.

cheers!
16,091
Posted By kaboink
awk and basename
im trying to extract the basename of a process running on a host
processx is running at host1 as /applications/myapps/bin/processx

i wanted to check if its running, then extract the basename...
5,444
Posted By kaboink
options to note: 1. is /u/abc/ the right home...
options to note:
1. is /u/abc/ the right home directory for abc?
2. maybe its about time you create a new id_rsa.pub adn copy the contents anew to your server's authorized_keys

goodluck!
Showing results 1 to 11 of 11

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