Just wanted to update the thread. Thanks for all of your input for future readers.
A co-worker came up with this Perl solution:
#!/usr/bin/perl
use strict;
my $file = $ARGV[0];
my %xml;
unless ($ARGV[0]) {
print "Usage:\n $0 <file.PRN>\n";
exit;
}
open(FILE, "<$file") or die...
Sam what I have are a few snippets of code and ideas to tackle this...Nothing tangible. Right now my thinking is using the dashed lines as an indicator of the beginning of a new record (the dashes are consistent record breaks through the whole file) using SED. Pass that to AWK to read in each...
Hi Guys I need some help from the experts here. I need to convert an unformatted text report into any kind of CSV or field delimited file. I have been playing with this for hours and I keep hitting stumbling blocks. Can you all tell me how you would tackle this? All I have in my skill set to...
On some of our Informix development and QA databases the dba's have the DB logical logs device variable set to /dev/null. When we take a backup of the DB I believe that a onbar/log backup is at the tail end of the process. Due to the device being set to /dev/null the db or db module does not...
I have a backup that has expired from the indexes that I needed to recover from. I had set the tapes aside so they were not overwritten. Legato had me run nsrck -L7 -t date <client name> to recover the index entry. Ok that worked, now I need to do the recover again, this time the index AND...
Try using this:
nsrinfo -s <backup server> -n db2 <db2 client>
You can enable the NSR_DB2UEXT2_DEBUG_FILE in the the vendor file and then just strip out the logname/date and then purge it everyday so it doesnt grow to large.
-yg
Licensing burned me from 7.1 to 7.1.2
We were on Legato's old style licensing. We had one key (The Golden Key) for everything. We had to get demo enablers until we were able to work out the transition.
It was a nightmare!
Also had some compat. issues with the TRU64 Unix clients and storage...
Thanks 605,
This command displays about 70 entries for each save set. How do I make the connection back to the original CDL tape so i know its safe to purge? Using the ssid?
-yg
Partial Output:
INFORMIX:/on_hjprod 1110589215 PGD966D
INFORMIX:/on_hjprod 137510744...
My Clarion CDL is full! I know for a fact not all of the savesets have been cloned sucessfully because operations has had to stop them often due to problems. I am going through each volume on the CDL and using mminfo to list the ssid,name,etc,etc. However I cannot get it to tell me which...
I had this same problem as well on 7.1.2. The savegroup completion emails would say cloning successfull at the top and failed at the bottom. I opened a ticket with Legato and they pointed me to a patch. It seems to have solved issue.
General Cloning Notification Discrepancies
Hello XXXXX...
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.