How can i send Solaris syslog loging server?


 
Thread Tools Search this Thread
Operating Systems Solaris How can i send Solaris syslog loging server?
# 1  
Old 06-10-2015
How can i send Solaris syslog loging server?

HI

how can i send solaris syslog to centralized logging server?

i have tried adding like below and got error:
Code:
*.err;kern.debug;daemon.notice;mail.crit        @172.16.200.50:5000

and the error i got in /var/adm/messages is:
Code:
Jun 10 13:02:24 aresdb-new.alshaya.com syslogd: line 14: WARNING: 172.16.200.50:5000 could not be resolved
Jun 10 13:02:24 aresdb-new.alshaya.com syslogd: line 25: WARNING: loghost could not be resolved

how to fix this?
# 2  
Old 06-10-2015
You did not get an ERROR but a WARNING, which states it cannot resolve the specifed address. Can you resolve 172.16.200.50 via nslookup from command line ?

Have you checked if the central syslog server is receiving logs from the box ?

Regards
Peasant.
# 3  
Old 06-10-2015
it's pining from client machine.

Code:
root@aresdb-new.example.com #nslookup 172.16.200.50
Server:         172.16.100.19
Address:        172.16.100.19#53

** server can't find 50.200.16.172.in-addr.arpa: NXDOMAIN

root@aresdb-new.example.com #ping 172.16.200.50
172.16.200.50 is alive

# 4  
Old 06-10-2015
Is the syslog port (514) open on the server? The daemon running? Listening on 5000? 514?
# 5  
Old 06-10-2015
yes the port is 5000 not 514 and it's listening to that port
# 6  
Old 06-10-2015
Have you checked is remote syslog machine receiving logs from that specific host ?
# 7  
Old 06-10-2015
I have tried tcpdump against client ip

Also my logging server is logstrach with kibana front end
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Cannot send syslog event from AIX 6.1 to RHEL Syslog server

Hi everyone, I am trying to configure AIX 6.1 using syslogd to send syslog event to syslog server configured on RHEL. However, RHEL never receives the events. I have tried to redirect the syslog event on AIX to a local file and successful. Only forwarding to remote server fails. Firewall... (10 Replies)
Discussion started by: michael_hoang
10 Replies

2. Solaris

Facing problem in configuring syslog server in Solaris

I am trying to configure central syslog server On hostA, in /etc/syslog.conf file,I am adding below line*.err;kern.debug;daemon.notice;mail.crit @hostB then I am restarting syslog servicesvcadm restart /system/system-log In hostA, I have already added hostB entry in /etc/hosts... (5 Replies)
Discussion started by: amity
5 Replies

3. Solaris

Solaris syslog server and client

Hi folks, I am attempting to setup a Solaris 10 syslog server to receive logs from linux machines. Here's what I did: On the server (SunOS sun226 5.10), IP address: 192.168.212.226: 1. start syslogdby issuing $/usr/sbin/syslogd -T On a client (SunOS sun221 5.8): 1. Configured... (1 Reply)
Discussion started by: kimurayuki
1 Replies

4. Shell Programming and Scripting

Solaris Server dectects EMC dead path and send mail immediately

taus-itcapp1#powermt display dev=all Pseudo name=emcpower0a CLARiiON ID=APM00105201788 Logical device ID=60060160B2202B001094F0E0AF5CE011 state=alive; policy=CLAROpt; priority=0; queued-IOs=0; Owner: default=SP A, current=SP A Array failover mode: 1 ... (6 Replies)
Discussion started by: orafup
6 Replies

5. Shell Programming and Scripting

Send email from sendmail on AIX using exchange server as SMTP server

i am new in AIX i am trying to write a script to take a backup for specific files on server to and check error log if backup success send email to administrator , script done except for sending mail , i try to configure sendmail on aix to use our exchange server to send emails but still get error... (0 Replies)
Discussion started by: ahmed_salah
0 Replies

6. Solaris

Send an email from Solaris using Linux email server

Hello everyone I have a problem and I need your help: I have a Solaris 10 and Solaris 8 UNIX Servers, and Linux Centos4 as email server. I need send an email from Solaris servers preferably using Centos4 email server. I have no mail service configured in my Solaris computers (1 Reply)
Discussion started by: aflores
1 Replies

7. Solaris

Solaris Syslog Server

Hi all, I want to implement a Syslog Server but i'm new in this area. I donīt know how to configure it in Solaris. I should like send all the logs to a application(manipule the information, por example: do the alerts, configure it, etc...) How can I do that? or Which manual can help me? Exists... (2 Replies)
Discussion started by: yflores
2 Replies

8. UNIX for Advanced & Expert Users

send attachments using send mail in Solaris

Hi All, I have a requirement to send and email of body html with an attachment. concatinating uuencode output to the mail body with mailx command works, but as my Email body is of HTML type i use sendmail. my command to send HTML body is as below: export MAILTO="recipient@domain.com"... (1 Reply)
Discussion started by: mohan_kumarcs
1 Replies

9. Solaris

loging data on a solaris server

Dear all I would like to know that is there any way to find out that any client of solaris server, is fetching data from a server, in that situationng server can log what data which is flowing in the form of packet, client is fetching from the server through any application or any utility. ... (3 Replies)
Discussion started by: girish.batra
3 Replies

10. Solaris

how to send mails to users on exchange server from sendmail/solaris(mailx)

Hi, Can anyone pls. tell me how to access Active directory from solaris. I am looking at solution by which I can send mail notification from the logs generated by scripts, to the users on Exchange server. I am trying for a Perl-LDAP module , but don't realy know how to go for it (5 Replies)
Discussion started by: ganeshh
5 Replies
Login or Register to Ask a Question