- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Disk Backup
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
05-11-2003 09:53 PM
05-11-2003 09:53 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 09:57 PM
05-11-2003 09:57 PM
Re: System Disk Backup
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x666587dc4d7dd5118ff00090279cd0f9,00.html
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 10:12 PM
05-11-2003 10:12 PM
Re: System Disk Backup
Check whether you have Ingnite installed,do
swlist -l product|grep Ignite
If you have ignite,you can use the ignite to make a root backup.Do:
make_recovery -Av
Hope this help
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 10:23 PM
05-11-2003 10:23 PM
Re: System Disk Backup
#dd if=/dev/rdsk/cxtyd0 of=/dev/rdsk/cxtyd0 bs=1024k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 11:14 PM
05-11-2003 11:14 PM
Re: System Disk Backup
we have just purchased pre installed (HP-UX11i)rp7410 and we have not booted it.we want to re-install this system.so want to create the system disk backup so that if anything goes wrong we may be able to revert to orignal pre-installed status.so please guide in this regard.Can we create a backup disk image on disk instead of tape drive.can we use diskcopy utility by booting with cd or we will have to make backup on tape only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 12:50 AM
05-12-2003 12:50 AM
Re: System Disk Backup
For this purpos IGNITE was created.
In the case of system recovery you can boot from that tape and you will have a running system.
Also you can clone another machine with a make_recovery tape.
If you install an IGNITE server you can even install from the network.
So I think make_recovery would be the best solution for saving the operating system.
For your "normal" data, you can use fbackup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 02:31 AM
05-12-2003 02:31 AM
Re: System Disk Backup
http://www.software.hp.com/products/IUX/index.html
Then run "make_tape_recovery -a /dev/rmt/_mn -I -v -x inc_entire=vg00"
where "dev/rmt/_mn" is the path to your tape device, like /dev/rmt/0mn, for example.
This will give you a bootable backup tape from which you can restore your entire root volume group, either to the same server or a different one.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 04:18 AM
05-14-2003 04:18 AM
Re: System Disk Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 05:39 AM
05-14-2003 05:39 AM
Re: System Disk Backup
Theoretically this is possible. See the mentioned dd(1) method, which could backup to (a)nother disk(s) or to (a) raw logical volume(s) or to (a) file(s).
The point however is that is something goes wrong, you will probably not be able to *restore* the backup, because you need a running system to do that.
The best method is the mentioned Ignite-UX (make_tape_recovery(1M)) backup to *tape*.