Search Results

Search: Posts Made By: appleforme1415
8,396
Posted By appleforme1415
Sorry to say ... it is my mistake ... i shud have...
Sorry to say ... it is my mistake ... i shud have used ` symbol.
Instead i have use single quotes(').

Thanks Madhan for the precise reply.
8,396
Posted By appleforme1415
Tried out the following pidVar='cat...
Tried out the following


pidVar='cat pidFile'
echo $pidVar



Output i got is

cat pidFile


Kindly tell me way to get the content of the file by using the above command.

Badically...
8,396
Posted By appleforme1415
kindly shed some light on it
kindly shed some light on it
8,396
Posted By appleforme1415
Retrieving PID from a file
Hello

I need to retrieve the content of a file in the shell script file(.sh file).
I store the Process ID of the a process in file.Only the PID is available in that file.

Inside the shell...
3,608
Posted By appleforme1415
We have checked the application with some...
We have checked the application with some profiling tool and understood that there is no memory leak at all.

Is there any way at OS level to control the swapping ......

Came across certain...
3,608
Posted By appleforme1415
Swap increases constantly
We are using SUSE Linux version 9.X

We have our application developed in J2SDK 1.4.2.X

In our machine we are running two java processes .Those two processes uses memory from RAM , once the...
3,315
Posted By appleforme1415
Thanks very much ...it is working ..i really...
Thanks very much ...it is working ..i really appreciate for ur valuable reply
3,315
Posted By appleforme1415
Executing shell file within another shell file
Hello Everybody

I have a shell script file which contains certain intialisation.Initialisation section is around 20 lines.This initialisation section is required by 20 shell script files.
...
28,253
Posted By appleforme1415
Thanks very much for interest you took in...
Thanks very much for interest you took in responding, radoulov
Thanks everybody ...
28,253
Posted By appleforme1415
Can you please explain what you are trying to do...
Can you please explain what you are trying to do ...i could not able to understand ....various syntax and symbols used....

Response wud be very much appreciated .....
28,253
Posted By appleforme1415
Let me summarize whole thing in a single reply as...
Let me summarize whole thing in a single reply as per the valuable response from the forum members


CLASSPATH=.
CLASSPATH=${CLASSPATH}:sampleswing.jar
value = $(ps -p $! >&- || echo "not...
28,253
Posted By appleforme1415
I am going to run all the commands which i...
I am going to run all the commands which i discussed in this forum as a shell script in prod environment.

Wil there be any impact on executing the command "set +m " in Prod environment...
...
28,253
Posted By appleforme1415
Thanks for the reply. Both command worked...
Thanks for the reply.

Both command worked partially....

i have intiated a process

sleep 50 &


then i execute the both commands alternatively , both commands did not get me any outputas...
28,253
Posted By appleforme1415
seems to be right solution for my second...
seems to be right solution for my second requirement.
tell me how can we suppress the output like


I want only the output of "echo command" to be known and so that i can perform some check like...
28,253
Posted By appleforme1415
Thanks all for the care in replying me with your...
Thanks all for the care in replying me with your solution.

Below is the code which is available in shell script.


CLASSPATH=.
CLASSPATH=${CLASSPATH}:sampleswing.jar
nohup java -cp...
28,253
Posted By appleforme1415
Check whether a process is alive or not
Hi Everybody

I have small requirement that needs to be implemented in shell script.
Currently i have shell script which invokes a java process say "Process A" which runs in background.

If some...
28,395
Posted By appleforme1415
Ok Unbeliver, i will give a go.
Ok Unbeliver, i will give a go.
28,395
Posted By appleforme1415
Excellent explaination !!!! Thanks a lot for...
Excellent explaination !!!!

Thanks a lot for ur replies, unbeliver

Now shell script have got some good shape in executing those java process.
Next concern is , i want to do preliminary check...
28,395
Posted By appleforme1415
Once again Thanks very much unbeliver my...
Once again Thanks very much unbeliver

my requirement is to throw away the logs sent to the stdout and stderr .It seems it is working with ur command.

can u please explain the whole command as...
28,395
Posted By appleforme1415
Thanks a lot Unbeliver Ur first command worked...
Thanks a lot Unbeliver
Ur first command worked out to be suitable for my requirement.
Now comes another problem, when i execute below script


CLASSPATH=....
28,395
Posted By appleforme1415
Capturing the Process ID of a process
hi Everybody

I am trying to capture process id of a process which has been started through the execution of a shell script


CLASSPATH=.
CLASSPATH=${CLASSPATH}:sampleswing.jar
java -cp...
Forum: SuSE 05-15-2007
4,696
Posted By appleforme1415
Executing set of sh files at system startup
Hi Everybody

I am totally new to Linux.
We are using Suse Linux version 9.
Currently we have 4 to 5 shell scripts which needs to be executed manually by the users.I want these scripts to be run...
Showing results 1 to 22 of 22

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