Tim Holmes wrote: Craig White wrote:On Tue, 2005-05-17 at 12:22 -0500, Les Mikesell wrote:On Tue, 2005-05-17 at 10:54, Tim Holmes wrote:Charles -- I am more than willing to try anything at this point, however, I am new to linux, and so I will need a little guidancegettingthrough the process that you described (having cron tarbal thefilesandmove them) -- it sounds like a valid plan, I am just gonna needsomehelp getting it done. As far as Amanda -- I have seen it when doing installs, but I know nothing about it, is it a backup server or a remote client, anyotherinfo would be appreciatedAmanda generally wants to write directly to a tape drive on themachinerunning the server. If you are interested in an on-line disk based solution, look at backuppc: http://backuppc.sourceforge.net/---- Amanada has both a client and server application. Thus on thecomputerthat has the tape drive, it would need both. Any other system wouldonlyneed the client. Apparently there is a version in CVS that backs uptofilesystem and judging by my experience with Amanda, they are likelytodo a very good job at that. I don't believe that the versiondistributedwith Fedora 3 will do that though. CraigI'm running amanda 2.4.4p2 on FC2 and it backs up to disk just fine.It'sbacking up RH9, FC1 and FC2 clients. It supports virtual tapes ondisk,but requires a fair amount of manual configuration for the "tape changer". It's a hairy-scary backup solution if you are used to a "real" backup system, though. It has it's idiosyncracies, but once you get it setupyoucan leave it to get on with it. I've not touched the setup in the past6months, it just silently backs-up the clients every night to a 250GBUSBdrive. I wouldn't want to have to re-build a system from bare-metalusingan Amanda backup though. -- Nigel Wade, System Administrator, Space Plasma Physics Group, University of Leicester, Leicester, LE1 7RH, UK E-mail : nmw@xxxxxxxxxxxx Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555[Tim Holmes wrote] Ok Folks I am making what I think is progress here. I have examined the logs for the remote agent (called RALUS) and found out that one of the problems it was hitting was some missing packages, which I have dug about and found and installed. The agent now installs without any complaints - either on the screen or in the logs. The problem now comes when I try to start it. I issue the command /etc/init.d/VRTSralus.init start it contemplates for a few seconds and then returns [FAILED] there are no error messages or pointers to logs created to help me try to diagnose the problem. What should my next step be? I really want to solve this because its going to prove to be a valuable learning tool for future problems, but I am not sure how to proceede TIM try (for debug): sh -x /etc/init.d/VRTSralus.init start |