Search Results

Search: Posts Made By: sureshbabuc
19,045
Posted By sureshbabuc
rm -rf issues
We are using the solaris server and if i am using rm -rf to delete the directories its asking the confirmation for each and every file inside the directory.Is there any way to disable ( should not...
Forum: IP Networking 08-17-2010
4,322
Posted By sureshbabuc
Telnet Character Limit
Hi All,
We are using the SunOS 5.9 and the application is listening on user defined ports and waiting for the request from the user.When i am trying to connect and give the requests using...
11,340
Posted By sureshbabuc
The background process started in the same way...
The background process started in the same way which I specified.
nohup ksh rep_check &
I am not starting the rep_check_start.sh(parent) in background mode.If I execute nohup ksh rep_check & in...
11,340
Posted By sureshbabuc
Ok.that is the case ,how to check the running...
Ok.that is the case ,how to check the running process is orphan or not.I am not finding any clue regarding this.
Thanks for your help.
11,340
Posted By sureshbabuc
My script name :rep_check_start.sh It contains ...
My script name :rep_check_start.sh
It contains
nohup ksh rep_check &

after starting the script rep_check_start.sh ,if I check using ps -ef | grep -i rep_check it is showing,

root 9085 1...
11,340
Posted By sureshbabuc
Root user is showing in ps -ef
Hi,

I am using the korn shell script to check the particular process is running or not in Soloris.But this script started in my login and if I give ps -ef | grep 'pname' it is showing the user as...
Forum: Programming 03-25-2010
4,628
Posted By sureshbabuc
Hi Thanks for your reply.When I am using...
Hi

Thanks for your reply.When I am using this code in my application,Its giving 1830 error.

This is the query I am using:

SELECT to_char(trim(to_date(:sEventStartTime,'YYYYMMDD')-...
Forum: Programming 03-24-2010
4,628
Posted By sureshbabuc
Hi, I printed the sqlca.sqlcode and it is...
Hi,

I printed the sqlca.sqlcode and it is returning 1012 error code.
What dose it mean?
Forum: Programming 03-24-2010
4,628
Posted By sureshbabuc
Problem with date comparision in Pro*C
Hi,

I have written the following Pro*C program to get the difference between 2 dates.But when I am printing the value of the date difference,it is always showing 0.

#include<stdio.h>...
3,804
Posted By sureshbabuc
FTP to another server using SSH
Hi,

One of our server running on ssh.So when we are logging using putty,we used to select ssh option and provide the auth key.But if I am ftping some files to this ssh server from another linux...
14,693
Posted By sureshbabuc
For checking the process ID ,I have to use ps -ef...
For checking the process ID ,I have to use ps -ef | grep pid or ps -p pid. What is the assurance that this commands won't fail.Any way its landed up to the same position again right?

Thanks in...
14,693
Posted By sureshbabuc
I am very mich sure that the process is still...
I am very mich sure that the process is still running.No spelling mistakes.

---------- Post updated at 02:28 PM ---------- Previous update was at 02:22 PM ----------

I am very mich sure that...
14,693
Posted By sureshbabuc
Hi, Thanks for your reply. My problem is...
Hi,
Thanks for your reply.

My problem is eventhough the process is running

ps -ef | grep "process name"

does not displaying the running process name in the console.
14,693
Posted By sureshbabuc
ps -ef does not displaying the running process
Hi,

I am using the monitor shell script to check the particular process is running or not.If it is not running this monitor shell script will automatically start the process.I am using the ps -ef...
Showing results 1 to 14 of 14

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