nfs permissions

2007-04-22 Thread Yahav Biran
Hi all, My application is running on one host(local) and integrate with another application that runs on another host(remote). during its work the two applications are using the a NFS shared folder from my application, doing some processing on some of the files there and save it there. Im using

tcpdump

2006-11-13 Thread Yahav Biran
. Is there any way to trace the tcp activity in the local host? Yahav Biran Mobilitec, Inc * [EMAIL PROTECTED] (+972 4813 8020 Ext: 2517 Fax:+972 4 813 8022

swap in Linux

2006-11-05 Thread Yahav Biran
My application does from time to time swap. I can see it by monitoring it with vmstat command (si and so parameters). I would like to know why this swap activity was made (lack of memory or memory algorithm). Another question: it looks that the java processes are spawned to many java processes,

RE: swap in Linux

2006-11-05 Thread Yahav Biran
On Sun, Nov 05, 2006 at 12:28:41PM +0200, Yahav Biran wrote: My application does from time to time swap. I can see it by monitoring it with vmstat command (si and so parameters). I would like to know why this swap activity was made (lack of memory or memory algorithm). If swap is used it's

RE: swap in Linux

2006-11-05 Thread Yahav Biran
No question on this issue. Regards the spawned sub process, is there a way to view the tree of the process, like ptree in solaris? -Original Message- From: Muli Ben-Yehuda [mailto:[EMAIL PROTECTED] Sent: Sunday, November 05, 2006 1:29 PM To: Yahav Biran Cc: 'Linux-IL' Subject: Re: swap

RE: swap in Linux

2006-11-05 Thread Yahav Biran
On 05/11/06, Yahav Biran [EMAIL PROTECTED] wrote: Another question: it looks that the java processes are spawned to many java processes, how one can monitor it. I tried to top the processes and then use ps -H but the process is disappearing until I catch

monitoring native heap size on 2.4

2006-11-05 Thread Yahav Biran
In solaris OS, pmap -x pid | grep heap gives the size of the native heap of the process. I tried to do it in linux and no heap entry, is there any way to monitor the size of the native heap of a process? Yahav Biran Mobilitec, Inc * [EMAIL PROTECTED

greek fonts library

2006-10-18 Thread yahav biran
hi, part of our application, runs Weblogic application server that generating JSPs and accessing oracle database. in one of the production sites (in Greece) i see that the following library was loaded: /usr/lib/locale/el_GR.ISO8859-7/el_GR.ISO8859-7.so.2 i know that it's some Greek fonts. is

Re: greek fonts library

2006-10-18 Thread yahav biran
thanks danny, i did contact sun and bea support. im waiting three weeks allready :) so i thought you guys can help. thanks yahav - Original Message - From: Danny L [EMAIL PROTECTED] Date: Wednesday, October 18, 2006 10:32 Subject: Re: greek fonts library To: yahav biran [EMAIL PROTECTED

RE: memory leak in Solaris process

2006-10-12 Thread Yahav Biran
this helps. Regards, Rami Rosen On 10/11/06, Yahav Biran [EMAIL PROTECTED] wrote: Hi, I'm running an instance of Weblogic on Solaris 8. when I monitoring the process resource usage using prstat I can see that it after a week the RSS size is growing until the service is really bad and then I

memory leak in Solaris process

2006-10-11 Thread Yahav Biran
Hi, I'm running an instance of Weblogic on Solaris 8. when I monitoring the process resource usage using prstat I can see that it after a week the RSS size is growing until the service is really bad and then I restart the application. The application is a web application that connected to oracle

netstat info

2006-07-18 Thread yahav Biran
Hi, An instance of Apache is configured to listen on certain port, (9010 in my case). When I want to know if it listens, I used the netstat utility and grep the 9010 lines. I saw two lines with the listen state. When looking what tables these lines belongs I discover that one listen belongs to

Text processing

2006-07-05 Thread yahav Biran
--Boundary_(ID_YbYC/BOeQA7s7drw4FDshA) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Hi, I'm trying to analyze a CSV file that was converted from xls file. It contains weird characters. I had lots of '\n' characters that were interrupting the parsing but I still

good book in tcsh shell programming.

2006-07-04 Thread yahav Biran
Hi, Does any body know a good book with examples for learning tcsh. I would like to learn the benefits of using it by scripting such as: variables and arithmetic, looping, functions and other stuff. Thanks yahav = To unsubscribe,

convert Microsoft Excel xls To CSV

2006-07-04 Thread yahav Biran
It's nightmare to process an xls file. An external system is generating it and I need to process it. Is there any way to convert Microsoft Excel xls To CSV using a shell script. Is there any linux util that can help? thanks = To

converting date to utc

2006-06-29 Thread yahav Biran
When analyzing an apache access log I need to convert a date with the format: [24/May/2006:01:20:22 to a utc time (I need to calculate hits per minutes). I would like to know if there is a quick way to convert the date string. I tried to do it date -s STRING but it keeps telling me that it's

key-based authentication over SSH

2006-06-27 Thread yahav Biran
Hi all, I'm trying to configure two machines with key based authentication. In the client machine: First I created my private and public key: ssh-keygen -b 1024 -f identity -P '' -t dsa In result, the public key file, identity.bup and the private key file, identity were created. Transfer the

RE: key-based authentication over SSH

2006-06-27 Thread yahav Biran
Many thanks it is working now. -Original Message- From: Ilya Konstantinov [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 3:59 PM To: yahav Biran Cc: 'IL Linux' Subject: Re: key-based authentication over SSH yahav Biran wrote: Add the public key into the authorized_keys file

Unix schedulers

2006-06-21 Thread yahav Biran
Hi all, I have a shell script that need to be run in a configurable duration. The duration shall be read from a configuration server (simple apache server). Now, I need a scheduler that will read this configuration and will execute it. Crontab is not an option since I don't get crontab access in

pid by port number

2006-05-01 Thread Yahav Biran
Hi all, Is somebody knows how can I retrieved the pid that holds a port. In solaris I'm using the pfiles. Many thanks [Yahav Biran] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body