- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- problem with netstat
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 10:46 PM
03-05-2006 10:46 PM
no namelist.
Can anybody help me?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 10:54 PM
03-05-2006 10:54 PM
Re: problem with netstat
Verify that the kloadsrv daemon is running. If it is not, start it. See kloadsrv(8) for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 10:55 PM
03-05-2006 10:55 PM
Re: problem with netstat
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 ;).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 11:15 PM
03-05-2006 11:15 PM
Re: problem with netstat
thank for your fast answer.
Kloadsrv is running and today I have restarted the computer.
no message appears together "no namelist".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 11:51 PM
03-05-2006 11:51 PM
Re: problem with netstat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 03:13 PM
03-06-2006 03:13 PM
Re: problem with netstat
From when are you facing this problem? Did anything change in the system recently?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 07:55 PM
03-06-2006 07:55 PM
Re: problem with netstat
I think nobody did changes.I only remembered a instalation of MME-EASE software several months ago. Will it have relation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 09:31 PM
03-06-2006 09:31 PM
Re: problem with netstat
Can you just check if 'collect -i2 -sn' run properly?
(Do Ctrl-C to stop it)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 01:05 AM
03-07-2006 01:05 AM
Re: problem with netstat
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:57 AM
03-07-2006 02:57 AM
Re: problem with netstat
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 03:41 AM
03-07-2006 03:41 AM
Re: problem with netstat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 04:25 AM
03-07-2006 04:25 AM
Re: problem with netstat
the version of OS:
OSF1 tbm_a V4.0 1229 alpha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:48 PM
03-21-2006 05:48 PM
Re: problem with netstat
I have already rebuilt the kernel but the problem persists. does anyboy have any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 01:23 AM
03-22-2006 01:23 AM
SolutionIf you get the error "no namelist" when doing a netstat command check the following:
Try restarting kloadsrv........do this before anything else !
Look at the kls entry in /etc/inittab:
On an unmodified v5 system it reads as follows:
kls:Ss:sysinit:/sbin/kloadsrv < /dev/console > /dev/console 2>&1
On the lab systems it reads as such:
kls:s0123456789:respawn:/sbin/kloadsrv -f < /dev/console > /dev/console 2>&1
ls -l /vmunix ; check protections....should be 755
file /vmunix ; make sure it is not stripped
ls -l /usr/sbin/netstat
ls -l /dev/mem
ls -l /dev/kmem ; check both memory drivers
sizer -b ; to show which image they booted into /vmunix or
/genvmunix
if processes are defunct, check to see if /sbin/kloadsrv is running....
w/o this process netstat will fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 03:51 AM
03-22-2006 03:51 AM
Re: problem with netstat
This may be due to permission problem also
so check the permission...
#ls -l `which netstat`
If the persmission is "-rwx--x--x", then
change it to "-rws--x--x" by
#chmod u+s /usr/sbin/netstat
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:00 AM
03-22-2006 04:00 AM
Re: problem with netstat
This will work fine for root,
so I would suggest you to give permission to very user.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:48 AM
03-22-2006 04:48 AM
Re: problem with netstat
I go this from google for you...
The 'no namelist' problem often happens when the running kernel is not the
version that was created for the current system, ie a patchkit is loaded and
the new patched kernel isn't copied to /vmunix, so when the system reboots
it will be running from the old kernel with all the new patched files.
Running from /genvmunix can also have this effect.
With the network card: what type is it ? You can set the card to the same
speed and duples parameters as your switch at the firmware prompt so
autonegotiation is disabled and you shouldn't see this problem. The DE600
cards ignore the firmware setting and have to be set in /etc/inet.local as
follows (example is to set ee0 to full duplex 100 speed):
/usr/sbin/ifconfig ee0 down
/usr/sbin/lan_config -i ee0 -a 0 -s 100 -x 1
/usr/sbin/ifconfig ee0 up
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 10:37 PM
04-02-2006 10:37 PM
Re: problem with netstat
I have restarted kloadsrv and after that, it is working. Why? (Before, I had rebooted several times the computer).
Before restarting that process I had reviewed it with "ps aux" and unique difference is the value of state. When it was not work the state was IW (the process is swapped out) while now the state is I. OK, the important is now it is working. I suppose if the computer is rebooted I will have the problem again.
Thank everybody for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 02:25 AM
01-03-2007 02:25 AM
Re: problem with netstat
I had the same problem. When I looked for the /stand/vmunix file, I found that /stand file system was unmounted !!!! I just did a "mountall" command and everything worked fine !
So you just have to check that the kernel file system ( /stand ) is still mounted !
Regards.