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
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...
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.
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...
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
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...
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.
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.