Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eclidad

    Changing Report Limits in R12

    It looks like I resolved the filter issue. Even though my test case is looking for linux files that end in lowercase 'i' I need to tell the filter to look for files that end in uppercase 'I'. I suppose if I had some of each I could find a way deal with having both show up in the list. I won't...
  2. eclidad

    Changing Report Limits in R12

    Those are both good ideas. There's no need to google. My tar files are on a linux system which comes with a utilty called split. There's one small problem. It indiscriminately splits at fixed size boundaries and doesn't know if it's cutting a sentence in half. I'll deal with that if I need too...
  3. eclidad

    Changing Report Limits in R12

    I thought I had found a different solution to the problem. I tried running a scan of each session with full reporting in the activity log. My system has 4GB of memory. It ran for a while and then I got a popup that said "Out of Memory." I've been trying to use report writer to create my own...
  4. eclidad

    Changing Report Limits in R12

    Hi, We are running R12. I need to get a detailed listing of all the files on one of our backups. I'm using the Report feature to do a "Session Detail Report". This seems to me to be the report I need. However, there is a problem. The reports get truncated at 5 MB. Is there a way to increase...
  5. eclidad

    Restore a file from a 'Quick Erased' tape Arcserve 9

    I'll offer the little information I know. First let me say that I don't know what the quick erase does to the database. If that info isn't there anymore and it's not on your backup then the task gets harder. I suppose you could always restore the whole media. That assumes you've got enough space...
  6. eclidad

    Configure T1 on Cisco 1841 Router

    You'll need to know how the user has their T1 configured. At one point we used 8 of the slots for voice. In that case we needed to tell our CSU which slots were available. That used older hardware. We now use the whole T1 for data and an 1841. For us all the default parameters worked. Sometimes...
  7. eclidad

    failover of sort, using a rule

    How does NAT come into play here. We are served by 2 ISPs. We use route maps to decide which NAT pool to use. For most of our browsing and downloads we pick an address from pool B and use ISP #2. If we need to get at our ftp/web server we use pool A. The ftp/web server routes out ISP #1. IT...
  8. eclidad

    Need help with tapecopy

    Still more info. The ultimate goal here is to run tapecopy as a post script. Therefore, I need to be able to use a generic set of arguments. The scenario should always be the same. The source FSD will be in PGRP1 and the dest will be in PGRP2. Each group will only have 1 FSD in it. For testing...
  9. eclidad

    Need help with tapecopy

    Here's some more info. What we are trying to do is create a copy of a full backup that we can take out of the building. The offsite copy is in a different media pool. I don't know if that is the cause of the problem. We are changing the way we do our backup and already have a media pool for the...
  10. eclidad

    Need help with tapecopy

    Hi, I'm having my first go at tapecopy and it is not going well. The command I'm using is tapecopy -dPRGP2 -qOnOrAfter(9/22/08,21:10) There are two issues I'm having. The first and most important is that the copy isn't happening. This is what I see. Copying session 1 of 18 Before...
  11. eclidad

    Configure Ca ArcServe r11.5 for HDDs

    Linux doesn't have archive bits either and for years, make that decades, the way around this was external control files. If the modify date is newer than the last backup date then add this file to the backup. It's not a hard concept. Linux has multiple backup levels so there's an extra step or 2...
  12. eclidad

    Configure Ca ArcServe r11.5 for HDDs

    I can't say I've ever heard of a linkstation. We have the same issue (that's pronounced problem) here with our linux servers. The way we got around this was to setup a filter for each server. We only include files modified in the past 3 days. The arcserve concept of days is not what I expected...
  13. eclidad

    Configure Ca ArcServe r11.5 for HDDs

    Here's what we do here. We've got 11 FSDs. 4 of these are used for an incremental on Monday - Thursday. 5 of these are used for a full backup of the accounting system that is done each weekday. There is one for a full backup on Friday and one for a full Monthly backup on the last Sunday of the...
  14. eclidad

    Problems with AAA

    Things to look at: Can you run packet snoops on your tacacs server? It would be reassuring to see if the packets are getting there. Does the tacacs server log requests? If so, you don't need to snoop the packets. Do your access-lists allow response packets back into the router? - Joel
  15. eclidad

    Configure Ca ArcServe r11.5 for HDDs

    I'll add a cautionary note here. We do a rotation that we manage ourselves. Mostly because the differential and full backups are a little different. We've got 5 2-bay USB chassis. On 1 drive we have 4 folders for Mon - Thu. The other drive has one folder for the full on Friday. Each Monday we...
  16. eclidad

    Problems restoring with R12 for one machine

    More followup -- I did a restore by media. It only took 4 hours. That's a small price to pay to get a file back. My linux log file (uag.log) thinks all the paths start with "windows". The "/export" part really is missing. I've downloaded a new linux client agent and will install that in a week...
  17. eclidad

    cisco IOS acls - knock the dust off

    It works for us. Try this instead. access-list 101 permit tcp any any established ^ ^ ^ We apply it to our inside interface. This could just be a semantic interpretation. It's applied to the interface that our internal...
  18. eclidad

    Problems restoring with R12 for one machine

    I've done a bit more poking around on this machine. There's still some things I need to look into. We've got a few directories on this linux system that get backed. The devices they use are varied. Here's some of the output from the "df" command /dev/sda5 20161172 3169988...
  19. eclidad

    Using 2 ISP Connections... 1 for UL and 1 for DL?

    We use an 1841 for a similar setup. We have 2 ISPs and 2 blocks of public addresses. Unless I'm missing something it's pretty straight forward. Our servers sit on addresses from ISP-1. Anything coming to them gets routed from the Serial port (it's a T1) to the vlan on the WIC. Any traffic that...
  20. eclidad

    Problems restoring with R12 for one machine

    Hi, I've got a problem that is giving me fits and panics. Not being able to restore is a very bad thing. We back up 3 linux agents. The backup seems to be ok. I can restore files backed from 2 of the clients. The linux agents are identical (R11.5) The version of the linux is not. I do a...

Part and Inventory Search

Back
Top