- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I know why tha machine go down
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
04-17-2002 02:05 AM
04-17-2002 02:05 AM
How can I know why tha machine go down
This morning I have a hpux machine that goes down and I retsrat it
When I do who -r I have the date of my reboot but when I want to know at what's time I had the shutdwon, I don't found. I have checked in /etc/shutdownlog but I founf any information
Can you give help
Thinks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:09 AM
04-17-2002 02:09 AM
Re: How can I know why tha machine go down
cd /var/adm/syslog/
vi syslog.log
vi shutdown.log
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:15 AM
04-17-2002 02:15 AM
Re: How can I know why tha machine go down
Have a look in /var/tombstones for the latest tombstone file. e.g ts99 look for Chasis codes.
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:35 AM
04-17-2002 02:35 AM
Re: How can I know why tha machine go down
/var/adm/syslog/OLDsyslog.log because when the machine reboots, the existing syslog.log file is renamed as OLDsyslog.log ana d new file created.
Use more OLDsyslog.log to show the contents of the file, one screen at a time.
HTH
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:46 AM
04-17-2002 02:46 AM
Re: How can I know why tha machine go down
If the machine crashed ... you won't have a shutdowntime. Take a look at /var/adm/crash to see if a crashdump has been written.
Depending on the type of the machine you can also take a look at the serverlog which you'll find in the GSP, command SL.
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 05:34 AM
04-17-2002 05:34 AM
Re: How can I know why tha machine go down
what time does it shut down? Are you there when it happens? There have been a couple of threads about times when cleaning people or others have unknowingly unplugged servers during the night. Also, if you don't have a UPS on it, there might be a surge coming through at that time that is enough to bring it down. If possible, you might want to just sit there and watch it to make sure that it is not a hardware or external issue.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 06:05 AM
04-17-2002 06:05 AM
Re: How can I know why tha machine go down
you can not check the rebooot time using who -r command.
you have to use who -b command to know when the machine has been booted.
Following is the entry from my one of the machine.
$ who -b
. system boot Apr 16 17:32
$
hope this helps,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 06:29 AM
04-17-2002 06:29 AM
Re: How can I know why tha machine go down
1. Created /var/adm/crash
2. edited /etc/rc.config.d/savecrash and make sure that the line:
# SAVECRASH=0
is changed to:
SAVECRASH=1
If this is not done, no crashdump will be taken and the reason for the system crash cannot be logged. Note that the reason will not tell you what to fix, only that it crashed as opposed to a powerfail.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 09:20 AM
04-17-2002 09:20 AM
Re: How can I know why tha machine go down
Run pdcinfo (under /usr/contrib) for info on hpmc..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:50 AM
04-18-2002 01:50 AM
Re: How can I know why tha machine go down
I have used the pdcinfo and I dont know I can use it: I have this error: No valid timestamp
So I dont know if there's other solution to check at what's hour the machine have crashed and how can I verify why I had this problem
Thins all for your answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 02:08 AM
04-18-2002 02:08 AM
Re: How can I know why tha machine go down
Run q4 on the crash dump. q4 is a crashdump analysis tool.
Hope this helps. Regards.
Steven Sim Kok Leong