- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog not working even after restarting
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
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
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-14-2006 03:28 PM
тАО09-14-2006 03:28 PM
syslog not working even after restarting
I am Facing a issue with syslog , which is not getting updated , even after rebooting the server .
I have tried restarting the daemon , Sending HUP signal to the PID & also tried restarting the server. Only while restarting the daemon the date & time on the syslog.log is changed . No information is logging in the syslog .
Is there any patchig to be dont on the server Help me to resolve the issue ,
# model
9000/800/A180c
#
#ll syslog.log
-rw-r--r-- 1 root root 0 Sep 15 08:38 syslog.log
# more syslog.log
#ps -ef |grep syslog
root 20359 1 0 08:38:03 ? 0:00 /usr/sbin/syslogd -D -v
#
#
# kill -s HUP 20359
#
# ll syslog.log
-rw-r--r-- 1 root root 0 Sep 15 08:38 syslog.log
# logger -t TEST "Test Message to syslog"
#
# ll syslog.log
-rw-r--r-- 1 root root 0 Sep 15 08:38 syslog.log
# more syslog.log
#
#
#
# /sbin/init.d/syslogd stop
syslogd stopped
#
#ps -ef |grep syslog
root 20635 17467 1 08:43:33 ttyp2 0:00 grep syslog
#
# /sbin/init.d/syslogd start
System message logger started
#
#ll syslog.log
-rw-r--r-- 1 root root 0 Sep 15 08:48 syslog.log
#
#uname -a
HP-UX inddns02 B.11.00 U 9000/800 2007484315 unlimited-user license
And my Syslog config file looks like this
more syslog.conf
# @(#) $Revision: 74.1 $
#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
Looking for your valuable suggestions
Thanks in advance
Sathish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 03:53 PM
тАО09-14-2006 03:53 PM
Re: syslog not working even after restarting
document.
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080027228
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 07:04 PM
тАО09-14-2006 07:04 PM
Re: syslog not working even after restarting
cd /var/adm/syslog
bdf -il .
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2006 11:10 PM
тАО09-16-2006 11:10 PM
Re: syslog not working even after restarting
Regards,
flg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2006 11:15 PM
тАО09-16-2006 11:15 PM
Re: syslog not working even after restarting
Regards,
flg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 01:45 AM
тАО09-17-2006 01:45 AM
Re: syslog not working even after restarting
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 03:59 PM
тАО09-17-2006 03:59 PM
Re: syslog not working even after restarting
Restart syslogd and see if it works with the fresh syslog.conf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 04:17 PM
тАО09-17-2006 04:17 PM
Re: syslog not working even after restarting
1. Syslog.conf (the clumn seperator is tab and not space.)
2. Is logging enabled? inetd -l (to hardcode the changes, check /etc/rc.config.d/inetd file.
3. Does logger command works?
4. Space issues?