- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: My system has rebooted
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
01-31-2007 10:14 AM
01-31-2007 10:14 AM
I found this in syslog.log:
Jan 31 23:47:53 esxhb027 EMS [5203]: ------ EMS Event Notification ------ Value: "UP (1)" for Resource: "/net/interfaces/lan/status/lan3" (Threshold: != " 1")
Jan 31 23:47:53 esxhb027 EMS [5203]: ----- EMS Monitor Restart due to system reboot ----- Title: MIB Monitor Command: /etc/opt/resmon/lbin/lanmond Vendor: Hewlett-Packard Co. Version: A.03.40 To obtain a list of currently monitored resources, execute the following: /opt/resmon/bin/resdata -M 1922569500
I chech network card:
root@esxhb027[/]: netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan3 1500 10.247.110.128 10.247.110.153 145 0 0 0 0
lan1 1500 62.87.13.0 62.87.13.12 10076 0 10271 0 0
lo0 4136 127.0.0.0 127.0.0.1 7636 0 7636 0 0
lan14* 1500 none none 0 0 0 0 0
lan6 1500 10.247.122.0 10.247.122.23 1082 0 1456 0 0
lan5* 1500 none none 0 0 0 0 0
lan4 1500 192.168.1.0 192.168.1.2 3 0 3 0 0
How I can find a crash dump?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 11:01 AM
01-31-2007 11:01 AM
Solution1) /etc/shutdownlog
2) /var/adm/syslog/OLDsyslog.log
3) Look for crash dump in /var/adm/crash (or whatever the directory is set to in /etc/rc.config.d/crashconf)
4) There may be some cluues in /var/tombstones/ts99
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 11:37 AM
01-31-2007 11:37 AM
Re: My system has rebooted
2) /var/adm/syslog/OLDsyslog.log
3) Look for crash dump in /var/adm/crash (or whatever the directory is set to in /etc/rc.config.d/crashconf)
4) There may be some cluues in /var/tombstones/ts99
I have only a ts99:
195381 Jan 31 23:45 ts99
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 12:00 PM
01-31-2007 12:00 PM
Re: My system has rebooted
If the ts99 file has current data in it, (current timestamp, actual chassis codes, not just zeros, that sort of thing) it might be pointing you towards a HW issue. (Do you have a support contract?)
Otherwise, without anything else, you may just have to wait until the next one.
Do you have crashconf enabled in /etc/rc.config.d/crashconf?
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 01:11 PM
01-31-2007 01:11 PM
Re: My system has rebooted
If you have MP/GSP access then you can also check the sl/sel logs for any hardware related errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 01:14 PM
01-31-2007 01:14 PM
Re: My system has rebooted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 02:16 PM
01-31-2007 02:16 PM
Re: My system has rebooted
you can check the event.log of other vpars and see if there are any event at the time this vpar paniced.. Normally if a partition panics then there is an entry in event.log of other parition..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 02:43 PM
01-31-2007 02:43 PM
Re: My system has rebooted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 03:21 PM
01-31-2007 03:21 PM
Re: My system has rebooted
Check :
# tail -n 10 /etc/shutdownlog
And check if the last reboot entry is there.
# Check /var/adm/syslog/OLDsyslog.log and findout what was happened during reboot occured.
If there is any suddenpower failure , you will not find any reboot/shutdown log in /etc/shutdownlog
Also check any crash in /var/adm/crash/crash.0 .. or /etc/tombstones files for valid timestamp for any hpmc related error.
Once you find the cause of reboot you can go ahead for further debug.
cheers,
Raj.