- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- server 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
05-18-2009 10:04 PM
05-18-2009 10:04 PM
server crash
I am using Redhat Linux4.5 & oracle 10g Dba suddenly powergone & my OS is crashed. I have huge data on this.
After rebooting the server last message is :
INIT:No more processes left in this runlevel
How to recover OS now. Please its very urgent for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 05:38 AM
05-19-2009 05:38 AM
Re: server crash
After that, avoid to mount the operating system, and then, fun fsck on all partitions or logical volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 07:31 AM
05-19-2009 07:31 AM
Re: server crash
The OS ext3 journaled file system will likely let you come back up without major data loss.
You should boot with a rescue disk and see if you can access and back up the oracle data.
You can boot to single user mode and use fsck.ext3 to check and correct all the file systems involved.
The data is probably fine. Oracle will come up once the OS does.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 05:30 PM
05-19-2009 05:30 PM
Re: server crash
please try to recover os through fsck as Ivan & steven has suggested, if can not recover then you can re-image and do not make any changes to your data partition, just format /root partition, yes if you choose to do re-image you need to install all your application again, thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 07:23 PM
05-20-2009 07:23 PM
Re: server crash
Guys, According to my experiance what i can tell it this shows a messed-up init scripts.
Better to know how this happened...
Some time back i ran in to this kind a issue and had to re-install init scripts from install media on rescue environment. The system worked fine after that.
But im not a Oracle guru so i cant comment about that.
I suggest you try this as your last option.
Good Luck...!