- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to backup up a HPVM Guest OS
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
08-22-2007 02:48 PM
08-22-2007 02:48 PM
I using the DP to backup the file,now I hope to backup a HPVM guest OS to the tape and then restore the HPVM.
can anyone show me the tips?
best regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2007 03:37 PM
08-22-2007 03:37 PM
Re: how to backup up a HPVM Guest OS
but I don't know which file have to be backup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2007 05:42 PM
08-22-2007 05:42 PM
Re: how to backup up a HPVM Guest OS
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2007 05:59 PM
08-22-2007 05:59 PM
Re: how to backup up a HPVM Guest OS
I backup the backing store files which under
/myhpvm/vg00/
it including the following file and directory:
vm1.vdk
lost+found
my guest os was install on the vm1.vdk.
when I restored these file,I recreated a HPVM,
and using the following command to add vm1.vdk
$hpvmmodify -P vm1 -a disk:scsi::file:/myhpvm/vg00/vm1.vdk
and then I restart the HPVM
$hpvmstart -P vm1
it is nice but my hpvmstatus tell me that
ON(EFI)ï¼ it indicated me that the OS didn't boot successfully.
what should I do now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2007 06:25 PM
08-22-2007 06:25 PM
Re: how to backup up a HPVM Guest OS
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2007 07:26 PM
08-22-2007 07:26 PM
Re: how to backup up a HPVM Guest OS
your opinion is right.
but our customer will face more than 50 guest
OS and they hope the the backup can be outside
the guest OS ,which means they don't want to
use the make_tape_recover or ignite ,or just
make a snapclone /snapshot at their EVA which
storage the guest os's disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2007 07:28 PM
08-22-2007 07:28 PM
Re: how to backup up a HPVM Guest OS
make_tape_recovery if you've got a tape drive, or make_net_recovery if you have two separate systems to configure as Ignite Server and Client.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2007 10:10 PM
08-22-2007 10:10 PM
Re: how to backup up a HPVM Guest OS
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 03:17 AM
08-23-2007 03:17 AM
Re: how to backup up a HPVM Guest OS
Yukos,
refer to this IVM guide
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01037984-1
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 03:26 PM
08-23-2007 03:26 PM
Re: how to backup up a HPVM Guest OS
so I have to keep on finding the solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 07:50 PM
08-23-2007 07:50 PM
SolutionBesides that I would also make a normal file backup making it easier to restore seperate files if needed.
Do you shutdown the guest when you make this backup ?
I guess as long as the guest is running you're basically making an open file backup.
Basically this is just the same as people who only backup the vmdk files of a vmware esx server :-)
Same kind of discussions going on there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 08:58 PM
08-23-2007 08:58 PM
Re: how to backup up a HPVM Guest OS
you are deeply right.
it should shutdown the guest before you backup,I did it before I backup.
But still I fail to boot the guest os,I added the log file to yours.please kindly to have a look.
the main reason I think it is the following warning:
----------------
System Console is on the Built-In Serial Interface
WARNING: ROOT device 0x1f010002 is a non-LVM partition, disallowed on LVM disk.
WARNING: ROOT device 0x1f010002 has been deconfigured (set to 0xffffffff).
----------------
by the way,I can boot the system with the mode:
$hpvm -lm
I am wondering if I need to converse this non-lvm boot disk to LVM boot disk.
but first,please tell me the collect way to backup and restore a GUEST OS.
thanks all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 10:51 PM
08-23-2007 10:51 PM
Re: how to backup up a HPVM Guest OS
Even if you are that goog and succeed to hack the code to get it working, remember you will be doing it the unsupported way, so you'll have to forget you can get help from HP support if your HP-UX crashes.
They called it Dataprotector for a reason, and not OSprotector. That's why they developed Ignite-UX. And I don't see a reason why your customer wouldn't agree to use Ignite. It's a free software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 11:15 PM
08-23-2007 11:15 PM
Re: how to backup up a HPVM Guest OS
However, that was without HPVM involved.
In short when I've seen it :
From a running OS we create a new VG including all logical volumes.
From a previous made full backup with fbackup ( written to disk ) we restore the OS to the new VG.
With this procedure we're able to create a clean test system really fast.
This used to work for all HP-UX versions starting at 10.20 and ending at 11i V3.
VG's created with 11i V3 and being used to restore 11i V2 will give the same error you just showed in the attachment.