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 gkittelson 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. younixgeek

    Best way to approach this

    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...
  2. younixgeek

    Best way to approach this

    Thanks guys, I will scan the awk forum and check out some commerical tools. -YG
  3. younixgeek

    Best way to approach this

    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...
  4. younixgeek

    Best way to approach this

    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...
  5. younixgeek

    Informix Logical Logs to /dev/null

    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...
  6. younixgeek

    Problem with recovering expired indexes and volumes

    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...
  7. younixgeek

    networker module for db2

    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
  8. younixgeek

    7.0 -&gt; 7.2 Server upgrade : Gotchas?

    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...
  9. younixgeek

    I need to know which volumes savesets were cloned to

    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...
  10. younixgeek

    I need to know which volumes savesets were cloned to

    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...
  11. younixgeek

    Cloning saveset error message in version 7.1.2

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

Part and Inventory Search

Back
Top