HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Time change entry in syslog
Operating System - HP-UX
1834828
Members
1999
Online
110070
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
04-04-2004 03:57 PM
04-04-2004 03:57 PM
Time change entry in syslog
Hi,
I have 6 hp9000 serrver running HP-UX11i. for some tesing we need to change system time. i want to monitor this time chaning events. the systems are not trusted.
How and from where i can find these log.
I have 6 hp9000 serrver running HP-UX11i. for some tesing we need to change system time. i want to monitor this time chaning events. the systems are not trusted.
How and from where i can find these log.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2004 05:17 PM
04-04-2004 05:17 PM
Re: Time change entry in syslog
Get out a pad and paper, because last time I changed a system time it wasn't logged.
I may be wrong, I've spent 4 days taking care of my kids alone, but if there is an entry its in /var/adm/syslog/syslog.log
SEP
I may be wrong, I've spent 4 days taking care of my kids alone, but if there is an entry its in /var/adm/syslog/syslog.log
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
04-04-2004 05:42 PM
04-04-2004 05:42 PM
Re: Time change entry in syslog
Date changes are not logged in syslog by default, whether the change of time is forward or backwards.
You could write a small wrapper script that does it for you. If however you use NTP, then synchronisation changes can be logged.
You could write a small wrapper script that does it for you. If however you use NTP, then synchronisation changes can be logged.
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 08:45 PM
04-05-2004 08:45 PM
Re: Time change entry in syslog
Michael is right :
1) date changes are not logged to syslog.log
2) just write a script like this and use it to change date and log a any modification :
#!/sbin/sh
date $1
logger -t 'shell-date' -p -i user.warn "changing date to : `date`"
3) use ntp to log informations date into syslog.log
Olivier.
PS : don't forget to assign points, if response helps you to solve your question.
1) date changes are not logged to syslog.log
2) just write a script like this and use it to change date and log a any modification :
#!/sbin/sh
date $1
logger -t 'shell-date' -p -i user.warn "changing date to : `date`"
3) use ntp to log informations date into syslog.log
Olivier.
PS : don't forget to assign points, if response helps you to solve your question.
They say "install windows 2k, xp or better", so i install unix !
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