- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: ASR - Timestamp
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
02-12-2013 07:51 AM
02-12-2013 07:51 AM
ASR - Timestamp
Hello!
I have a message from HP-System on my Server:
The system has rebooted from a Automatic Server Recovery (ASR) event.
User Action
Determine the nature of the Automatic Server Recovery (ASR) event, and take corrective action.
WBEM Indication Properties
AlertingElementFormat: 1 0x1 (Other)
AlertType: 5 0x5 (Device Alert)
Description: "The system has rebooted from a Automatic Server Recovery (ASR) event."
EventCategory: 16 0x10 (System Power)
EventID: "1"
TIME_CREATED: 130048454445751487 0x1ce06615ad3dcbf
How can I convert the TIME_CREATED 130048454445751487 to a human readable date?
thx.
hanse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2013 10:58 PM
02-14-2013 10:58 PM
Re: ASR - Timestamp
>How can I convert the TIME_CREATED 130048454445751487 to a human readable date?
That output format matches: HP Insight Management WBEM Providers for Windows Server
This talks about: Number of 100-ns intervals since 1st Jan 1601
http://timgolden.me.uk/python/wmi/tutorial.html
This mentions some Windows functions to decode it:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa393040%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/aa394590%28v=vs.85%29.aspx
Using the info in the link about 1601, when I convert to a UNIX Epoch I get:
That time in UTC is: Sat Feb 9 01:04:04 2013
WBEM