- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need System Backup Procedure
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
04-11-2003 01:45 PM
04-11-2003 01:45 PM
Need System Backup Procedure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 04:39 PM
04-11-2003 04:39 PM
Re: Need System Backup Procedure
If you have enormous amounts of spare time on your hands, you can try experimenting to see if any of this will work...or get yourself a DDS-3 or DDS-4 tape drive.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 11:48 PM
04-11-2003 11:48 PM
Re: Need System Backup Procedure
Once you do connect a tape drive, the best method to cut a tape is:
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
You can download ignite from here:
http://www.software.hp.com/products/IUX/download.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2003 01:06 AM
04-12-2003 01:06 AM
Re: Need System Backup Procedure
With one disk on this server it is an accident waiting to happen - get another disk and at least mirror the OS.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2003 10:21 PM
04-12-2003 10:21 PM
Re: Need System Backup Procedure
I assure you that those of us doing HP-UX development work have made more than one mistake during kernel development and have heavily tested the ability to boot from backup disks. :-)
Keep in mind that in most cases a problem with a custom kernel can be easily recovered from without needing to reimage the disk. You can easily override the default kernel path when booting to boot from a known good backup kernel. It just takes a little discipline to
make sure you always save a known good kernel.
Of course, there are other good reasons for doing regular backups of a system, and it may be wise to have the tape drive available for generic backup purposes in addition to emergency recovery from bad kernels. Whether you choose to do such backups to tape, another disk, over the network to your PC, or not at all depends on things only you would know about how the systems are used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 02:36 AM
04-14-2003 02:36 AM
Re: Need System Backup Procedure
make_tape_recovery is not supported on IPF systems.
IPF is the Itanium Processor Family. Of course I tried the command without having a tape drive, but I don't think it will work with a tape drive.
I do have the mirrordisk ux software and a second hot swapable hard drive. It looks like Ignite wasn't indended for my application. I will study the mirrordisk documentation before posting more questions. Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 05:41 AM
04-14-2003 05:41 AM
Re: Need System Backup Procedure
My favorite trick is to build my "custom kernels" on the second drive and leave my "functional kernel" on my normal drive.
That way, no matter how badly I've botched the OS, I can restart with my regular kernel from the normal disk.
When I am satisfied with my customizations, I migrate it only my standard disk drive. It's also a decent way of booting multiple OSes.
Lastly, if things go badly for you - dead disk, for instance, you *could* keep a mirror of / and /usr (depending on how you've setup the host) on this second drive. Usually, most people like to protect the data, not the OS, so I'll leave those decisions up to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 05:49 AM
04-14-2003 05:49 AM
Re: Need System Backup Procedure
you could use ignites make_net_recovery(1M) command to create an archive on the other system. Ignites make_tape_recovery(1M) command as you have discovered can only be used on HP PA-RISC platforms.