- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VM backup for OS upgrade
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-22-2010 10:02 AM
01-22-2010 10:02 AM
We are planning to upgrade OS from hp-ux v2 to hp-ux v3 on our HP server (VM host HP-UX B.11.23 U ia64) and on VM clients, which are configured on LV.
What would be the best way to backup VM clients.
I am planning to backup OS on the VM host using Ignite-ux.
If I include vg01 along with vg00, will it save the VM clients configurations?
VM ver A.03
I understand that I also have to upgrade VM software to v 4 in order to run it on hp-ux 11i.31.
Thank you very much,
Olga
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 11:08 AM
01-22-2010 11:08 AM
Solution1) Drop the upgrade plans. Do not use upgrade-ux. It is unreliable and has trouble correctly upgrading the OS. Plan a cold install of the OS into a new VM machine, followed by re-installation of all applications.
An Ignite backup of the HOST system, will include configuration of the guest vm systems. Take ignite backups of them as a precaution.
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
01-22-2010 11:49 AM
01-22-2010 11:49 AM
Re: VM backup for OS upgrade
I tried running ignite and saw warnings in recovery.log
* /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x0
01CC43AEBD6/recovery/2010-01-22,14:34/system_cfg vg00 vg01
save_config: warning - /dev/vg01/469d3 has unknown type of filesystem on it
save_config: warning - /dev/vg01/419d1 has unknown type of filesystem on it
save_config: warning - /dev/vg01/469d1 has unknown type of filesystem on it
save_config: warning - /dev/vg01/469d2 has unknown type of filesystem on it
save_config: warning - /dev/vg01/419d3 has unknown type of filesystem on it
save_config: warning - /dev/vg01/419d2 has unknown type of filesystem on it
save_config: warning - /dev/vg01/469d4 has unknown type of filesystem on it
save_config: warning - /dev/vg01/419d4 has unknown type of filesystem on it
I guess this is normal, as VMs are configured on LVs. But my concern that the net_recovery needed only 30 GB of space for the image. Does it includes my VM clients?
Do I have to then run individual ignite backups for each VM client in order to save their OS and data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 07:02 PM
01-22-2010 07:02 PM
Re: VM backup for OS upgrade
offcourse , you have to "precaution" better than cure. so meaning backup the OS is always better.
>>save_config: warning - /dev/vg01/419d4 has unknown type of filesystem on it<<
above errors shows some thing different, becoz
* while do Ignite backup we d'not include "other" volume group expect "vg00" only
* so Ignite doesn't understands file system type like "419d4" it always understand some thing like "/dev/vg01/lvolxx" so please check why does your "volume group" vg01 -> shows like that in numbers instud of showing like logical volume "lvol"
* or i would advice only to include only "vg00" while performing the Ignite backup" You can exclude other volume group hence other volume group may contain application data while can be backup using backup software like "Data proctector" or Netbackup which is more realiable than "Ignite backup" for Volume group / file system other than "vg00" operating file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 07:08 PM
01-22-2010 07:08 PM
Re: VM backup for OS upgrade
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1264216070328+28353475&threadId=1400265
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 07:10 PM
01-22-2010 07:10 PM
Re: VM backup for OS upgrade
make_net_recovery -v -s igniteserver2 -x inc_entire=vg00 -x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 07:11 PM
01-22-2010 07:11 PM
Re: VM backup for OS upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 07:18 PM
01-22-2010 07:18 PM
Re: VM backup for OS upgrade
typ000 - error