- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- init process older then last boot
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
05-30-2008 05:12 AM
05-30-2008 05:12 AM
On a RP7410 Hard Partition, runing 11.23:
# date
Fri May 30 07:08:36 MDT 2008
# uptime
7:07am up 61 days, 16:55, 3 users, load average: 0.52, 0.63, 0.60
# ps -ef |grep init
root 1 0 0 Dec 31 ? 2:00 init
root 22 0 0 Dec 31 ? 2:09 pagetableinit_daemon
# last |grep reboot
reboot system boot Sat Mar 29 13:33 still logged in
reboot system boot Tue Feb 5 10:17 - 13:33 (53+02:16)
reboot system boot Thu Sep 13 08:53 - 10:17 (145+02:24)
reboot system boot Thu Sep 13 07:53 - 08:53 (00:59)
Isn't that strange?
Rgds...Geoff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 05:25 AM
05-30-2008 05:25 AM
Re: init process older then last boot
Are there any other processes running from "Dec 31"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 05:31 AM
05-30-2008 05:31 AM
Re: init process older then last boot
root 1 0 0 Dec 31 ? 2:00 init
root 8 0 0 Dec 31 ? 0:00 kmemdaemon
root 9 0 0 Dec 31 ? 0:03 ioconfigd
root 10 0 0 Dec 31 ? 2:12 nfsktcpd
root 11 0 0 Dec 31 ? 0:11 autofskd
root 12 0 0 Dec 31 ? 2:54 lvmkd
root 13 0 0 Dec 31 ? 2:57 lvmkd
root 14 0 0 Dec 31 ? 2:54 lvmkd
root 15 0 0 Dec 31 ? 2:58 lvmkd
root 16 0 0 Dec 31 ? 2:53 lvmkd
root 17 0 0 Dec 31 ? 2:58 lvmkd
root 18 0 0 Dec 31 ? 5:27 lvmschedd
root 19 0 0 Dec 31 ? 21:03 ksyncer_daemon
root 20 0 0 Dec 31 ? 0:18 lvmdevd
root 21 0 0 Dec 31 ? 0:00 lvmattachd
root 22 0 0 Dec 31 ? 2:09 pagetableinit_daemon
And we do run ntp - if it was out that much - then ntp wouldn't have synced...
No one set the clock prior to the last boot nor after.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 05:34 AM
05-30-2008 05:34 AM
Re: init process older then last boot
Yes, interesting. I wonder if the "Dec 31" is really a zero time value. For example, in my EST5EDT timezone if I ask for the epoch time of zero my localtime appears to be "Dec 31":
# perl -le 'print scalar localtime(0)'
Wed Dec 31 19:00:00 1969
It would be interesting to look for the timestamps of other processes started by 'initd':
# who -p
# who -d
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 05:43 AM
05-30-2008 05:43 AM
Re: init process older then last boot
In the ntp log:
31 Mar 10:22:05 xntpd[19153]: synchronized to 192.168.111.49, stratum=3
31 Mar 10:22:05 xntpd[19153]: time error 2372.314892 is way too large (set clock manually)
31 Mar 11:09:19 xntpd[19906]: synchronized to 192.168.111.49, stratum=2
31 Mar 11:09:15 xntpd[19906]: time reset (step) -3.438099 s
31 Mar 11:09:15 xntpd[19906]: synchronisation lost
31 Mar 11:14:09 xntpd[19906]: synchronized to 10.8.60.47, stratum=2
And in the admin who did that change, in his .sh_history:
# grep "date 0331" /.sh_history_tchadmin
date 03311104
Strange - clock must have reset during the memory upgrade...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 05:44 AM
05-30-2008 05:44 AM
Re: init process older then last boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 05:46 AM
05-30-2008 05:46 AM
Re: init process older then last boot
Are you up to date on init patches and firmware on this system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 06:10 AM
05-30-2008 06:10 AM
Re: init process older then last boot
> memory upgrade...
A dead clock battery might account for that.
I assume that you had the power (_really_)
off while the box was open. (Many things are
possible.)