HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: log file creation
Operating System - HP-UX
1834150
Members
1992
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-04-2001 05:50 PM
09-04-2001 05:50 PM
log file creation
Which are the files to be edited to create a new log files. I look into the syslog.conf file but could not find any configurable parameters.
I need to log messages from a CISCO pix to a server.
I need to log messages from a CISCO pix to a server.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 06:02 PM
09-04-2001 06:02 PM
Re: log file creation
Syslog listens at port 514. If your cisco is sending the messages at this port, you should receive the mail unless you told your syslog not to listen by running it with -N option.
-Sri
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 06:06 PM
09-04-2001 06:06 PM
Re: log file creation
Hi:
The man pages for 'syslogd' (1M) and 'logger' offer information on logging. Does this help?
...JRF...
The man pages for 'syslogd' (1M) and 'logger' offer information on logging. Does this help?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:42 PM
09-04-2001 10:42 PM
Re: log file creation
Hi,
if you want to log messages from cisco router to syslogd you could use this:
At cisco configure as follows:
no logging console
logging monitor informational
logging facility local0
logging
At the hpux box add a line in the file /etc/syslog.conf:
local0.info /var/adm/syslog/cisco.log
(delimiter must be a tab char)
Now restart syslogd:
/sbin/init.d/syslogd stop
/sbin/init.d/syslogd start
At this point messages from cisco should be written in the file /var/adm/syslog/cisco.log
Good luck
if you want to log messages from cisco router to syslogd you could use this:
At cisco configure as follows:
no logging console
logging monitor informational
logging facility local0
logging
At the hpux box add a line in the file /etc/syslog.conf:
local0.info /var/adm/syslog/cisco.log
(delimiter must be a tab char)
Now restart syslogd:
/sbin/init.d/syslogd stop
/sbin/init.d/syslogd start
At this point messages from cisco should be written in the file /var/adm/syslog/cisco.log
Good luck
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP