Search Results

Search: Posts Made By: nthiruvenkatam
13,493
Posted By nthiruvenkatam
Checking heap memory size for java app
Hi

I have one Java application installed in my Solaris system. Is there a way to find out the heap memory allocated size/used size/free size for the particular Java process?

If anyone knows the...
3,775
Posted By nthiruvenkatam
Host ID in Solaris Machine
Hi,

On doing reinstallation of Solaris 10 OS, does an existing host id change?

Regards,
Thiru
4,409
Posted By nthiruvenkatam
Thanks Dunkar70. Your code worked for me.
Thanks Dunkar70. Your code worked for me.
4,409
Posted By nthiruvenkatam
String comparison using bash
I have a program to create a directory if not present. Here is the program.

FYI: Directory name format: YYYY_MM_DD

#!/bin/bash
date=`date +%Y_%m_%d`
presence=$(ls -lrt /TS_File/ | grep...
Forum: Solaris 03-30-2010
2,984
Posted By nthiruvenkatam
Yeah, you are correct. I had some confusion on...
Yeah, you are correct. I had some confusion on this part. By the way, thanks.
Forum: Solaris 03-30-2010
2,984
Posted By nthiruvenkatam
Yes, the netmask mentioned was /24 subnet and I...
Yes, the netmask mentioned was /24 subnet and I will make sure that gateways are reachable in either case for nge0 and nge1.

nge0: 10.10.10.1/24
nge1: 20.20.20.1/24

1. Being nge0 as primary...
Forum: Solaris 03-30-2010
2,984
Posted By nthiruvenkatam
ifconfig primary & standby purpose
I have two ethernet interfaces nge0 and nge1.

An IP assigned on nge0 is 10.10.10.1/24 and on nge1 is 20.20.20.1/24. I want to make nge0 as primary interface.

My question here is,

1. Being...
1,511
Posted By nthiruvenkatam
root@Sam104 # cat Parent.sh #!/bin/bash ...
root@Sam104 # cat Parent.sh
#!/bin/bash
INDEX=0
INDEX1=1
INDEX2=2
for line in `cat NODES.txt`;
do
array[$INDEX]=$(pwd)"/"$line"/"
array[$INDEX1]=$(echo $line | tr "[:upper:]"...
1,511
Posted By nthiruvenkatam
36 Child Processes not running as desired
I have a parent process which will start 36 child process. This I achieved by using the 'for loop'.

In Parent.sh:-
./Child.sh <arg1> <arg2> ... &

If I execute "ps -ef | grep Child.sh", I can...
10,567
Posted By nthiruvenkatam
Thanks a lot for sharing the manual.
Thanks a lot for sharing the manual.
10,567
Posted By nthiruvenkatam
Multiple Threads/Tasks to run parallely using the shell script
Scenario:
I have two PCs (named as A & B) which would send some traps to my third PC (named as C).

In PC C, I have to write a shell script such that it should accept the datas from both the PC-A...
Showing results 1 to 11 of 11

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