Operating System - HP-UX
1835058 Members
2231 Online
110073 Solutions
New Discussion

Re: netstat command problem..

 
KCS_1
Respected Contributor

netstat command problem..

Hi, all

I am using hpux 11i on L2000.

but, when I am running "netstat -a or without option but, out put said "
Memory fault ( core dump)".

already installed PHNE_27063 ARPA patch. if, anyone knows this problem,please tell me..

Easy going at all.
2 REPLIES 2
Ravi_8
Honored Contributor

Re: netstat command problem..

Hi,

A core dump would occur if your program received one of the following signals:
SIGQUIT
SIGBUS
SIGILL
SIGSEGV.

analyze the core file created by your program.
never give up
T G Manikandan
Honored Contributor

Re: netstat command problem..

What is the output of

ulimit -a

As which user you are running netstat.
Probably you have to check the user limit values.

Also post the

#kmtune
output

THanks