- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ipfilter logging
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
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
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
тАО09-16-2004 10:53 AM
тАО09-16-2004 10:53 AM
hpux11.11v1. ipfilter A.03.05.08.
I want to get the messages from ipmon utility to go to its own logfile rather than the syslog. Can anyone offer how I might achieve this? syslog is definitely picking up ipmon mesgs; have tried adding line in /etc/syslog.conf: log.info (tab space)/var/adm/syslog/ipf.log . Have inetd -c to reread. Does not appear to have meade any difference.
Thanks
Maria
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 10:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 11:35 AM
тАО09-16-2004 11:35 AM
Re: ipfilter logging
Thanks
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 11:41 AM
тАО09-16-2004 11:41 AM
Re: ipfilter logging
How did you figure out IPFILTER uses log.info to log the messges ?
I can only take a wild guess here :-)
# vi /etc/syslog.conf
log.*
#
# kill -1 `cat /var/run/syslog.pid`
After the above kill command, check the /var/adm/syslog directory. You should atleast have an empty ipf.log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 11:52 AM
тАО09-16-2004 11:52 AM
Re: ipfilter logging
What options are you using with ipmon ? I understand from ipmon(8), if you use -s option with ipmon, it will send the log to /var/adm/syslog/syslog.log file.
ipmon -D
This will start ipmon as a daemon and log the messages to
-- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 04:40 PM
тАО09-19-2004 04:40 PM
Re: ipfilter logging
Do you agree the log.info etc files could be used as have tried.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 05:18 AM
тАО09-20-2004 05:18 AM
Re: ipfilter logging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 05:27 AM
тАО09-20-2004 05:27 AM
Re: ipfilter logging
I read the man page again for you :-). Yes I believe you have misunderstood the man page.
It is not log.info but rather local0.info
Try this
# vi /etc/syslog.conf
local0.* /var/adm/syslog/ipf.log
#
# kill -1 `cat /var/run/syslog.pid`
Now even if you use the -s option with ipmon, the messages from ipmon will be logged to /var/adm/syslog/ipf.log file.
- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2004 02:15 PM
тАО09-26-2004 02:15 PM