- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to boot clone created on lvol
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
03-17-2008 07:11 AM
03-17-2008 07:11 AM
unable to boot clone created on lvol
I am running HP-UX virtual guest running on IR volume and then created a new clone using this VM .
I have used lvol for the clonned vm :
#hpvmclone -P nodeA -N nodeB -b disk:scsi:0,1,0:lv:/dev/vg00_nodeB/rlvol1
Clonning completed without any errors, However i am getting errors while booting the clone.
Any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 07:28 AM
03-17-2008 07:28 AM
Re: unable to boot clone created on lvol
If not is it trying to use the same lvol that is locked onto the first VM ?
I have yet to find a reason / working use for hpvmclone. By the time you get all the items reconfigured you would have done the same number of steps required to create a fresh new VM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 07:29 AM
03-17-2008 07:29 AM
Re: unable to boot clone created on lvol
Use dd to clone the whole disk.
SEP
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
03-17-2008 08:06 AM
03-17-2008 08:06 AM
Re: unable to boot clone created on lvol
# Virtual Storage Devices
#
scsi_disk(0,1).0 = lv(/dev/vg00_nedunix7/rlvol1)
scsi_tape(0,1).1 = attach(/dev/rscsi/c12t0d1)
scsi_tape(0,1).2 = attach(/dev/rscsi/c12t0d2)
scsi_tape(0,1).3 = attach(/dev/rscsi/c1t1d0)
for dd i am not sure how should i proceed for the lv ?
any suggestions ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 08:15 AM
03-17-2008 08:15 AM
Re: unable to boot clone created on lvol
Loaded ACPI revision 2.0 tables.
NOTICE: cachefs_link(): File system was registered at index 4.
NOTICE: nfs3_link(): File system was registered at index 7.
NOTICE: mod_fs_reg: Cannot retrieve configured loading phase from KRS for module: cifs. Setting to load at IN
T
Boot device's HP-UX HW path is: 0/0/1/0.0.0
iether0: INITIALIZING HP PCI/PCI-X 1000Base-T at hardware path 0/0/0/0
System Console is on the Built-In Serial Interface
WARNING: Open failed on device 0x1f000002 (error 0x5).
WARNING: Can not read LVM BOOT information (lvmrec).
WARNING: Open failed on device 0x1f000002 (error 0x5).
WARNING: Can not read LVM BOOT information (lvmrec).
WCalling function e00000000105c700 for Shutdown State 8 type 0x2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 08:21 AM
03-17-2008 08:21 AM
Re: unable to boot clone created on lvol
dd if=/dev/vg00_nodeA/rlvol1 of=/dev/vg00_nodeB/rlvol1 bs=1024k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 12:20 AM
03-19-2008 12:20 AM
Re: unable to boot clone created on lvol
As Tim I can't find any reason to use hpvmclone. Anyway, some questions :
- I guess that /dev/vg00_nodeA/rlvol1 and /dev/vg00_nodeB/rlvol1 have same size ?
- You have posted virtual storage configuration of the source VM. Could you post the same for the cloned VM ?
- You say that you do a "dd" between /dev/vg00_nodeA/rlvol1 and /dev/vg00_nodeB/rlvol1. I can see that you have a unique virtual lv disk on the source VM which is /dev/vg00_nedunix7/rlvol1. I don't understand ? Is it the "system" disk and in this case why this "dd" from /dev/vg00_nodeA/rlvol1 ?
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 12:35 AM
03-19-2008 12:35 AM
Re: unable to boot clone created on lvol
Perhaps you'll need to rebuild it.