- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: make_tape_recovery for Linux
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-07-2007 06:47 AM
тАО06-07-2007 06:47 AM
make_tape_recovery for Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2007 07:11 AM
тАО06-07-2007 07:11 AM
Re: make_tape_recovery for Linux
http://www.mondorescue.org/
Mondo Rescue is a GPL disaster recovery solution. It supports Linux (i386, x86_64, ia64) and FreeBSD (i386). It's packaged for multiple distributions (RedHat, RHEL, SuSE, SLES, Mandriva, Debian, Gentoo).
It supports tapes, disks, network and CD/DVD as backup media, multiple filesystems, LVM, software and hardware Raid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2007 02:25 AM
тАО06-08-2007 02:25 AM
Re: make_tape_recovery for Linux
After evaluating several different solutions, this is the product we ended up purchasing:
http://www.storix.com/
If you use Ignite-UX in a HP-UX environment, I think you will appreciate this product.
BTW, I use it in a SLES (SuSE) environment.
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2007 01:00 AM
тАО06-12-2007 01:00 AM
Re: make_tape_recovery for Linux
http://mkcdrec.ota.be/
Looks quite promising to me.
- Command line driven
- Supports backup media: Tape, CD, DVD
- CD/DVD medias are bootable (it also claims to support OBDR [One Button Disaster Recovers] for tapes)
- Boot image is based on current kernel, this includes all required drivers for special hardware (RAID controllers, etc)
- full support for SW Raid
- and more
Backup is based on TAR archives with compression and splitting across multiple medias.The restoration process can be fully automatic or with interaction of the user. This allows e.g. restoring only one single partition.
/Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 08:37 PM
тАО06-13-2007 08:37 PM
Re: make_tape_recovery for Linux
I've had no problem with it to date.
Here are my notes:
Linux BACKUP and RESTORE via MONDO RESCUE
Change init defaut to 2
comment out all ocmp/ss7 processes
IE: /ETC/INITTAB:
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
reboot
you have now boot into init 2.
make the backup as per: BACKUP to FILE (bootable ISO) below
Retrieve:
http://www.mondorescue.org/ ( OCBU is not authorized to redistribute it).
Install:
http://www.mondorescue.org/download/MondoCD/RPMS/mindi-0.87-1.i386.rpm
http://www.mondorescue.org/download/MondoCD/RPMS/RHE/2.1/mondo-1.67-rhe21.i386.rpm
May also need afio:
http://rpmfind.net/linux/RPM/PLD/dists/ra/PLD/i386/PLD/RPMS/afio-2.4.7-1.i386.html
BACKUP to FILE (bootable ISO)
mkdir /tmp/bkup
mondoarchive -Oi -d /tmp/bkup -E /tmp/bkup -l LILO -f /dev/cciss/c0d0
(-f see in /etc/lilo.conf boot=/dev/cciss/c0d0 )
mondoarchive -Oi -d /tmp/bkup -E /tmp/bkup -l GRUB -f /dev/cciss/c0d0
(mondo with GRUB bootloader had a bug, you used to need to boot in rescue mode using the busybox shell to reinstall grub)
At the end of the archive...
.
.
Writing boot+data floppy images to disk
Write boot and data disk images to 3.5" floppy disks? [yes] [no]
--> no
ftp the /tmp/bkup/1.iso to local PC renamed as hostname.iso
on PC start CD creator
click make a data CD -> dataCDproject
file -> new CD project -> bootable CD
cancel the Type of bootable CD window
file -> record CD from CD image
browse and select your hostname.iso file
click open and start recording
To restore the system I just typed "nuke"