- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sending all syslog events to a syslog server
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
02-28-2007 05:51 PM
02-28-2007 05:51 PM
sending all syslog events to a syslog server
I want to send all syslog events and bad login to send to a windows/Linux syslog server. How can I do that? What should I need to configure in my hp-ux system?
Best regards,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 06:34 PM
02-28-2007 06:34 PM
Re: sending all syslog events to a syslog server
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 09:26 PM
02-28-2007 09:26 PM
Re: sending all syslog events to a syslog server
Yes of course you can do that. syslog used port 514 and you'll need to insure that port is open on the Linux boxes and all intervening firewalls.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 10:06 PM
02-28-2007 10:06 PM
Re: sending all syslog events to a syslog server
yes u can do that.
u need to configure your
/etc/hosts file by adding a loghost entry for your syslog server in all the clients.
also you need to configure /etc/syslog.conf
sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 10:46 PM
02-28-2007 10:46 PM
Re: sending all syslog events to a syslog server
It works fine for us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 08:24 AM
03-01-2007 08:24 AM
Re: sending all syslog events to a syslog server
note that you have to add the option '-r' to the syslog on a Linux box, so its syslogd is listening to remote log requests.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 10:36 PM
03-01-2007 10:36 PM
Re: sending all syslog events to a syslog server
My central syslog server is windows based 'winsyslog'. 514 port is open to all client in the syslog server. I configured syslog.conf to send warn, err to the ip address of syslog server and then stop/started syslogd but still does not getting any response. Do I need to add ip address of syslog server in the /etc/hosts file? I have added following line in the syslog.conf file.
*.warn;*.err @172.16.1.36
What else should I need to configure? Is Windows syslog server capable to receive event from ux? Should I go for linux syslog server? please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 12:08 AM
03-02-2007 12:08 AM
Re: sending all syslog events to a syslog server
- the delimiter must be a TAB:
*.warn;*.err
- go Linux
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 12:32 AM
03-02-2007 12:32 AM
Re: sending all syslog events to a syslog server
your /etc/hosts file should contain an entry like this
and in /etc/syslog.conf
*.warn
*.err
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 12:35 AM
03-02-2007 12:35 AM
Re: sending all syslog events to a syslog server
don't know about windows syslog server.
it would be better if you use linux syslog server.
Linux syslog should definately work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 06:23 AM
03-02-2007 06:23 AM
Re: sending all syslog events to a syslog server
If that is working for you for other
UNIX systems, it should work fine with HP-UX.
Linux log consolidators definitely work.
HP-UX log consolidators definitely work.
Try using @
and make sure the fully qualified name
of the windows system is in /etc/hosts.
Test forwarding using logger -p. IOW,
given you forwarding filter,
you need to generate syslog messages
with the right facility.priority
(specifically warnings and errors)
Try something like:
logger -p user.warning "test message"