- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cloning an HPUX system
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
07-31-2000 07:31 AM
07-31-2000 07:31 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 07:31 AM
07-31-2000 07:31 AM
Re: cloning an HPUX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 07:35 AM
07-31-2000 07:35 AM
Re: cloning an HPUX system
Check out:
http://www.software.hp.com/products/IUX/index.html
There is a wealth of information on the ignite product here.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 07:54 AM
07-31-2000 07:54 AM
Re: cloning an HPUX system
Recreate root volume group with Ignite/UX which is a free tool for HP. Use print_manifest tool that comes with Ignite/UX to get an idea of what other volume groups you need to reproduce. Use vgexport and vgimport to recreate volume groups. Use backup software to restore filesystems. Lots of other stuff in between but did'nt want to bore you if you already have info.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 07:58 AM
07-31-2000 07:58 AM
Re: cloning an HPUX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 08:04 AM
07-31-2000 08:04 AM
Re: cloning an HPUX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 08:04 AM
07-31-2000 08:04 AM
Re: cloning an HPUX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 08:19 AM
07-31-2000 08:19 AM
SolutionI don't know of an equivalent of 'savevg' which appears to be a wrap around for running 'backup' for every filesystem in a volume group. You would have to have a strategy for recreating volume groups, logical volumes and filesystems (I maintain scripts in a /disaster directory) and then recovering non-root data using whatever utility you used to back it up. HP like fbackup/frecover but many others are available. dump (for HFS filesystems) and vxdump (for VXFS equivalent to AIX JFS filesystems) are the HP equivalent of AIX's backup utility.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 08:24 AM
07-31-2000 08:24 AM
Re: cloning an HPUX system
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 08:43 AM
07-31-2000 08:43 AM
Re: cloning an HPUX system
So what you are telling me John is that HPUX forces me to manually recreate the non root vg's whether I'm cloning or doing a system restore....that's kinda scary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 09:21 AM
07-31-2000 09:21 AM
Re: cloning an HPUX system
On HP-UX, Ignite gives you a similar functionality. The make_recovery tape will give you a bootable image. By default this is designed to give you only the root VG. It is possible, however, to run with the -p glag, and then manually edit the file list to include non-root VG data.
A better solution, though, is to use Ignite to create a bootable tape with a golden image of your system. In fact, you can edit the image before laying it on tape and set the hostname/networking information appropriately. Please look into the documentation for the Ignite product, it will save you a great deal of work.
BTW -- for those not familiar with AIX, it actually runs an IBM micro-kernel that spawns a dynamic Unix emulation. AIX backup utilities take advantage of this to lay make bootable tapes. It also explains why kernel changes rarely require a reboot to implement in AIX. The tradeoff (well, one trade of) is that IAX encodes much information in an odm database that is more difficult to query and manipulate than the flat file structures used by architectures closer to System V specifications. Straightline performance also seems to lag slightly behind HP & Sun equivalents.
YMMV, of course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 12:06 PM
07-31-2000 12:06 PM
Re: cloning an HPUX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 12:37 PM
07-31-2000 12:37 PM
Re: cloning an HPUX system
The class actually is helpful, bu since you have the manual you should be able to work your way though the process. Actually, depending upon how robust your network is you might want to just install the image accross the network and forego writing the tape at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 05:13 PM
07-31-2000 05:13 PM
Re: cloning an HPUX system
Ignite/UX is for taking a bootable image of the system onto a tape. It doesn't replace the backup tools like Omniback and etc.
The ideal way of creating a disaster recovery procedure for a system is.
1. Create a bootable tape using make_recovery -A option. This covers complete root volume group.
2. If non-root volume group disks are not disturbed, then just by recoverying the root volume group from bootable tape will bring back ur system into production.
3. If you have Omniback running, the best procedure is to:
take backup of non-root volume group using Omniback along with make_recovery tape and Omniback database onto a DDS-tape separately.
4. If your system crashes, recovery from the bootable tape. Recover the omniback database from the tape, if it is not part of root volume group and then go for restoring the non-root volume groups.
5. As Ignite/UX just uses tar, restoring large amount of data from Omniback is much faster/safer/easire/user friendly and save you a lot of time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 05:32 PM
07-31-2000 05:32 PM
Re: cloning an HPUX system
With the above in mind, what's the point of going through the drill of creating a make_recovery data tape for cloning (except for disaster recovery testing). If you have no other method, it is fine and works, but I would suggest there is probably an less painful method. Typically I just install the new drives on the old box temporarily, create the volume group(s), and the logical volumes(s), mount them and just copy the data from the source to the target drives. When this is done, you unmount them, vgexport them, disconnect the drives and install them permanently in the new box, vgimport the groups, and mount them using the orignal directory mount points from the source file system(s). If your using something like an XP256 or an EMC this is even easier where all you need do is shift the drive lun mapping instead of physically disconnecting and reconnecting the drives. There are some additional steps when it comes to cleaning up fstab, etc., but you get the idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 03:02 AM
08-10-2000 03:02 AM
Re: cloning an HPUX system
I have the same problems! I am normally also administrator for AIX and now have one HP Server. HP didn't have god software for backups, so you have to use freeware!! I now also have to use this freeware (IGNITE)! It is good for making backups, but I have many problems, to recover this backup!!! I have the feeling, that HP-UX is not a professional software like AIX.
I think, what you have to do is:
#vgdisplay >/vgdisplay.txt
#bdf >/bdf.txt
I think, this help you to create the other vg's and lv's manually.
IGNITE: "make-recovery -A -C -d /dev/rmt/0mn"
TEST RECOVERY!!! Many Times!!
Use may be tar, to save your nonrootvg's on an other tape. Be carfull, tar on HPUX may change your /etc/passwd and /etc/group !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 03:26 AM
08-10-2000 03:26 AM
Re: cloning an HPUX system
I have the same problems! I am normally also administrator for AIX and now have one HP Server. HP didn't have god software for backups, so you have to use freeware!! I now also have to use this freeware (IGNITE)! It is good for making backups, but I have many problems, to recover this backup!!! I have the feeling, that HP-UX is not a professional software like AIX.
I think, what you have to do is:
#vgdisplay >/vgdisplay.txt
#bdf >/bdf.txt
I think, this help you to create the other vg's and lv's manually.
IGNITE: "make-recovery -A -C -d /dev/rmt/0mn"
TEST RECOVERY!!! Many Times!!
Use may be tar, to save your nonrootvg's on an other tape. Be carfull, tar on HPUX may change your /etc/passwd and /etc/group !!