- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- boot error
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
04-03-2002 10:16 AM
04-03-2002 10:16 AM
Anyway I am tring to reboot from the newly created mirror drive. Reboot fails and says
AUTO EXEC FILE INCONSISTENT TERMINATING THE BOOT AND DISPLAYS THE CONTENTS OF AUTO FILE
hpux(;0)/stand/vmunix
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 10:20 AM
04-03-2002 10:20 AM
Re: boot error
I think this is your original thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5b630719e045d6118fff0090279cd0f9,00.html
For ITRC id issue, you can either send a mail to ITRC or report in the forum issues thread.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 10:37 AM
04-03-2002 10:37 AM
Re: boot error
I have problem with my login I did contact ITRC support hopefully they resolve it soon.
Anyway I finished succesfully creating and mirroring the vg00. But as I mentioned I have problem in booting from that drive Ihave enclosed the error message.
And also I have to give points to you guys for helping me yesterday. But I cannot access those messages.
Shiju by clicking on that link you sent me I can see all the messages but I cannot assign points to those.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 10:51 AM
04-03-2002 10:51 AM
Solutionyour boot string should look like,
hpux (;0)/stand/vmunix
Interrupt the boot procedure and boot thru the primary disk. Select Y to interact with ipl and at the ipl prompt, type in the boot string shown above and see if you are able to boot. Once you have booted the system, You can change the boot string to the one shown above using mkboot -a,
mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/cxtydz
Here cxtydz is your root disk.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 11:00 AM
04-03-2002 11:00 AM
Re: boot error
The boot AUTO string may have some problem. As sanjay mentioned, you can correct this by 'mkboot' command.
Now, boot from the disk, interrupt it to enter ISL prompt and give:
ISL> hpux (;0)/stand/vmunix
This should boot your system. Once booted, check the output of 'lvlnboot -v', it should show both of your boot disk. Also check all LVs with 'lvdispla -v'. Correct the AUTO file with 'mkboot' command. You can check the AUTO file entry with 'lifcp' command.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 11:16 AM
04-03-2002 11:16 AM
Re: boot error
I did lifcp
The string looks like:
hpux(;0)/stand/vmunix
I do not see space after hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 11:20 AM
04-03-2002 11:20 AM
Re: boot error
Yes there is a space after hpux.
the original lif into on your system does not have a space after hpux and that was the original problem.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 11:22 AM
04-03-2002 11:22 AM
Re: boot error
You got it ! There should be a space after 'hpux'. Change the AUTO string, it will alright.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:01 PM
04-03-2002 12:01 PM
Re: boot error
It is working fine now.