- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating a mirrored boot disk under HP-UX v11.22 a...
Operating System - HP-UX
1820886
Members
3894
Online
109628
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО07-10-2003 01:36 PM
тАО07-10-2003 01:36 PM
Two issues:
1) looking for a detailed procedure for creating a mirrored boot disk under HP-UX v11.22
2) Cloning the system disk to other identical systems
I am setting up four identical IPF-based 5670's with HP-UX v11.22. My plan is to complete the install and configuration on the first system, then create the other three through cloning the first. I want to mirror the system disk on each and have installed MirrorDisk/UX.
It seems like I could use MirrorDisk/UX to create these clones, and force set_parms to trigger on boot for each clone.
Does this sound like an effective plan? Or, is make_tape_recovery a better route?
Has the procedure for mirroring the boot/system disk changed much since 11.22 came out? (I have HP's DocID #LVMKBRC00005103 dated 4/20/01)
Thanks,
-Mark
1) looking for a detailed procedure for creating a mirrored boot disk under HP-UX v11.22
2) Cloning the system disk to other identical systems
I am setting up four identical IPF-based 5670's with HP-UX v11.22. My plan is to complete the install and configuration on the first system, then create the other three through cloning the first. I want to mirror the system disk on each and have installed MirrorDisk/UX.
It seems like I could use MirrorDisk/UX to create these clones, and force set_parms to trigger on boot for each clone.
Does this sound like an effective plan? Or, is make_tape_recovery a better route?
Has the procedure for mirroring the boot/system disk changed much since 11.22 came out? (I have HP's DocID #LVMKBRC00005103 dated 4/20/01)
Thanks,
-Mark
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 01:43 PM
тАО07-10-2003 01:43 PM
Solution
Hi Mark:
The creation of a bootable mirrored vg00 should be unchanged.
I'd use Ignite's 'make_tape_recovery' to create an image of the first system's vg00 and then use it to clone (cold-install) the remaining three servers.
Of course, Ingite doesn't mirror, so you will have to repeat the mirror setup on each server thereafter, but that's not any big issue in my opinion.
Regards!
...JRF...
The creation of a bootable mirrored vg00 should be unchanged.
I'd use Ignite's 'make_tape_recovery' to create an image of the first system's vg00 and then use it to clone (cold-install) the remaining three servers.
Of course, Ingite doesn't mirror, so you will have to repeat the mirror setup on each server thereafter, but that's not any big issue in my opinion.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 02:00 PM
тАО07-10-2003 02:00 PM
Re: Creating a mirrored boot disk under HP-UX v11.22 and cloning
Ignite will mirror if you use a post configuration script. This can be done when cloning a system that already has mirror/ux installed with appropriate codewords.
I've done it with a Golden Image transfer.
Attaching the config script.
SEP
I've done it with a Golden Image transfer.
Attaching the config script.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 06:54 AM
тАО07-11-2003 06:54 AM
Re: Creating a mirrored boot disk under HP-UX v11.22 and cloning
Thanks for the suggestions folks.
I'll make an attempt to use Ignite.
One related concern I have regarding mirroring involves the form of the disk device. I noticed that my 'master' install ended up with a physical volume name of /dev/dsk/c0t2d0s2 for vg00. I've never noticed a specific slice number beging assigned before. My HP-UX v11.11 systems (on PA-RISC) do not include a specific slice, only showing the entire disk (eg /dev/dsk/c1t0d0).
Perhaps this is a function of incorporating more Veritas into HP's LVM (which I used to create the volumes and filesystems)?
-Mark
hpipfl01[85]$ vgdisplay -v vg00 | tail
--- Physical volumes ---
PV Name /dev/dsk/c0t2d0s2
PV Status available
Total PE 4368
Free PE 1179
Autoswitch On
I'll make an attempt to use Ignite.
One related concern I have regarding mirroring involves the form of the disk device. I noticed that my 'master' install ended up with a physical volume name of /dev/dsk/c0t2d0s2 for vg00. I've never noticed a specific slice number beging assigned before. My HP-UX v11.11 systems (on PA-RISC) do not include a specific slice, only showing the entire disk (eg /dev/dsk/c1t0d0).
Perhaps this is a function of incorporating more Veritas into HP's LVM (which I used to create the volumes and filesystems)?
-Mark
hpipfl01[85]$ vgdisplay -v vg00 | tail
--- Physical volumes ---
PV Name /dev/dsk/c0t2d0s2
PV Status available
Total PE 4368
Free PE 1179
Autoswitch On
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP