- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Crash
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
11-19-2001 02:47 PM
11-19-2001 02:47 PM
System Crash
My workstation crashed ( donno why ). When the sytem re-started, it came up in a single user mode. Why does this happen ?. how to re-start the machine in multi-user mode ?.
Thanx
Ramu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 02:50 PM
11-19-2001 02:50 PM
Re: System Crash
Since you didn't give any error messages we can only speculate on why your box crashed. However to get to multi-user mode type in "init 3".
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 02:57 PM
11-19-2001 02:57 PM
Re: System Crash
Try init 3 for multiuser mode then do a clean shutdown and see if it comes up OK.
Also check logs (shutdown,rc and syslog ) for more details on errors.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 03:04 PM
11-19-2001 03:04 PM
Re: System Crash
See if you have a crash dump save on your
system. The default place is
/var/adm/crash, if not have a look in
/etc/rc.config.d/savecrash to see what
directory you have. HP will analyse your
crash dump if you have a support agreement.
The outcome could be a recommended set of
patches to be loaded. What is your current
patch level? To find out simply type this
# /usr/sbin/swlist -a revision
and look for this.
XSWGR1100 B.11.00.52.2
(This indicates what level, for example this
is March 2001, and are released every quarter.)
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 11:56 PM
11-19-2001 11:56 PM
Re: System Crash
- your file system is corrupted , any fsck message ?
check /etc/shutdownlog for panic/TOC message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:37 AM
11-20-2001 12:37 AM
Re: System Crash
look for messages of ERROR
look in /etc/shutdownlog to find out why it went down.
Think of patching your system, especially the Xserver. get the latest bundles from software.hp.com
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 10:01 PM
11-20-2001 10:01 PM
Re: System Crash
/var/adm/syslog/OLDsyslog.log
--- for messages
/var/adm/crash
--- for crash files
/var/tombstones
--- check for the latest ts* files if any and if possible... attach it and have it analysed
/etc/rc.log
--- for startup errors
/etc/shutdownlog
--- for shutdown logs
/etc/inittab
--- for initialization defaults, first line should be: "init:3:initdefault:"
try restarting your machine and see if it still boots to single User mode. For multiuser mode --> "init 3"
Check messages while your machine is processing the startup scripts... look for errors and warnings. If you find any... reply...
d_b