- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Full backup and restore linux of Itanium server
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-05-2009 10:43 PM
04-05-2009 10:43 PM
Full backup and restore linux of Itanium server
Need to make a project for disaster recovery of two Itanium servers (in Red Hat cluster).
One node have SDLT tape drive connected.
Solution has to be with open source tools (Data Protector can be option next year, not now).
So please give your experience and suggestions about that.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2009 11:05 PM
04-05-2009 11:05 PM
Re: Full backup and restore linux of Itanium server
but in the past used all sorts of tools
http://www.informit.com/library/content.aspx?b=red_hat_linux7&seqNum=219
like cpio and rhbackup which is a backup utility that can be used for local and remote backups. This should be considered alpha quality software and should be used with care. (from rpm description)
http://linux.maruhn.com/sec/rhbackup.html
easy come, easy go ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2009 11:09 PM
04-05-2009 11:09 PM
Re: Full backup and restore linux of Itanium server
I suggest you this url
http://www.linux-backup.net/App/
You could check also dump/restore command to made incremental or full backup, combine with gzip, have multiple backup volume etc.
dump is a simple command but very functional. For example,
#dump -0uf - /dev/sda4 | gzip --fast -c >> /dev/nst0
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2009 01:33 AM
04-06-2009 01:33 AM
Re: Full backup and restore linux of Itanium server
About dump,
I use vdump backup in TRU64 and it works perfect. Not sure if linux dump utility works perfect with ext3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2009 02:17 AM
04-06-2009 02:17 AM
Re: Full backup and restore linux of Itanium server
dump works only with ext2/ext3 type filesystems, not for reizer... but on RH it's ok.
In the past, Linus Torvalds wrote that dump is a stupid program
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/s1-disaster-rhlspec.html
The more difficult with dump is to restore a full filesystem if your dump backups were made of staggered incremental dump levels, but it's the same that vdump, look at the
http://surf.ap.seikei.ac.jp/~nakano/dump-restore/dump-restore-mini-HOWTO.en.html
on the writtening about dump, it's call "Tower of Hanoi sequence"
For backup tool, you could also look for amanda.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2009 04:03 AM
04-06-2009 04:03 AM
Re: Full backup and restore linux of Itanium server
Ghost won't work on this platform.
http://mondorescue.org is open source, and you may find a IA64 version or can compile it.
I have done this many times on wintel, have not had the pleasure of working with Linux on Itanium.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 01:42 AM
04-07-2009 01:42 AM
Re: Full backup and restore linux of Itanium server
This is good because I need just installation media (and tape, of course).
But did anyone do a restore of linux on itanium server (from any kind of backup "media")?