- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- boot mirror disk will 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
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-13-2005 03:46 AM
10-13-2005 03:46 AM
boot mirror disk will not boot
EXEC_FAILED
EXEC Format error
Now here is how I created the boot disk mirror.
pvcreate -Bf /dev/rdsk/c2t2d0
vgextend vg00 /dev/dsk/c2t2d0
mkboot /dev/rdsk/c2t2d0
mkboot -a "hpux -lq (0/0/0.2.0;0) /stand/vmunix" /dev/rdsk/c2t2d0
lvlnboot -R
Then I recreated the mirrors
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t2d0
After I finished when I type lvlnboot -v it shows both disks as being bootable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 03:49 AM
10-13-2005 03:49 AM
Re: boot mirror disk will not boot
# mkboot -a "hpux -lq" /dev/rdsk/c2t2d0
Everything else looks OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 03:51 AM
10-13-2005 03:51 AM
Re: boot mirror disk will not boot
mirrdisk_raw=cXtYdZ # replace X, Y & with your own values
mkboot -l ${mirrdisk_raw}
mkboot -a "hpux -lq (;0)/stand/vmunix" ${mirrdisk_raw}
cd /usr/sbin/diag/lif
mkboot -b updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL ${mirrdisk_raw}
if you are on a 32 bit OS, replace the last line as follows:
mkboot -b updatediaglif -p ISL -p AUTO -p HPUX -p LABEL ${mirrdisk_raw}
not much different but again, I am not an expert how the bootstrap looks into the lif area and searches what. So, this works for me all the time and hope it works for you too..
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 03:53 AM
10-13-2005 03:53 AM
Re: boot mirror disk will not boot
mkboot -a "hpux -lq (0/0/0.2.0;0) /stand/vmunix" /dev/rdsk/c2t2d0
Change it to
mkboot -a "hpux -lq" /dev/rdsk/c2t2d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 03:55 AM
10-13-2005 03:55 AM
Re: boot mirror disk will not boot
mkboot -a "hpux -lq" /dev/rdsk/c2t2d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 03:58 AM
10-13-2005 03:58 AM
Re: boot mirror disk will not boot
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 05:26 AM
10-13-2005 05:26 AM
Re: boot mirror disk will not boot
You have a space character between disk partition information and the filename of the kernel. You shouldn't need this anyway. I believe that is causing this problem.
Simply the command to be:
# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c2t2d0
...and you will be fine.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 05:35 AM
10-13-2005 05:35 AM
Re: boot mirror disk will not boot
mkboot -a "hpux -lq" /dev/rdsk/c2t2d0
Thanks to all !!!!
Shawn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 05:36 AM
10-13-2005 05:36 AM