NetAdminTools.com
 
Categories:
GNU/Linux | Homebrew designs | Perl | Administration | Backup/Recovery | Bugs/Fixes | Certification | Database | Email | File/Print | Hardware | Information Grab Bag | Interoperability | GNU/Linux ABCs | Monitoring | Name Resolution | Network Services | Networking | Remote Control | Security | Desktop | Web | BSD | Solaris | GIAGD | REALbasic

Last 30 Days | Last 60 Days | Last 90 Days | All Articles | RSS | Hail Support


Categories:
·GNU/Linux
·Homebrew designs
·Perl
·Administration
·Backup/Recovery
·Bugs/Fixes
·Certification
·Database
·Email
·File/Print
·Hardware
·Information Grab Bag
·Interoperability
·GNU/Linux ABCs
·Monitoring
·Name Resolution
·Network Services
·Networking
·Remote Control
·Security
·Desktop
·Web
·BSD
·Solaris
·GIAGD
·REALbasic
·All Categories


Using Arkeia for Linux Backup
Topic: Backup/Recovery   Posted:2001-10-18
Printer Friendly: Print

spacerspacer
If you have a single Linux file server that you want to back up, and maybe a client or two, you can use the full featured Arkeia for free. This is particularly useful for home use, or if you are migrating to Linux in your shop and wish to just back up one server. Arkeia also offers more sophisticated options that cost money. For those of you running Exchange, check out this whitepaper from Arkeia about backing up Exchange. The cool thing is that the free version doesn't expire. If you want to install Arkeia for use with a tape library, you can get a 30 day trial version to see how it works. One final point about Arkeia is that they have consultants and training available for their product. Think about the scenario where your underpaid and underappreciated Sysadmin leaves. How many people do you have that can debug the custom backup scripts or fix the Amanda configuration if needed? What happens when corporate decides to lay off the spendy folks in your department without consideration for who might get things running again in case of data loss? A tip from us at NetAdminTools: make sure that you have a documented restore procedure w/ included software that anybody capable of installing Windows95 can follow. Test it with your Jr. level Sysadmins. Make sure that your corporate data can be restored.

We installed, configured, and tested Arkeia on our file server here at NetAdminTools in about an hour. It is much, much easier to get running than Amanda, although (compared with the free version of Arkeia) Amanda can handle many more servers, jukeboxes, etc. and is free *and* Open Source. The first step is to install the RPMs. We are running Red Hat on our file server, so this was the easy route. There are other binary distributions available from Arkeia. Install the RPMs:

rpm -Uvh arkeia-client-4.2.15-1.i386.rpm
arkeia-client               ##########################
rpm -Uvh arkeia-server-shareware-4.2.7-1.i386.rpm
arkeia-server-shareware     ##########################
rpm -Uvh arkeia-gui-4.2.7-1.i386.rpm
arkeia-gui                  ##########################
Notice that this installs a crontab entry for root:
[root@mondo local]# crontab -e
0,5,10,15,20,25,30,35,40,45,50,55 * * * * 
/usr/bin/ARKPER 1>/dev/null 2>/dev/null 
Our file server doesn't have a console on it, but it is simple to run the GUI on another X workstation by:
[root@mondo bin]# export DISPLAY=u-1:0.0
On the workstation, allow the host name or IP address:
root:/etc# xhost +10.50.100.72
Of course, you can also install the client and administrative GUI on any workstation on your network. Do follow the quickstart PDF file from Arkeia all the way through. We had to use a different command to start up the admin client, though:
[root@mondo bin]# ./arkx &
Here is a screen shot of the administration GUI.

Here is a screen shot of a backup job window.

All in all, we are quite impressed with the ease of use of Arkeia. Further, the licensing policies, and support available for Arkeia make it a tempting solution for many shops that can't afford Veritas.





Please read our Terms of Use
Microsoft, Windows, Windows XP, Windows 2003, Windows 2000, and NT are either trademarks or registered trademarks of Microsoft Corporation. NetAdminTools.com is not affiliated with Microsoft Corporation. Linux is a registered trademark of Linus Torvalds, and refers to the Linux kernel. The operating system of most distributions that contain the Linux kernel is GNU/Linux. All logos and trademarks in this site are property of their respective owner. Copyright 1997-2008 NetAdminTools.com