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

    Remove unwanted characters

    Sorry I didn't paste the code as it was a simple cat file|awk '{print $1,$2}' grep -v : Thanks for the solution i'll try that now....
  2. mrcuser

    Remove unwanted characters

    I have the following strings of data: 07/15/09 19:00:00,07/15/09 19:14:35,1900-WKDAY_INC,KN-ECS,Failed 12 07/15/09 20:00:00,,2000_INC,KN2-DIA-P0001,Missed but only need the following: 07/15/09 1900-WKDAY_INC,KN-ECS,Failed 12 07/15/09 2000_INC,KN2-DIA-P0001,Missed When I try to awk...
  3. mrcuser

    Reserve conflict

    Sounds pretty similar to what we have setup. One thing to watch out for that did stop some of our problems was the lmcpd process running only on the library manager (in my case the LMC). I found the process was running on each TSM server so killed that and some problems where prevented. However...
  4. mrcuser

    Reserve conflict

    Background on our setup: 1 TSM server - LMC controls 8 tsm server mount requests split over 2 libraries. Also we share physical hardware logically. ie. /dev/rmt1 is defined in TSM as RMT1_B and RMT1_C this causes additional problems for us as a drive can be in use but go to polling as the RMT_c...
  5. mrcuser

    Reserve conflict

    Hmmmmm - we're using 11.2.9.0. We seem to get them when either a path it attempted to be updated and that drive is in use or just randomly.I've searched the actlog for whats running at the time of the error in the errpt report but have ended up finding nothing.
  6. mrcuser

    Reserve conflict

    I will check tomorrow - the problem is intermittent it appeared to be around our zoning and pathing but thats all correct. Its a total pest.
  7. mrcuser

    Reserve conflict

    We have 2 libraries which server 9 servers. I did a reteach on the library last night as well as rebooting our lmc - this has now fixed the reserve conflicts, and the paths have all stayed online.Hopefully this has addressed the problem.
  8. mrcuser

    Reserve conflict

    Hi we have a lot of reserve conflicts in our errpt -a on our TSM servers the errors look like this: LABEL: RESERVE_CONFLICT IDENTIFIER: BF05CF18 Date/Time: Sat Feb 28 12:28:46 GMT 2009 Sequence Number: 2007 Machine Id: 005D754A4C00 Node Id: tsm5 Class...
  9. mrcuser

    3584 Checkin/out issues

    The problem I am having is that when I issue a checkin libvol <library_name> <volume_name> status=private (or scratch) the tapes are scanned and not taken into the library. This is causing us a lot of pain as 1.no fresh scratch can be checked in 2.no volumes at a status of onsiteret can be...
  10. mrcuser

    Tape showing full

    Hi probablydown (good username!) thanks very much for this I was very very worried about this as we have thousands of tapes at this status (massive estate) reclamation has been started so these should dwindle - we have a lot of tape drives available so 2 is not a problem. Thanks again.
  11. mrcuser

    Tape showing full

    Hi Can anyone explain why the volumes in my 3592 library show as full when they aren't ? I've pasted a screen shot of my volumes - q v stg=onsite: C08319 ONSITE 3592_1C 510.3 G 45.0 Full C08372 ONSITE 3592_1C 594.5 G 28.7 Full C08444 ONSITE 3592_1C...
  12. mrcuser

    3584 Checkin/out issues

    Hi We've recently bought some 3584 libraries but have hit a strange problem when checking tapes out. Our library manager controller TSM server checks out tapes without a request being issued. However our other server (not LMC) will not check a tape out without first loading it into a drive to...
  13. mrcuser

    Duplicates in file

    Hi! I have 2 files,that contain a list of volumes: 1st has volumes in filesystem that are readable 2nd has volumes in the filesytem it think are unavailable First file is called readable Second file is called unavailable is there a command that does the opposite of diff to pick out any...
  14. mrcuser

    Grep search for string with a \

    That's awesome thanks so much, just run that and extracted everything I need. Thanks again.
  15. mrcuser

    Query data range

    Well beauty is in the eye of the beholder and if this works does it matter! I'll try this soon and let you know, thanks loads it's really appreciated.
  16. mrcuser

    Grep search for string with a \

    Hi the string I have to search for is: _ab2_th2_nc4th2thisdrive\cdrive but I need to know how to tell grep to ignore the \ but how to do it has escaped me!
  17. mrcuser

    Find missing dates

    Hi Glenn, thanks for replying. The dates should read everyday. The file has dates for each day (sometimes several times) There is one row per date (but some could be duplicated. Column looks like this: 18/01/2008 18/01/2008 18/01/2008 18/01/2008 19/01/2008 19/01/2008 21/01/2008 So i'd be after...
  18. mrcuser

    Find missing dates

    Hi I have a spreadsheet that contains stock level checks done by an employee but I need to find and list any dates that are missing. The column is F1 and the date starts at 12/05/2008 all the way through to 26/08/2008. Any simple way of doing this?
  19. mrcuser

    Query data range

    Is it possible in awk to search on a particular field (say the 6th) to identify a gap in date that aren't in the file if you know the date ranges? i.e The file contains: blah blah blah blah blah 06/03/2008 blah blah blah blah blah 07/03/2008 blah blah blah blah blah 09/03/2008 So i'd want to...
  20. mrcuser

    Extracting data from file

    Great that does near enough what I need - hell of a lot better than anything i've tried I can modify it now hopefully to get what I need. Thanks very much for your help.

Part and Inventory Search

Back
Top