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 Wanet Telecoms Ltd 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. AquaTeenFryMan

    decompile perl2exe

    I need some help here. I have a perlscript compiled with perl2exe and I need to decompile it. I have tried google looking for a decompiler and the only one i can seem to find is exe2perl....unfortunatley i can't find a single place to download it. Is there any other way to decompile a .exe...
  8. AquaTeenFryMan

    VxSS Security

    HAs anyone noticed decreased performance when using VxSS?
  9. AquaTeenFryMan

    Slow GUI

    Hello, Has anyone expierenced a slow down of the Netbackup GUI in version 5.0 MP5? When making any changes in the GUI I expierence major lag. Any suggestions would be great.
  10. AquaTeenFryMan

    Restoring Catalog to a DRMaster

    Hello, Does anyone have any method of restoring the Catalog to a DR Master server. The DR master server box is not identical to its production server. The only similarity that they share is the server name. Also they are not connected to the same type of robot (Production=l700 and DR=L180)...
  11. AquaTeenFryMan

    Flat Text file Split

    Hello, I ma currently trying to grab a column from a flat tab delimited text file. I can't seem to get the column I want out of the text file. I would appreciate any help. My perl is horrible. Here is the code I am using: open (FILE, "$dir$log_file"); while(<FILE>){ chomp; $sn =...
  12. AquaTeenFryMan

    Rman

    Hello, Has anyone had any problems getting RMAN to restore from duplicate tapes created by inline tape copying? I have promoted the tapes to primary tapes, but I am still having trouble getting RMAN to grab those tapes for the restore. Any help is appreciated.

Part and Inventory Search

Back
Top