- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror from EMC bootable disk to internal 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
09-15-2003 09:30 PM
09-15-2003 09:30 PM
Need your advice. On my N-Class server is currently using EMC disk as bootable disk. Due to EMC migration to the new one, I have to temporarily move the bootable disk to internal disk. My plan actually will mirror the EMC bootable disk to internal disk, and then reboot the server and boot it up from internal disk. Then break all mirrors on EMC disk before doing the migration. Is there any problem to mirror EMC bootable disk to internal disk? Do you think that my system will be fine when boot from the internal disk? Please help.
Thanks.
Best Regards,
Negara
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 10:08 PM
09-15-2003 10:08 PM
SolutionYou shouldn't have any problem doing this. Remember that its not enough just to mirror, you'll need to build the boot area as well on the internal disk using the mkboot command.
Also reset your primary boot path to the internal disk using the setboot command.
This link provides details on creating a boot disk:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6967c1c4ceddd61190050090279cd0f9,00.html
As you said test your new boot disk prior to removing the EMC disks to ensure it all works.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 10:10 PM
09-15-2003 10:10 PM
Re: Mirror from EMC bootable disk to internal disk
there should be no problem at all (if you mirror correctly).
Try to boot from the mirror disks before you break the mirror.
good luck,
Thierry.
-----------------
pvcreate ???B /dev/rdsk/c2t8d0
mkboot /dev/rdsk/c2t8d0
mkboot ???a ???hpux ???lq(;0)/stand/vmunix??? /dev/rdsk/c2t8d0
mkboot ???b /usr/sbin/diag/lif/updatediaglif ???p HPUX ???p ISL ???p AUTO ???p LABEL /dev/rdsk/c2t8d0
vgextend /dev/vg00 /dev/dsk/c2t8d0
lvextend ???m 1 /dev/vg00/lvol1 /dev/dsk/c2t8d0
lvextend ???m 1 /dev/vg00/lvol2 /dev/dsk/c2t8d0
lvextend ???m 1 /dev/vg00/lvol3 /dev/dsk/c2t8d0
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 10:11 PM
09-15-2003 10:11 PM
Re: Mirror from EMC bootable disk to internal disk
Perform the lvreduce commands carefully for all the LVs of Root VG. Update the BDRA finally by lvlnboot command. Keep the copy of VG by vgcfgbackup on a separate file system safe and if possible take the IGNITE backup of root VG.
Saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 10:34 PM
09-15-2003 10:34 PM
Re: Mirror from EMC bootable disk to internal disk
Thanks for your help. I am now more confident to mirror from EMC to internal disk.
Thanks for your great help.
Best Regards,
Negara