- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to create a bootable disk
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
11-24-2001 07:44 AM
11-24-2001 07:44 AM
I'd like to create a second bootable disk on an A class server running HP-UX 11.00. I wouldn't like to use make_recovery. Does anybody known another way to do it?
Thanks, Andre.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2001 08:00 AM
11-24-2001 08:00 AM
Re: How to create a bootable disk
Why do you not want to do a make_recovery (ignite)?
ANyways, try mkboot, doc:
http://docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2001 08:01 AM
11-24-2001 08:01 AM
Re: How to create a bootable disk
If they are of same size, you could use dd ...
e.g:
dd if=/dev/dsk/c1t6d0 of /dev/dsk/c1t3d0 bs=1024
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2001 09:47 AM
11-24-2001 09:47 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xafc36af52b04d5118fef0090279cd0f9,00.html
If you do have Mirror Disk/UX installed, have a look at this thread. It has some links to documentation on creating a mirrored boot disk. Andreas Voss also attaches a script that can be used if you have Mirror Disk/UX.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd17f37f45ef7d4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2001 09:48 AM
11-24-2001 09:48 AM
Re: How to create a bootable disk
If you have MirrorDisk/UX you can provide high-availability protection by mirroring your boot disk:
# pvcreate -B /dev/rdsk/cXtYdZ
# vgextend /dev/vg00 /dev/dsk/cXtYdZ
# mkboot /dev/rdsk/cXtYdZ #...note raw device...
# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/cXtYdZ
# for N in 1 2 3 4 5 6 7 8 #...or more...
> do
> lvextend -m 1 /dev/vg00 /dev/dsk/cXtYdZ
> done
# lvlnboot -v #...a nice check...
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2001 12:34 PM
11-24-2001 12:34 PM
Re: How to create a bootable disk
Why not create a mirrored disk and
cut an ignite tape. First make your
disk mirrored.
# pvcreate -Bf /dev/rdsk/cxtxdx
(include -f in case the disk has been used before)
# vgextend /dev/vg00 /dev/dsk/cxtxdx
# mkboot /dev/rdsk/cxtxdx
# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/cxtxdx
# for LVOL in /dev/vg00/lv*
> do
> lvextend -m 1 $LVOL /dev/dsk/cxtxdx
> done
Check your work
# lvlnboot -v
To cut the ignite tape.
# make _tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Note the no rewind device.
Now your done!
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2001 10:22 PM
11-25-2001 10:22 PM
Re: How to create a bootable disk
Take a look at the threads below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=4063045e0addfa4dda/screen=ckiDisplayDocument?docId=200000056960989
http://us-support.external.hp.com/cki/bin/doc.pl/sid=4063045e0addfa4dda/screen=ckiDisplayDocument?docId=200000055534397
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 11:33 AM
11-26-2001 11:33 AM
Re: How to create a bootable disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 11:34 AM
11-26-2001 11:34 AM