- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inknown id: root
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-19-2003 01:39 AM
05-19-2003 01:39 AM
inknown id: root
when i rebooted, ths screen shows somthing like:
/dev/vg02/lvol19 is seriously damaged errno = 6
.
.
.
WARNING: Insufficient space on dump device failed to save full crash dump
.
.
INIT: WARNING: No password entry for root
.
.
FIX root ENTRY IN /etc/passwd AND REBOOT!!
.
.
su
inknown id: root
Hope to get some inputs from you guys. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 01:47 AM
05-19-2003 01:47 AM
Re: inknown id: root
ISL> hpux -is
Then it will take you to root prompt directly. Check /etc/password file.
Post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 01:51 AM
05-19-2003 01:51 AM
Re: inknown id: root
when you eventually get prompt examine your /etc/fstab to determine which filesystem is damaged, we'll come back to this..!
.
.
.
WARNING: Insufficient space on dump device failed to save full crash dump
So there was a system panic, this is not so serious, just means that you won't be able to debug why the system paniced completely... it's most likely because you're on old software/ ageing hardware! at a guess!
remove /var/adm/crash/ contents unless you want to debug crash dumps. alternatively, if you want you can increase the dump device space to save the full crash next time..
.
.
INIT: WARNING: No password entry for root
really??
.
.
FIX root ENTRY IN /etc/passwd AND REBOOT!!
yikes!!
.
.
su
inknown id: root
ouch!
was that you that typed in the su?
Have you got a prompt here?
I mean it is saying correct the /etc/passwd?(pwck to check passwd file) or is this a keyboard not found, press any key type error?
If you can't get prompt there's not much you can do apart from boot from a rescue/recovery cd, mount the root disk and manually edit the root entry in the passwd file, or copy a backed up one across from tape for example.
Recovery CD rescue is about as complicated as it gets, but if you can't boot and get prompt with the options hpux -lm -is it's more or less your last option.
good luck,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 01:57 AM
05-19-2003 01:57 AM
Re: inknown id: root
Good luck,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 12:11 PM
05-19-2003 12:11 PM
Re: inknown id: root
once u reciverd root password try to run fsck on /dev/vg02/lvol19 , there are some option which will repair the disk , but u may loose some data ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 06:55 PM
05-19-2003 06:55 PM
Re: inknown id: root
Thanks to all who gave useful inputs.. more power to all!