- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Remote logging to different 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
11-25-2009 11:04 AM
11-25-2009 11:04 AM
Remote logging to different server
HP-UX 11.31
i've configured remote logging from HP-UX to HP-UX, it's working fine i can see the log write to local and remote HPUX server.
we just purchase a Cisco MARS, it is a logserver. but i can only make linux send logfile to this MARS but not HPUX.
Please help it anyone uses MARS as logserver on HPUX env.
Thanks in advance.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:08 AM
11-25-2009 11:08 AM
Re: Remote logging to different server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:10 AM
11-25-2009 11:10 AM
Re: Remote logging to different server
You want your linux box to send syslog messages to the HPUX server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:19 AM
11-25-2009 11:19 AM
Re: Remote logging to different server
Thanks for your reply.
i would like to send syslog from HPUX to MARS
(reading to MARS's doc it supports Generic,Solaris,Linux)
The Linus is working now, only HP-UX could not send syslog to the MARS.
Thanks,
# @(#)B.11.31_LR
#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
syslog_enable=yes
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.info;mail.none @sunuxdev
*.alert /dev/console
*.alert root
*.emerg *
*.info;mail.none @10.10.0.8 (MARS )
*.info;mail.none @10.10.2.15 (HPUX 11.31)
*.info;mail.none @10.10.4.87 (Linux Redhat)
in this syslog.conf the syslog server 10.10.2.15 is working fine but it could not send log to 10.10.0.8 and 10.10.4.87
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 04:31 PM
11-25-2009 04:31 PM
Re: Remote logging to different server
> *.info;mail.none @10.10.2.15 (HPUX 11.31)
> *.info;mail.none @10.10.4.87 (Linux Redhat)
Check syslog.conf using this command:
cat -tv /etc/syslog.conf
You should see *NO* spaces between items in the list. Only tabs (shown as ^I) are allowed and any line that has a space is ignored (without any error message).
Bill Hassell, sysadmin