- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netstat -a problem
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-17-2002 02:15 AM
тАО12-17-2002 02:15 AM
netstat -a problem
on HP-UX 11.0 I am getting an error "file not in namelist".
I checked for /var/adm/netstat_data file and is missing.
and in the syntax netstat -a [system] ---> what is this system? Is it the name of server established connection?
Regds
Mukesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 02:21 AM
тАО12-17-2002 02:21 AM
Re: netstat -a problem
#touch /var/adm/netstat_data
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 02:22 AM
тАО12-17-2002 02:22 AM
Re: netstat -a problem
Did you install software/patches recently ?
Check with swlist -l fileset -a state | more if all filesets are configured.
ll /var/adm/netstat_data
If this file is zero bytes.
Remove it and then try netstat again.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 02:28 AM
тАО12-17-2002 02:28 AM
Re: netstat -a problem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa85e50011d20d6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 02:31 AM
тАО12-17-2002 02:31 AM
Re: netstat -a problem
`system` means the kernel file by default /stand/vmunix. you can specify different kernel in place of `system` in netstat command
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 02:57 AM
тАО12-17-2002 02:57 AM
Re: netstat -a problem
For this you have to remove /var/adm/netstat_data
But you have mentioned that the file is already not there.
Make sure that you have the latest netstat patch.
check your /var/adm/syslog/syslog.log file for any messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 02:57 AM
тАО12-17-2002 02:57 AM
Re: netstat -a problem
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 03:06 AM
тАО12-17-2002 03:06 AM
Re: netstat -a problem
I think you have not rebooted after rebuilding the kernel /stand/vmunix for some purpose. That why the mismatch. Rebooting once should solve the problem.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 05:15 AM
тАО12-17-2002 05:15 AM
Re: netstat -a problem
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2002 03:18 AM
тАО12-18-2002 03:18 AM
Re: netstat -a problem
Thx for reply. Actually I was using wrong system name (eg. netstat -a
instead of /stand/vmunix)
That is why it was giving me an error "not in namelist"
Now it works fine as netstat -a.
But still there is a puzzle that,
I checked all HP-UX 11.0 servers and found that netstat_data file is not exists.
Is this file not required in HP-UX 11.0?
I checked on 10.20 and I found it.
Thanks again
Mukesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2002 03:30 AM
тАО12-18-2002 03:30 AM
Re: netstat -a problem
In HP-UX 10.X netstat command uses /var/adm/netstat_data file.
#strings /bin/netstat | grep netstat_data
/var/adm/netstat_data
/var/adm/netstat_data
In HP-UX 11.x i think this file is not used by netstat.
Give my command in a HP-UX 11.0 system
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2002 03:38 AM
тАО12-18-2002 03:38 AM
Re: netstat -a problem
and got nothing. Means 11.x is not using netstat_data.
Thanks