Operating System - Tru64 Unix
1753943 Members
8890 Online
108811 Solutions
New Discussion юеВ

problem with netstat

 
SOLVED
Go to solution
quintincs
Occasional Advisor

problem with netstat

I do a netstat -rn , but the following message appears:

no namelist.

Can anybody help me?

thanks
18 REPLIES 18
Ivan Ferreira
Honored Contributor

Re: problem with netstat

no namelist: unable to connect to kloadsrv daemon

Verify that the kloadsrv daemon is running. If it is not, start it. See kloadsrv(8) for more information.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ivan Ferreira
Honored Contributor

Re: problem with netstat

no namelist: requested symbols not found in kernel

Make sure that you have not replaced the running kernel with a new kernel. You might need to reboot the system to correct this problem.


All these I got from man netstat ;).
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
quintincs
Occasional Advisor

Re: problem with netstat

Hi Ivan,

thank for your fast answer.

Kloadsrv is running and today I have restarted the computer.

no message appears together "no namelist".
Ivan Ferreira
Honored Contributor

Re: problem with netstat

I would try recompiling the kernel, as the previous messages indicates something related to it.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Venkatesh BL
Honored Contributor

Re: problem with netstat

Are you saying that the problem persists even after reboot?

From when are you facing this problem? Did anything change in the system recently?
quintincs
Occasional Advisor

Re: problem with netstat

Yes, after restarting the problem persits.

I think nobody did changes.I only remembered a instalation of MME-EASE software several months ago. Will it have relation?

Venkatesh BL
Honored Contributor

Re: problem with netstat

Did you try recompiling the kernel as Ivan suggested?

Can you just check if 'collect -i2 -sn' run properly?

(Do Ctrl-C to stop it)
Al Licause
Trusted Contributor

Re: problem with netstat

Run the command ipcs -a.

Check to see if the QNUM field is full (40). If it is, then kloadsrv cannot talk to message queue and cannot complete the netstat commands.

The LSPID and LRPID fields show the last process id to send a message to the
message queue and the last to received a message from the queue.

There is a sysconfig parameter in the ipc subgroup called msg_tql which controls the max number of message in the message queue. This can be increased from the default of 40 to something higher, but it is not dynamic and requires a reboot to change.

quintincs
Occasional Advisor

Re: problem with netstat

It has the parameter msg_tql=40.

I have executed the commando ipcs -a

Message Queues:
T=q ID=0 KEY=0x41003eae MODE=--rw------
OWNER= root GROUP=system CREATOR=root
CGROUP=system CBYTES=0 QNUM=0 QBYTES=1 LSPD=3 LRPID=1302 STIME=18:04:02 RTIME=18:04:02 CTIME=18:02:51

If you do not have other idea, I will try to recompile the kernel tomorrow