- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Move boot disk to different H/W Path
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
01-15-2003 11:54 AM
01-15-2003 11:54 AM
Hypothetical situation:
Let's say you booted off of a scsi disk at H/W path 1/8/0/0 and the card in 1/8/0/0 died. What would you need to do in order to move the boot disk to a spare scsi card that you had in 0/12/0/0 and successfully boot?
Thanks,
Keith
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 11:59 AM
01-15-2003 11:59 AM
Re: Move boot disk to different H/W Path
I'd put a call in to HP Hardware Support and have them replace 1/8/0/0. Failing that, I'd move 0/12/0/0 to 1/8/0/0 and boot as usual off that.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 12:13 PM
01-15-2003 12:13 PM
Re: Move boot disk to different H/W Path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 12:28 PM
01-15-2003 12:28 PM
Re: Move boot disk to different H/W Path
I think it's simpler to move card from 0/12/0/0 to 1/8/0/0 (if possible) to save all hardware paths
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 12:57 PM
01-15-2003 12:57 PM
Re: Move boot disk to different H/W Path
This is not possible, I tested on a A400 server and boot fails if the disk is moved to another hardware path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 01:15 PM
01-15-2003 01:15 PM
Re: Move boot disk to different H/W Path
if so, boot from the ignite tape and recover to the spare card
otherwise without having previously mirrored, i can't think of any other way ...
this may be a bit off but if your interested in why
you can boot from any path BUT when you boot from that path it read the vmunix file i believe .. this file then tells it where to find the kernel and system info BUT via the original path
and again i may be off on that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 01:06 AM
01-16-2003 01:06 AM
Re: Move boot disk to different H/W Path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 01:38 AM
01-16-2003 01:38 AM
Re: Move boot disk to different H/W Path
If you move the boot disk to another path, system wouldn't boot, even if you change the boot path. since the bootinfo looking into lvmtab file. Best way is replacing the faulty scsi card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 01:10 PM
01-16-2003 01:10 PM
Re: Move boot disk to different H/W Path
If you move the disk its corresponding device file will differ. This can be handled by a 'vgexport' and subsequent 'vgimport' in order to associate the new device filw with the volume.
The procedure for changing the hardware address of a disk is described in the Software Recovery Handbook (chapter-16, LVM):
http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=/DE_SW_UX_swrec_EN_01_E/LVM.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 02:01 PM
01-16-2003 02:01 PM
Re: Move boot disk to different H/W Path
Does this apply to vg00? Can I boot up "hpux -lm" and vgexport/vgimport vg00?
I don't have to deal with bootconf or ioinit?
Thanks,
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 08:23 AM
01-17-2003 08:23 AM
Re: Move boot disk to different H/W Path
I think I was a little premature in assigning points. I should have read the entire document first. Could you please acknowledge this message so that I can assign you the appropriate points. I really appreciate your help.
Thanks,
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 12:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 12:27 PM
01-20-2003 12:27 PM
Re: Move boot disk to different H/W Path
James is right.
You need to boot your system in LVM maintenance mode by using "hpux -lm" command at the ISL prompt.
Do a vgexport:
# vgexport -v -m /vg00.map vg00
DO a vgimport:
#vgimport -v -m /vg00.map vg00 /dev/dsk/
Remember that you must update the BDRA with new HW path and device file.
# lvlnboot -R
There may be a situation that your / gets attached with "/dev/root" file instead of /dev/vg00/lvol1.
I can confirm that I used this method it works.
Good luck,
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 11:32 AM
08-15-2022 11:32 AM
Re: Move boot disk to different H/W Path
I'm having the same issue but with a twist. We'd like to be able to move a disk from a failed computer (ex. motherboard failure) to a different machine, but the hardware address is different. The disk is the only one in the machine, and (clearly) contains the root volume. Running "hpux -lm" with the disk in the new machine causes a kernel panic ("LVM: Activation of root volume group failed"), but doing "hpux ll" works.
Is there a way to tell the disk what its new hardware address is, so it'll work in the new machine, even though "hpux -lm" fails?
Note: We're exploring this as an option in case there's a failure, rather than dealing with a failure at the moment. I put the disk back in the original machine, and it booted fine.