- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UNIX system logs
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
04-11-2008 10:53 AM
04-11-2008 10:53 AM
1) Does anyone know if HP has a monitoring tool that can monitor certain ports or sockets or incoming users?
2) Is there a configuration file on UNIX that can be modified to monitor/write more information to the syslog file?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2008 11:10 AM
04-11-2008 11:10 AM
Re: UNIX system logs
You can check the syslog.log from /var/adm/syslog/syslog.log
check the following links:
http://www.netperf.org/netperf/NetperfPage.html
http://www.managementsoftware.hp.com/products/nnm/index.html
Thanks & Regards
Aashique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2008 11:20 AM
04-11-2008 11:20 AM
Solution2) This really depends on the process generating the messages. The syslog daemon only receives the messages that other processes generate. If you need more information written to the syslog, see if your process can accommodate you.
The one exception to this may be the syslog "facilities" (info, alert, emerg, etc.). The behavior of messages coming into syslog at the various facility levels is configurable in /etc/syslogd.conf.
By default *.info gets logged to syslog.log, so you should get ALL messages that syslog intercepts.
More more information on syslog.conf configuration see the man pages for syslog and syslogd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2008 11:37 AM
04-11-2008 11:37 AM
Re: UNIX system logs
As for #1, take for instance, a java connection from a Windows server to my UNIX server. Earlier today the web programmers sent a message saying they were receiving java.net.SocketException errors. So in this case I wanted to find a way to monitor those incomming connections using a HP monitor or somehow capture it in the syslog.log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2008 12:52 PM
04-11-2008 12:52 PM
Re: UNIX system logs
The only java I monitor is the amount in my IV, er... rather coffee cup, in the mornings. ;)