- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX can't 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
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
10-02-2007 11:39 AM
10-02-2007 11:39 AM
HP UX can't boot
I am running an HP UX 11.23, that does not boot, since my /dev/root file is corrupted, (but I have a copy of it named /dev/root1). While booting, the system prompts the msg "cannot open /dev/root: no such device or address". I wd like to know if there is a way to make the system boot.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 01:15 PM
10-02-2007 01:15 PM
Re: HP UX can't boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 05:15 PM
10-02-2007 05:15 PM
Re: HP UX can't boot
ISL>hpux -lm -is
#fsck -F vxfs -o full /dev/vg00/rlvol3
If its not getting resolve please do restore the OS using ignite recovery image ( hopes u may have ignite recovery image )
Thanks ,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 06:26 PM
10-02-2007 06:26 PM
Re: HP UX can't boot
Wissam,
try to boot up using lvm maintainence mode, or boot up using recovery CD?
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 06:44 PM
10-02-2007 06:44 PM
Re: HP UX can't boot
fs2:\>hpux
Then you will get the HPUX prompt.
Other boot options available :
HPUX> boot -is for single user mode
HPUX> boot -lq for LVM quorum mode
HPUX> boot -lm for maintenance mode boot
HPUX> boot -tm for failsave mode (no DLKMs etc,)
HPUX> boot backup for booting backup kernel configuration
HPUX> boot vmunix.prev for booting previous kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 10:03 PM
10-02-2007 10:03 PM
Re: HP UX can't boot
Well, i also don't have a recovery CD.
I know that if I can get into my hard drive and rename my bckup file from dev/root1 to dev/root my problem will be solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 10:40 PM
10-02-2007 10:40 PM
Re: HP UX can't boot
when you say you have /dev/root1 saved what do you mean?
is this just a directory or another filesystem containing /dev/root1?
what caused the server not to boot? where you performing some reconfiguration?
Thanks
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 10:51 PM
10-02-2007 10:51 PM
Re: HP UX can't boot
>I know that if I can get into my hard drive and rename my bckup file from dev/root1 to dev/root my problem will be solved
I think the below steps may help you to accomplish the above requirement.
Installed your problem root disk on other unix machine
Do the below steps on 2nd unix machine ,where u have installed the root disk of 1st
#mkdir /dev/vgtest
#mknod /dev/vgtest/group c 64 0x080000
#vgimport -v /dev/vgtest /dev/dsk/cxtyd0
#vgchange -a y vgtest
#mkdir /test
#mount /dev/vgtest/lvol3 /test
Do the changes
# vgchange -a n vgtest
#vgexport vgtest
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 11:40 PM
10-02-2007 11:40 PM
Re: HP UX can't boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 10:25 AM
10-03-2007 10:25 AM
Re: HP UX can't boot
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 12:34 PM
10-03-2007 12:34 PM
Re: HP UX can't boot
Thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 06:24 PM
10-03-2007 06:24 PM
Re: HP UX can't boot
You won't lose installed software then. You build a new kernel and boot the server. After this you can restore from backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 09:12 PM
10-03-2007 09:12 PM
Re: HP UX can't boot
So it is not possible to restore my system files without loosing my installed softwares using an IGNITE recovery tape?