- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System can not boot
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
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
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-03-2005 06:45 PM
тАО11-03-2005 06:45 PM
System can not boot
There is a server (rp5470) suddenly reboot.
Then I can not boot it in level 3 mode.
It can be boot in single-user mode.
During the booting proccess, the error message are:
INIT: /etc/inittab: Cannot stat: No such file or directory
INIT: WARNING: /etc/inittab is CORRUPT.
INIT: System being brought up SINGLE-USER !!!
INIT: WARNING: No passwd entry for root.
FIX root ENTRY IN /etc/passwd (OR TCB if trusted ) AND REBOOT !!!
INIT: Overriding default level with level 's'
INIT: SINGLE USER MODE
INIT: WARNING: No passwd entry for root.
FIX root ENTRY IN /etc/passwd AND REBOOT !!!
INIT: Running /sbin/sh
Then the prompt is #
I found a thread that similar to my trouble:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=725926
But in my case, I still can go to /etc filesystem.
But all fstab, inittab disapear!
So that I can not mount filesystem:
# mount /usr
mount: Cannot stat /etc/fstab: No such file or directory
# mount /etc
mount: Cannot stat /etc/fstab: No such file or directory
At this time I can not execute any command...except some simple commands like pwd, exec, ls
I have already try to boot with ISL and boot from backup kernel:
ISL>hpux -is /stand/vmunix.prev
But all the same!
Please advice!
Thanks
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 06:53 PM
тАО11-03-2005 06:53 PM
Re: System can not boot
Do you have write access to /etc
=> touch /etc file
If not, there is probably a problem with the disk.
Can you manually recreate /etc/inittab and /etc/fstab (from another server)
If those things are not working I think you should restore the OS from an ignite tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 06:54 PM
тАО11-03-2005 06:54 PM
Re: System can not boot
/etc default is in the root FS and not a seperate FS.
is all the files in /etc are missing/removed? only directories left?
I think you need to restore files from the backup.
GOOD LUCK!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 06:59 PM
тАО11-03-2005 06:59 PM
Re: System can not boot
All of the internal disk are OK!
I can not use any command except : pwd, exec, ls, cd.
So that can not create any file :-(
I don't want to recovery from tape.
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 07:01 PM
тАО11-03-2005 07:01 PM
Re: System can not boot
You should type:
mount -F vxfs /dev/vg_name/lv_name /etc
then you don't need /etc/fstab
But I think you have to make recovery from the ignite, or in case you have mirror disk for root partition ( in case it is not corrupted too ) try to boot from that disk.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 07:03 PM
тАО11-03-2005 07:03 PM
Re: System can not boot
If either special or directory is omitted, mount attempts to determine the missing value from an entry in the /etc/fstab file.
# mount
Example:
#mount -F hfs /dev/dsk/c1t2d0 /home
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 07:05 PM
тАО11-03-2005 07:05 PM
Re: System can not boot
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 07:05 PM
тАО11-03-2005 07:05 PM
Re: System can not boot
You must have printout for all necesary config files!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 07:27 PM
тАО11-03-2005 07:27 PM
Re: System can not boot
# /sbin/mount /dev/vg00/lvol7 /usr
then copy inittab, fstab, passwd files to /etc.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2005 08:00 PM
тАО11-03-2005 08:00 PM
Re: System can not boot
I have take a call to HP...
Recover from Ignite is my last solution :(
Thanks to everyone!
B&R
Hoang Chi Cong