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 SkipVought 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. AquaTeenFryMan

    NOM Reports

    Hello does anyone use NOM? If so does anyone know if there is a place to download additional report templates? Specifically a report that would show me what files were missed on a partially completed backup? reference: thread776-1259814
  2. AquaTeenFryMan

    Counting Numbers

    Thanks. I wasn't offended...I am never easily offended. I do understand how someone would see that as a class project. Thank you for your help. These forums have always been a great help to me. I would have offered up code to start the discussion, but I didn't know where to start. Thank and...
  3. AquaTeenFryMan

    Counting Numbers

    Well it wasn't class work nor did I have anything to go on before posting this. At least I got some amusing answers. Thanks for at least reading the post.
  4. AquaTeenFryMan

    Counting Numbers

    Can some help me write a script? The script needs to open a file, read a column( <ID #> ) for ID's and give total count ID's present in that column. The file is a flat text file and is tab delimited. Although I realize this is probably a simple task, I am horrible at Perl. Can some help me...
  5. AquaTeenFryMan

    Eject script for more media then CAP can hold

    If you using perl why not try the perl forum. They have always been good to me.
  6. AquaTeenFryMan

    Upgrading from 5.1 to 6.0MP3

    I wouldn't do it. We have run into nothing but problems upgrading from 5.0 to 6.0 mp3. There is a good article in storage magizine outlining some of the issues in Netbackup 6.0. http://storagemagazine.techtarget.com/magLogin/1,291245,sid35_gci1214739,00.html?Offer=XHL71
  7. AquaTeenFryMan

    Subroutine

    Hello, This post is a couple weeks old but I was wondering If I could get some furhter help. Here is my question: How can I get this bit of code (Thanks Ishnid) to only go back through the last 6 days or 144 hours of log files? The problem with the code below is that it goes through all...
  8. AquaTeenFryMan

    Remove duplicates

    How can I get it to read from a file?
  9. AquaTeenFryMan

    Remove duplicates

    Wow you guys are great. These forums never let me down.
  10. AquaTeenFryMan

    Remove duplicates

    Ok that didn't work I did something wrong... Heres what I had my $TEXT = "c:/test.txt"; open (TEXT, "$TEXT") or die "Can't open $TEXT: $!\n"; $TEXT = join ':', keys %{ { map +( $_ => 1 ), split( ':', $TEXT ) } }; close(TEXT); It just spit out a blank text file.
  11. AquaTeenFryMan

    Remove duplicates

    How can I remove duplicates from a a text file that looks like this: 003758:003758:003760:003760:003922:003922:003673:003694:003694:003701:003702:003704:003713 etc... It is a flat text file with each number being seperated by a colon. The output after removing the duplicates also needs to...
  12. AquaTeenFryMan

    Detailed Status

    NOOOOOOOO not horrible veritas support.....
  13. AquaTeenFryMan

    Detailed Status

    Ok I got a problem. I am getting numerous -84 (media errors) which is fine, because I am about 95% sure that the media in question is bad (old tapes). What is happening though is Netbackup has two chances to finish a job. If on the first try it encounters an error it will try to complete it...
  14. AquaTeenFryMan

    Subroutine

    Ishnid what do you mean by: my @logs = qw/one two three four/;
  15. AquaTeenFryMan

    Subroutine

    I should have rephrased my original question..sorry The code below opens log files that are read and parsed later in the script. I have it read about 20 log files at a time. I currently cut and paste the below code changing the highlighted areas with numbers in consecutive order.( $log_file2...
  16. AquaTeenFryMan

    Subroutine

    Hello, I know this is probably a dumb question to all of you, but I am horrible at programming and need someone to help me with this. How do I get this bit of code (below) into a subroutine so that I can repeat this through out my script. Thank you so much in advance. [b] my $log_file = pop...
  17. AquaTeenFryMan

    Bperror

    Sed or Awk? No I don't have these but I can get them. send me the code if you can. Thank you.
  18. AquaTeenFryMan

    Bperror

    Hello, Does anyone have a script that takes the output from bperror -l and tab delimits it? Thanks in advance. Oh by the way I am using windows.
  19. AquaTeenFryMan

    NetBackup Scheduling woes...

    You are not seeing any errors in the activity monitor?

Part and Inventory Search

Back
Top