- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- System backup for RedHat
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
12-05-2004 03:45 PM
12-05-2004 03:45 PM
I am using Red Hat Enterprise Linux AS release 3 and have a DLT VS80 connected to it. We have 2 disks running RAID0+1 and plan to add 1 more disk to form a new raid. So I need to backup the data first. After searching the forum, I prefer to use 'dump' to backup the filesystem. Is there a method to backup the whole Redhat into a bootable table just like 'ignite' in HP-UX ? If unfortunately, I need to re-create the RAID, then I must install the Redhat first and then restore the tape content, right ?
Regards,
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 05:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 07:14 PM
12-05-2004 07:14 PM
Re: System backup for RedHat
2/rebulid your raid
3/reinstall os
4/restore data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 07:32 PM
12-05-2004 07:32 PM
Re: System backup for RedHat
for disaster recovery, but you should check if Mondo will work with your RAID configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 08:13 PM
12-05-2004 08:13 PM
Re: System backup for RedHat
also you can use Kickstart to keep your system configuration.
Also if you want to get all geometry you can use DD
dd if=/dev/xxxxx of=/dev/st0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 05:49 PM
12-06-2004 05:49 PM
Re: System backup for RedHat
if you use lvm you can create an additional raid disk and then extend your original filesystem.
if you don't use lvm then the simpliest way would be to backup your data (/home, /opt, ...) and your config (/etc, ...). then rebuild raid and reinstall your os. patch it to the same state as your have before backup and then restore your backuped data and config.
best regards,
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 06:16 PM
12-06-2004 06:16 PM