- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perfview and inetd.conf services
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
11-16-2001 07:31 AM
11-16-2001 07:31 AM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 07:38 AM
11-16-2001 07:38 AM
Re: Perfview and inetd.conf services
Cheers, Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 07:42 AM
11-16-2001 07:42 AM
Re: Perfview and inetd.conf services
Are you following these docs?:
http://people.hp.se/stevesk/bastion.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 07:44 AM
11-16-2001 07:44 AM
SolutionObviously, some were not so unnecessary ;-)
The first suspects would be rpc* related services. Reenable them are restart inetd.
Is Measureware running on the system?
mwa status -?
Restart measureware.
Also run #perfstat and see what the status is.
If error persists, pls post the error message.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 07:49 AM
11-16-2001 07:49 AM
Re: Perfview and inetd.conf services
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B4967-90033/B4967-90033_top.html&con=/hpux/onlinedocs/B4967-90033/00/00/5-con.html&toc=/hpux/onlinedocs/B4967-90033/00/00/5-toc.html&searchterms=perview&queryid=20011116-074943
By default, MeasureWare Agent uses dynamically allocated socket port numbers for interprocess communication. To communicate through a packetfiltering network firewall, you must configure the MeasureWare Agent servers
to use statically defined port numbers.
http://docs.hp.com/hpux/pdf/B4967-90044.pdf
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 07:52 AM
11-16-2001 07:52 AM
Re: Perfview and inetd.conf services
That was the first thing I did. Of course, after doing it, re-reading inetd.conf and restarting measureware, it came back on line but which of rpc services it's using? What I have are these:
-rpc xti tcp
-rpc dgram udp
-recserv stream tcp
-registrar stream tcp
From the previous post, it appears that it uses TCP protocol, so I guess, I can rule rpc dgram udp out. If that's the case, the only rpc service left would be xti. It's too bad that there is no comment in inetd.conf saying that this service is used by pefview (or for that matter in a documentation. But to be fair, I wasn't looking too hard).
P.S. I have also noticed that if you disable ident, perfview will stop working too...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 07:55 AM
11-16-2001 07:55 AM
Re: Perfview and inetd.conf services
To figure out what services it is using, you can do
Before starting the application (perfview here)
do netstat -a >/tmp/netstat.before
Start the application and then
do netstat -a >/tmp/netstat.after
and check the difference to see which ports are being used.
Also, you can trace the processes through glance and see what Files(ports) it has opened.
HTH
raj