Search Results

Search: Posts Made By: mritusmoi
Forum: Red Hat 01-28-2016
2,437
Posted By mritusmoi
I apologize if i was not clear enough. What i...
I apologize if i was not clear enough. What i wanted to convey was that the same process under same amount of load is showing big difference in the amount of virtual memory consumed in different...
Forum: Red Hat 01-28-2016
2,437
Posted By mritusmoi
Java process showing high virtual memory
Hi All,

I have a java process which is showing high virtual memory utilization in client server. But the same process is showing comparitively lesser virtual memory consumption. I understand that...
2,392
Posted By mritusmoi
Some one please suggest.
Some one please suggest.
1,400
Posted By mritusmoi
You can use the perl module DBI::Oracle. This...
You can use the perl module DBI::Oracle. This might help a bit. But you need to change some coding there. The module is very easy to implement.
2,392
Posted By mritusmoi
Rsa public private key matching
Hi All,

I have a requirement where i need to check if an rsa public key corresponds to a private key and hence return success or failure. Currently i am using the command

diff <( ssh-keygen -y...
9,159
Posted By mritusmoi
never modify the shell variable PATH.. When...
never modify the shell variable PATH.. When required it just should be appended..
eg PATH=$PATH:/{whatever path u want to add}

It seems this is the root cause of your command error.
1,477
Posted By mritusmoi
try the best possible usage of find command. It...
try the best possible usage of find command. It will be the best possible help for u..
1,889
Posted By mritusmoi
whatever suffises ur need is the best solution....
whatever suffises ur need is the best solution. But if u keep it in remote machines, its easier to customise them according to it. So i prefer that.
1,889
Posted By mritusmoi
Hi, u can use ssh key sharing. In this method, u...
Hi, u can use ssh key sharing. In this method, u can share ssh keys among specific users in the client and server machines. Then place the scripts in each on the client servers. Then finally execute...
7,420
Posted By mritusmoi
well...i go into a loop and check if a process...
well...i go into a loop and check if a process named a.sh is still going on..if its still running, i wait for two seconds and again check as the same function is being called within itself...ps gives...
7,420
Posted By mritusmoi
Write the entire part below in your c.sh. This...
Write the entire part below in your c.sh. This should solve your problem. Small modifictions may be required depending upon necessity



function mySleep
{
ps -fu $LOGNAME|grep a.sh|grep -v...
1,941
Posted By mritusmoi
Try this, file_nm="/etc/nms.txt" mLine="ABCD"...
Try this,
file_nm="/etc/nms.txt"
mLine="ABCD"
cat $file_nm|while read line
do
echo $line
if [ $mline == $line ]
then
echo $mLine
fi...
5,014
Posted By mritusmoi
there can be four logical points leading to this...
there can be four logical points leading to this error--
1)space issue
2)permission of file
3)wrong location
4)wrong user


Please verify these points and the issue should get solved.
142,795
Posted By mritusmoi
its awsome man...long live THE SHELL!!!
its awsome man...long live THE SHELL!!!
Showing results 1 to 14 of 14

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