RE: This is retarded.

2005-08-30 Thread Rebecca Pakish Crum
> > On 8/30/05, Joe Rhett <[EMAIL PROTECTED]> wrote: > >> tracking ability, but let's use 3 tapes and write not a > single byte > >> to them? > > On Aug 30, 2005, at 1:18 PM, Cam wrote: > > What's retarded? your configuration? you really didn't give enough > > information for anyone to help you

RE: dumper5 pid 10813 is messed up, ignoring it

2005-06-16 Thread Rebecca Pakish Crum
> Hello, Rebecca, > > on 16.06.2005, 19:47 you wrote to amanda-users@amanda.org: > > > Here's what I have: A server running amanda-2.4.4p4 running on RHE3 > > intel, and has been for a couple of years. A client running > > amanda-2.4.4p1 on Sol9, sparc. > > > Any suggestions? > > Is there any

RE: Backup to Hard Drive

2005-06-16 Thread Rebecca Pakish Crum
> On Thursday 16 June 2005 10:52, Cody Holland wrote: > >I'm a newb to Amanda, and would like to backup everything to > a server > >running Raid0. I'm sure this is very possible, I just > cannot find any > >docs on it. Any help would be greatly appreciated. > > > >Thanks, > >Cody Try looki

dumper5 pid 10813 is messed up, ignoring it

2005-06-16 Thread Rebecca Pakish Crum
Title: dumper5 pid 10813 is messed up, ignoring it Hi all - I've searched the archives and did a google search on the above error, and I found an old sourceforge archive from JJ that offered some suggestions, but I still can't get a handle on what's going on. Here's what I have: A server r

RE: Maybe OT but a big problem with SOLARIS

2004-11-23 Thread Rebecca Pakish Crum
What version of Solaris are you running? Have you thought about installing the Solaris BSM to monitor what exactly is happening? There's a great article in the Solaris Administration magazine on the BSM with some scripts on how to use it effectively. > -Original Message- > From: [EMAIL

RE: Amanda through a VPN?

2004-09-08 Thread Rebecca Pakish Crum
> I'm so frustrated with our networking group, which implements > a single change in the firewall, then requires that we wait > until the next morning to make a second trial if the first > one doesn't work. I believe that no one really thorough > understands the firewall software, an Elron Comm

RE: Amanda-Autoeject after dump

2004-02-24 Thread Rebecca Pakish Crum
> > Hi! > > We're currently running Amanda to daily backup our server > system. As we > hand-exchange the tape every day, I've a question regarding > speeding up this > tedious task. > > How is the most elegent way to get amanda to auto-eject the > tapes after it ran > a dump? > > Would b

RE: Unable to backup clients

2004-01-12 Thread Rebecca Pakish Crum
> > But the backups fail. Checking the logs in /tmp/amanda (on the > > clients), I see things like: > > > > sendbackup: time 0.000: stream_server: waiting for connection: > > 0.0.0.0.33011 > > sendbackup: time 0.001: stream_server: waiting for connection: > > 0.0.0.0.33012 > > sendbackup: time 0.

RE: Help - recovering without amanda

2003-12-04 Thread Rebecca Pakish Crum
> Ditto everything that Joshua says AND, > don't recover into anything but an empty directory on a > largly empty file system unless you know, and have practiced, > what you are doing. > > I have a pretty good idea what I'm doing, and I have > practiced this technique. Yet I still recover to an

RE: Help - recovering without amanda

2003-12-02 Thread Rebecca Pakish Crum
> I always restore to a temp space, just in case. I should have done this...I never do direct restores...ugh > > > # mt rewind > > # mt fsf 1 > > # dd if=/dev/rmt/0hn bs=1 skip=1 | /usr/local/bin/tar -xf - > ^ > Bad. It should be bs=32k, as above (and as in the header y

RE: Help - recovering without amanda

2003-12-01 Thread Rebecca Pakish Crum
> > docs/RESTORE is pretty clear, IMHO. Have a look at that, and > > then let us > > know *exactly* what you don't understand. As a short intro, > > you use 'mt' > > to position the tape, 'dd' to grab the raw image off the tape, and > > restore/'tar x' to extract the contents of the image. >

RE: Help - recovering without amanda

2003-12-01 Thread Rebecca Pakish Crum
> docs/RESTORE is pretty clear, IMHO. Have a look at that, and > then let us > know *exactly* what you don't understand. As a short intro, > you use 'mt' > to position the tape, 'dd' to grab the raw image off the tape, and > restore/'tar x' to extract the contents of the image. docs/RESTOR

Help - recovering without amanda

2003-12-01 Thread Rebecca Pakish Crum
Title: Help - recovering without amanda Has anyone ever done this? I'm finding the documentation confusing. We're working on disaster recovery and I'd really like to know how to do this… Specifically - in 'the chapter' they outline the commands one is supposed to use, but I don't understand

RE: What does..

2003-11-26 Thread Rebecca Pakish Crum
> In that case we'll need all the details -- copies of your > amanda.conf, > relevant amdump.N file, 'ls -l's of the appropriate devices, > is this a new > installation, amanda version, etc etc. If you do a simple mt -f /dev/nst0 status, does it return anything? If you go do /dev do you see ns

RE: UPDATE: SOLVED:Cannot backup firewall

2003-11-24 Thread Rebecca Pakish Crum
> On Thu, 20 Nov 2003 at 8:26am, Rebecca Pakish Crum wrote > > > I'm running amanda 2.4.2p2 on a RH box as my backup server. I > > installed the amanda client on my (sol8) firewall on > Friday, and set > > up a rule for the server to get to the firewall for a

Cannot backup firewall

2003-11-20 Thread Rebecca Pakish Crum
Hi all I'm running amanda 2.4.2p2 on a RH box as my backup server. I installed the amanda client on my (sol8) firewall on Friday, and set up a rule for the server to get to the firewall for amanda services - amcheck runs fine and reports no errors. But when my amdump kicks off at night, my report

RE: Permission Denied error on client

2003-11-17 Thread Rebecca Pakish Crum
Have you checked .amandahosts for proper entries? Does that file have the proper permissions? -rw--- 1 amanda amanda37 Nov 14 13:16 .amandahosts on the client .amandahosts should say bkup.server.com amanda and on the server the entry should be client.server.com root are you using

RE: lev 0 FAILED [can't switch to incremental dump]

2003-10-23 Thread Rebecca Pakish Crum
> I guess the "reserve" parameter is configured to 100 (the > default) or only so much that the 6.2 Gbyte full dump does > not fit. The reserve parameter indicates how much to reserve > to full dumps on holdingdisk when dumping in degraded mode. > > You had a tape error, and amanda decides to d

lev 0 FAILED [can't switch to incremental dump]

2003-10-23 Thread Rebecca Pakish Crum
Hi there - I'm running amanda2.4.2p2 on a RH8.0 box - the client is a RH7.2 box also running amanda2.4.2p2. The client has two disks, the first disk is partitioned in a standard way - the second disk only has one partition /docs; and docs is the only thing I want to back up. Filesystem

RE: odd problem setting up amanda on Linux

2003-09-11 Thread Rebecca Pakish Crum
> Hi, > > I'm just starting to set up Amanda, and am having trouble. > I've got two Red Hat 9 Linux boxes, one as the server, and > one as a client. The server backs itself up fine. But the > client is timing out. I've determined that it's connecting, > but the server isn't properly ack'ing th

RE: Not again !!!

2003-08-07 Thread Rebecca Pakish Crum
> On Wednesday 06 August 2003 14:36, barryc wrote: > From: Gene Heskett <[EMAIL PROTECTED]> > > > >>Remember Kevin, its only the winderz people it bothers. > > > >Not true. > >Windows users are the only ones with anything to fear from these > >messages. It bothers (read: annoys) most of us. > > >

RE: Amrecover: 500 Access not allowed

2003-07-08 Thread Rebecca Pakish Crum
> What happens if you try 'amrecover isymmdaily -s web -t web'? > This worked like a charm. I think I'm in. I was able to set disk and set host based on this. Where are these options listed. I had previously checked out the man page for amrecover looking for some option to set my index and tape se

RE: Amrecover: 500 Access not allowed

2003-07-08 Thread Rebecca Pakish Crum
> What happens if you try 'amrecover isymmdaily -s web -t web'? Hang on, I'll try it... > > > WHAT? It is 10.1.8.9...all of the index files live on 10.1.8.9. Is > > there something cached somewhere with webby's name and IP > that I can > > tinker with? HELP. > > If something is cached anywher

Amrecover: 500 Access not allowed

2003-07-08 Thread Rebecca Pakish Crum
Title: Amrecover: 500 Access not allowed Hi all: Okay, so I think I've royally screwed myself, so please don't hesitate to tell me that I did. My backup server was installed and configured with a different name, because it was built online to replace an existing box. Server 1

RE: out of tape - why?

2003-06-06 Thread Rebecca Pakish Crum
> I'm trying to do an amamda backup to a disk file. The disk > I'm backing up has 3.1GB used (4GB total), while the output > "tape" I'm writing to has a length of 5GB. It should fit, > but I get the following error message in the > report: > > FAILURE AND STRANGE DUMP SUMMARY: > catwoman.b

UPDATE: connection timeout

2003-06-03 Thread Rebecca Pakish Crum
Title: UPDATE: connection timeout After pressing the hardware issue with some people with more say-so, we started evaluating the hardware on the network getting the client timeout. We never got to the client itself…we never got past the firewall. Not because of bad rules or bad routing…

RE: Dump too big for tape

2003-05-31 Thread Rebecca Pakish Crum
> But before timing out, planner got already an estimate. Look > in the amdump file. It took 5.6+ Gbyte in its estimate from >www.iclear.com plus the 5.9 Gbyte from the others plus 150 Mbyte from /var. And that total amount is over your estimated tapecapacity. So planner decided to switch one fi

RE: Dump too big for tape

2003-05-31 Thread Rebecca Pakish Crum
> Ah, but what Pual is saying is that they're related. If you > add up what > did get backed up plus the disk that failed with the data > timeout (but got > an estimate), you're at capacity. So the full of that /var > wouldn't fit, > so amanda degraded it. Athe light is getting

RE: Dump too big for tape

2003-05-31 Thread Rebecca Pakish Crum
> But from the previous mails we found out, ananda did send the > estimate > before timing out. > So planner set all up to include 5.6 GByte from this host > too. And that seems to be too much for 11976 Mbyte tape > capacity. So planner degraded one of the backups, and planned > an incremental

RE: Dump too big for tape

2003-05-31 Thread Rebecca Pakish Crum
> Yes, but how big is it today? :) > > Check in last night's amdump.N file (should be amdump.1) to > see how big > the estimate was. got result for host isymmdb disk /var: 0 -> 176050K, 1 -> 11830K, -1 -> -1K

RE: Dump too big for tape

2003-05-31 Thread Rebecca Pakish Crum
> Well, how big is that /var? >From yesterday's report: isymmdb /var 0176096 176096 --0:59 2985.8 2:43 1079.7 > > -- > Joshua Baker-LePain > Department of Biomedical Engineering > Duke University > >

RE: Dump too big for tape

2003-05-31 Thread Rebecca Pakish Crum
> Nope, that's normal. Output Size is the size of all the dump > images. > Remember that amanda puts a 32KB header on each of those > before they go to > tape. 10 filesystems * 32KB is 320KB, or about .3 MB. QED. Yeah, output size should be fine...not even 6 gigs on a 12 gig tape that used

Dump too big for tape

2003-05-31 Thread Rebecca Pakish Crum
Title: Dump too big for tape Hi all - Well, here I am again…same server different issue. My backups are still failing on that client with a timeout and I'm still searching to figure out why. But that's not why I'm here today. Running amanda 2.4.2p2 on a RH8 box with a seagate stand

RE: amrecover problem

2003-05-27 Thread Rebecca Pakish Crum
> Hello, > > I setup Amanda for the first time and there is problem with > amrecover. Only some > of the directories and files dumped to the tape are listed in > amrecover. The > index files looks strange: > > 07664670563/./ > 07664670563/./.ICAClient/ > 07664670563/./.acrobat/ > 07664670563/

RE: Xinetd not starting amanda

2003-03-10 Thread Rebecca Pakish Crum
>Hallo all >when checking if amanda is listening on the correct ports. >netstat -a | grep -i amanda > >any ideas how I can trouble shoot further? >According to me evereything there must work Can you do a chkconfig --list and see the amanda services listed under xinetd based services and are they

RE: Two more amanda questions

2003-02-26 Thread Rebecca Pakish Crum
>1) This morning, my amanda report said: > >These dumps were to tape Indyme010. >The next tape Amanda expects to use is: a new tape. > >Instead of "The next tape Amanda expects to use is: Indyme011." > >Here's the tapelist: > >20030226 Indyme010 reuse >20030225 Indyme009 reuse >20030221 Indyme008 r

RE: Help With Restore

2003-02-26 Thread Rebecca Pakish Crum
>I'm trying to restore a directory on one of our servers. First, I >want the directory to reside in a temporary location before I move it >to its original location. I ran the following command in the temp >location: > >amrestore /dev/nst0 /.1/shares > >Now I have a file in my temp directory name

RE: dummy subscribe message again

2003-02-21 Thread Rebecca Pakish Crum
Yes, I received it again as well.

RE: Re-registering?

2003-02-18 Thread Rebecca Pakish Crum
>Has anyone else already on the list gotten the message that "Someone >(possibly you) has requested that your email address be added"? > >It is dated today. Yes, I have, I was wondering about it myself...

OMG, someone get me a vacation: Tape running out of space, NOT possible

2003-02-12 Thread Rebecca Pakish Crum
>Sure looks like your tapetype entry is telling amanda your tapes >are about 11.6GB long. Are you sure the tapetype length is not >just off 10X? Yes, Jay...as a matter of fact, it IS off 10X. I thought I checked that, but I checked the wrong conf file, so once again, I've emailed this group beca

Tape running out of space, NOT possible

2003-02-12 Thread Rebecca Pakish Crum
Hi all - I have amanda 2.4.2p2 running on a RH 7.3 box with a Quantum SuperDLT 110GB tape drive. I am currently sending 11-13GB to this drive depending on the day... amanda is telling me my dump is too big and degrading my level 0's to level 1! How is this possible? I run amdump from a script

Nevermind: amcheck not returning anything

2003-02-10 Thread Rebecca Pakish Crum
I'm a moron...apparently I gave amanda /bin/false when I set her up as a user. She doesn't like that. Please disregard. -Original Message----- From: Rebecca Pakish Crum Sent: Monday, February 10, 2003 5:20 PM To: Amanda Users (E-mail) Subject: amcheck not returning anything

amcheck not returning anything

2003-02-10 Thread Rebecca Pakish Crum
Hi all...I have been using amanda for quite some time and never encountered this problem before... Installed 2.4.2p2 on a RH8.0 box... When I run su amanda -c "amcheck isymmdaily" I just get the prompt back at me. No errors in /var/log/messages, nothing in /tmp/amanda. Very strange. xinetd is

RE: Tape error problems

2003-01-22 Thread Rebecca Pakish Crum
cca Pakish Crum; Amanda Users (E-mail) Subject: Re: Tape error problems On Wednesday 22 January 2003 09:17, Rebecca Pakish Crum wrote: >I've been successfully using amanda for over a year now and all of > a sudden it's all screwed up! I'm using amanda 2.4.2p2 on a RH7.2 > b

RE: Tape error problems

2003-01-22 Thread Rebecca Pakish Crum
Yes and yes. It gets curiouser and curiouser. -Original Message- From: Martin Hepworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 8:57 AM To: Amanda Users (E-mail) Subject: Re: Tape error problems Rebecca Pakish Crum wrote: > I've been successfully using am

Tape error problems

2003-01-22 Thread Rebecca Pakish Crum
I've been successfully using amanda for over a year now and all of a sudden it's all screwed up! I'm using amanda 2.4.2p2 on a RH7.2 box. amcheck is happy when it runs daily at 3 pm before I leave: Amanda Tape Server Host Check - Holding disk /dumps/amanda: 13770716 KB

RE: Backup Oracle

2003-01-07 Thread Rebecca Pakish Crum
I use amanda to back up oracle. Basically I backup the cold backups that oracle does on it's own. I've restored from it as well. It's clean. I've never tried to just back up individual tables. In my opinion, oracle wouldn't restore cleanly that way no matter what was backing it up. Oracle likes

RE: help

2002-12-10 Thread Rebecca Pakish Crum
Post your question with as many details as you can about what version you are using, what your problems are and what you're trying to achieve. It always helps to make your subject line meaningful to the question.   Good luck. -Original Message-From: [EMAIL PROTECTED]

NEVERMIND: Backing up over different subnets, domains

2002-12-03 Thread Rebecca Pakish Crum
Entry for backup server in client /etc/hosts fixed the problem...I had a brain hemorrhage for a moment. -Original Message- From: Rebecca Pakish Crum Sent: Tuesday, December 03, 2002 4:18 PM To: Amanda Users (E-mail) Subject: Backing up over different subnets, domains Has anyone had to

Backing up over different subnets, domains

2002-12-03 Thread Rebecca Pakish Crum
Has anyone had to back up with amanda using different subnets, different domains? I'm getting errors, and I realize it's not amanda's problem...but I was wondering if anyone had any experience with it? I'm getting an amandad.xxx.debug file in /tmp/amanda on the client, so clearly the communicati

RE: file not found on Tape

2002-11-27 Thread Rebecca Pakish Crum
Rebecca Pakish Crum Subject: RE: file not found on Tape On Wed, 2002-11-27 at 13:54, Rebecca Pakish Crum wrote: > What do you see when you run this command as root: > su amanda -c "amadmin find >" If I do su amanda -c "amadmin DailySet1 find node16 /home" I ge

RE: file not found on Tape

2002-11-27 Thread Rebecca Pakish Crum
What do you see when you run this command as root: su amanda -c "amadmin find " Is it, in fact, listed as being backed up to the tape you're using? Is the tape rewound? (sounds stupid, but this has gotten me before...) Is this dump or tar? If tar, are you using a good version? A crappy versio