- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mkboot error while mirroring
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
08-06-2009 06:09 AM
08-06-2009 06:09 AM
I am facing the below issue on my RP 4440 server while mirroring. I am using a new disk for the mirror disk. Please advice what should be the cause.
pvcreate -B /dev/rdsk/c2t1d0
Physical volume "/dev/rdsk/c2t1d0" has been successfully created.
mkboot /dev/rdsk/c2t1d0
No device file found for EFI partition
Do you want to create a non-IA64 boot disk? [y/n]? y
mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c2t1d0
No device file found for EFI partition
Do you want to create a non-IA64 boot disk? [y/n]? y
But this is a RP server and no EFI partition is there. Even though I gave the yes option the server is not booting from this disk. vgextend and lvextend commands are working fine.
Please help...
Thanks in advance...
Pramod..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:10 AM
08-06-2009 06:10 AM
Re: mkboot error while mirroring
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:13 AM
08-06-2009 06:13 AM
Solutionfor detailed steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:16 AM
08-06-2009 06:16 AM
Re: mkboot error while mirroring
Thanks for the response..
The OS Version is HP-UX 11i v2
Thanks ..
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:34 AM
08-06-2009 06:34 AM
Re: mkboot error while mirroring
What is the release date of the base OS (swlist will tell)?
BTW, I always use "mkboot -l ..." for this.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:46 AM
08-06-2009 06:46 AM
Re: mkboot error while mirroring
May know the outputs of the following,
#uname -a
Try with,
#pvcreate -f dev/rdsk/c2t1d0
#vgextend
#mkboot -l dev/rdsk/c2t1d0
Regards,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:48 AM
08-06-2009 06:48 AM
Re: mkboot error while mirroring
not pvcreate -f dev/rdsk/c2t1d0,
use pvcreate -fB dev/rdsk/c2t1d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:53 AM
08-06-2009 06:53 AM
Re: mkboot error while mirroring
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:53 AM
08-06-2009 06:53 AM
Re: mkboot error while mirroring
Thank you very much for your fast response. On my second attempt & a restart the mirroring was successful and now I am able to boot from the new disk.
Closing this thread..
Thanks again...
Pramod..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:54 AM
08-06-2009 06:54 AM
Re: mkboot error while mirroring
Thanks
Pramod