nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

amanda setup on fedora 7

This is a discussion on amanda setup on fedora 7 within the Linux software forums, part of the Linux Getting Started category; Hello Group - Seems like wonderful community you have here! I have 3 fedora core servers - One hosting email ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 27-04-2008, 12:29 AM
Pdarrough's Avatar
Junior Member
User
 
Join Date: Apr 2008
Location: Carson City
OS: Fedora
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Pdarrough is on a distinguished road
Cool amanda setup on fedora 7

Hello Group - Seems like wonderful community you have here!

I have 3 fedora core servers - One hosting email using Bynari Insight server(call it bynari) One hosting an internal wiki and Samba server for windows clients (call it wiki) and a third that at the moment does nothing (call it amanda) I would like to have Amanda be my central backup server for both bynari and wiki . I have installed the server and client, configured Amanda.conf and .amadnahost on server and clients. But I still get an error whe I run amcheck - here are the results .

[root@amanda ~]# su amanda
bash-3.2$ /usr/sbni/amcheck DailySet1
bash: /usr/sbni/amcheck: No such file or directory
bash-3.2$ /usr/sbin/amcheck DailySet1
Amanda Tape Server Host Check
-----------------------------
Holding disk /dumps/amanda: 11364684 KB disk space available, using 11262284 KB
Changer problem: could not read result from "/usr/lib/amanda/chg-disk"
changer problem: could not read result from "/usr/lib/amanda/chg-disk" (ex pecting a new tape)
WARNING: tapecycle (2) <= runspercycle (20).
NOTE: conf info dir /etc/amanda/DailySet1/curinfo does not exist
NOTE: it will be created on the next run.
NOTE: index dir /etc/amanda/DailySet1/index does not exist
NOTE: it will be created on the next run.
Server check took 0.184 seconds

Amanda Backup Client Hosts Check
--------------------------------
WARNING: Usage of fully qualified hostname recommended for Client localhost.
WARNING: localhost: selfcheck request failed: timeout waiting for ACK
WARNING: amanda.adsnv.com: selfcheck request failed: timeout waiting for ACK
Client check: 2 hosts checked in 30.147 seconds, 2 problems found

(brought to you by Amanda 2.5.1p3)

I don't even know where to begin as I specialist in IBM software and hardware and am at best a novice linux admin.

Suggest comments are appreciated.

ps I will be putting more disk in Amanda to allow for larger backups once I get it working
Reply With Quote
  #2 (permalink)  
Old 28-04-2008, 11:04 PM
Pdarrough's Avatar
Junior Member
User
 
Join Date: Apr 2008
Location: Carson City
OS: Fedora
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Pdarrough is on a distinguished road
Default

Perhaps I should provide some more Info - Please feel free to ask me for what think I need to post.
Reply With Quote
  #3 (permalink)  
Old 02-05-2008, 02:00 AM
rockdalinux's Avatar
Is that all you got?
User
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 708
Thanks: 15
Thanked 19 Times in 18 Posts
Rep Power: 10
rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light
Default

Code:
su amanda
/usr/sbni/amcheck DailySet1
A backup target can either be a physical tape or a directory on a filesystem that is defined as a virtual tape (vtapes is a method of using disk media to emulate tape devices). Before either type of target can be accessed it must be labeled using AMANDA's amlabel command. Compression must be turned off, and the blocksize set to 0 before labelling a tape. The label must be a valid label as defined by the "labelstr" option in amanda.conf. The mt and amlabel commands must be executed as the amanda user.


Have you followed installation steps mentioned at following redhat location?
Server Config - redhat.com | Red Hat Support

Client config - redhat.com | Red Hat Support

How do I configure virtual tapes for an AMANDA backup server? : redhat.com | Red Hat Support

I always use above doc on CentOS / Fedora and RHEL server. Let me know the status.
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...

Never send a boy to do a mans job.
Reply With Quote
  #4 (permalink)  
Old 02-05-2008, 04:12 AM
Pdarrough's Avatar
Junior Member
User
 
Join Date: Apr 2008
Location: Carson City
OS: Fedora
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Pdarrough is on a distinguished road
Default

Thanks for the Response I have taking a Glance at the sites you suggested and I originally used a different site that appears to have left out many important details - I will follow the configuration guidelines suggested from these site and let you know my results.

Thanks Again!
Reply With Quote
  #5 (permalink)  
Old 02-05-2008, 11:39 PM
sweta's Avatar
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
OS: Suse, RHEL, Vista
Posts: 199
Thanks: 12
Thanked 9 Times in 9 Posts
Rep Power: 7
sweta has a spectacular aura about sweta has a spectacular aura about
Default

Fedora is beta version for Red Hat and CentOS. Fedora is good choice for Desktop and laptop. It has cutting edge software and technology. For production server use CentOS (free red hat clone) or RHEL 5.x itself. Some people also prefer Debian over rpm based distro.

Just my 2 cents
__________________
Reply With Quote
  #6 (permalink)  
Old 03-05-2008, 03:53 AM
Pdarrough's Avatar
Junior Member
User
 
Join Date: Apr 2008
Location: Carson City
OS: Fedora
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Pdarrough is on a distinguished road
Default

Thanks for the advice I will take that into consideration.
Reply With Quote
  #7 (permalink)  
Old 05-05-2008, 08:28 PM
rockdalinux's Avatar
Is that all you got?
User
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 708
Thanks: 15
Thanked 19 Times in 18 Posts
Rep Power: 10
rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light
Default

Any updates on your problem?
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...

Never send a boy to do a mans job.
Reply With Quote
  #8 (permalink)  
Old 06-05-2008, 05:15 AM
Pdarrough's Avatar
Junior Member
User
 
Join Date: Apr 2008
Location: Carson City
OS: Fedora
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Pdarrough is on a distinguished road
Default

It's going Well-

Amanda Tape Server Host Check
-----------------------------
Holding disk /dumps/amanda: 11371200 KB disk space available, using 11268800 KB
Changer problem: could not read result from "/usr/lib/amanda/chg-disk"
changer problem: could not read result from "/usr/lib/amanda/chg-disk" (expecting a new tape)
NOTE: conf info dir /etc/amanda/Backup1/curinfo does not exist
NOTE: it will be created on the next run.
NOTE: index dir /etc/amanda/Backup1/index does not exist
NOTE: it will be created on the next run.
Server check took 0.043 seconds

Amanda Backup Client Hosts Check
--------------------------------
Client check: 1 host checked in 0.100 seconds, 0 problems found

(brought to you by Amanda 2.5.1p3)


I haven't gotten all the bugs worked out yet

At the moment I only have it configured to backup the /home directory of one client and the amcheck is showing no problems but as you can see it is not error free

Changer problem: could not read result from "/usr/lib/amanda/chg-disk"

I also see this error when I try to use the amlabel command so I am going through the configuration again to see what I may have missed

could not load slot "current":could not read result from "/usr/lib/amanda/chg-disk"

Is the actaull error I get when using the amlabel command I think it is being caused by the way I have it dump to disk instead of tape ... I think... I am still working it but I feel confident that once I get this final error resolved I can start using amanda.

I also downloaded CentOS to evalute per Sweta advice. although I don't intend on replacing Fedora anytime soon.
Reply With Quote
Reply

Tags
amanda , amanda configuration , fedora , linux


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Mail server setup on fedora rajuk Linux software 29 24-04-2008 05:50 PM
Newbie needing help w/Fedora mail server setup Drewsmoken Mail Servers 1 28-03-2008 04:28 AM
How to install NFS on Fedora 6 Santosh Sharma Getting started tutorials 0 24-01-2008 09:45 AM
Cron job on Fedora 7 angenet Linux software 1 04-10-2007 05:11 PM
CVS 2.11.21 for Fedora Core 2 rajuk Linux software 1 24-10-2005 03:25 PM


All times are GMT +5.5. The time now is 09:04 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38