- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Why did this C3700 Reboot!!
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
03-12-2003 11:14 AM
03-12-2003 11:14 AM
This is really bugging me. Because I cant resolv why this Hp-visualize C3700 just rebooted it self, there wasnt any scheduled cron job or anything doing that. And the user confesses he didnt push the power button either, the syslog.log file doesnt have anyinfo. Is there anyway I can get a snap shot of the processes before the reboot occurred. Lot of inportant work was lost because of this, and I want to stop it from happenning again. Any suggestions will be greatly appreciated.
Thanks
Govind
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 11:17 AM
03-12-2003 11:17 AM
SolutionCheck
1) The /etc/shutdownlog
2) If there's an appropriately dated tombstone in /var/tombstones
3) If there a crash image in /var/adm/syslog
Any one or all of these will help clue you in.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 11:18 AM
03-12-2003 11:18 AM
Re: Why did this C3700 Reboot!!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 11:20 AM
03-12-2003 11:20 AM
Re: Why did this C3700 Reboot!!
Cheers,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 11:22 AM
03-12-2003 11:22 AM
Re: Why did this C3700 Reboot!!
if I were you, i'd start by checking /etc/shutdownlog to see if there was a Panic message or something similar. You might even find if someone actually rebooted the server.
then you can check to see if you have any ts99 file dated of the day and time of the reboot in the /var/tombstones.
i'd also check to see if you have any crash directory in /var/adm/crash dated of the day of the reboot.
You may want to check your ioscan and dmesg to see if you have the same amount of CPUs and memory, cause if the server found some problems, it may have rebooted itself to deconfigure a CPU or some memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 11:23 AM
03-12-2003 11:23 AM
Re: Why did this C3700 Reboot!!
I appreciate ur quick replies but I am still in the having no luck with this issue.
Thanks
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 11:35 AM
03-12-2003 11:35 AM
Re: Why did this C3700 Reboot!!
/var/adm/shutdownlog
system shutdown and reboot log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 11:42 AM
03-12-2003 11:42 AM
Re: Why did this C3700 Reboot!!
/var/adm/shutdownlog -> /etc/shutdownlog
You don't need to do anything special to enable it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 12:01 PM
03-12-2003 12:01 PM
Re: Why did this C3700 Reboot!!
Have a Great Day.
Regards
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 12:49 PM
03-12-2003 12:49 PM
Re: Why did this C3700 Reboot!!
So edit the file /etc/rc.config.d/savecrash and remove the comment in front of # SAVECRASH=1 so it reads:
SAVECRASH=1
Next, determine where you'd like to store the crash dump (apx = the size of your RAM). Uncimment this line: # SAVECRASH_DIR=/var/adm/crash and change it to a directory with enough space. Some sysadmins prefer to leave /var/adm/crash as the destination and simply create a symlink for /var/adm/crash that points to the preferred location.
Then create /etc/shutdownlog with:
touch /etc/shutdownlog
chmod 644 /etc/shutdownlog
chown bin:bin /etc/shutdownlog
Now shutdownlog will only tell that a crash occurred (it will say PANIC) but the reason is nothing that you can use (ie, data page fault, etc). It might also state that it was due to an HPMC (high priority machine check) which is a hardware failure.
Now you are ready for the next crash. NOTE: Most crashes are due to lack of patches or an occasional hardware failure. Analyzing a crash dump to determine the right patch is very tedious and requires a lot of information not publicly available (ie, HP-UX source code). If you have a software contract with HP, open a call at the next crash and have them go through the steps to analyze your crash dump. Otherwise, download the Support Plus bundles called HWE and QPK and load thos at your next opportunity. Support Plus is available from:
http://www.software.hp.com/SUPPORT_PLUS/
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:48 PM
03-12-2003 02:48 PM
Re: Why did this C3700 Reboot!!
Regards
Govind