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 Mike Lewis 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. phoenixdna

    Backup just stops

    I think I've had that prob and can't remember the solution. This might not be your problem, but I've had problems backing up an HP-UX server when there was a corrupt file. If the backup fails on the same directory every time, then try skipping the directory in the backup and see if it...
  2. phoenixdna

    Telnet Scripting

    I'd never heard of Expect before this post. Learn something new everyday. I looked this up and it looks like an interesting tool. I've been working on a perl script to do this but it doesn't work right. Sometimes I get it to work and sometimes not. So I'm going to check out Expect. :D
  3. phoenixdna

    How do you keep track of backups for tape library system?

    I use an excel spreadsheet. My tape library has 2 drives in it. I have 30 servers to backup on the weekend and I can run them all in one huge job for lengthy reasons. So I have like say 10 jobs. Some of them stop dbs and so I can't just queue them all up and let them run after each other...
  4. phoenixdna

    Searching a directrory for unlimited number of files as arguments

    Oh. I get it. Sorry. You are looking to do several 'find . -name "word"' at one time so that you can search for the instances of more than just one file right? Well I don't know the code off the top of my head, but in perl you can use the @ARGV array to determine the number of arguments on...
  5. phoenixdna

    Searching a directrory for unlimited number of files as arguments

    You probably know this and forgive me if I've misunderstood your post. :) But you can search the entire server for a file with the following command: find / -name "word" or you can search from where you are "at" if you do find . -name "word" This will list every path where a file exists...
  6. phoenixdna

    Creating web app that queries backup exec database?

    This is going to sound a bit complex and granted it might be over kill. This probably isn't worth doing. But on a regular basis I go back through the activity log and note the average backup time of each job/size of data/backup speed. On a side note I'd like to learn a bit of programming...
  7. phoenixdna

    Terminal Services could not locate a license server ...

    THE SOLUTION: The problem was that there was no terminal services licensing server setup. So Citrix will work for 90 days with the license and then stop working. Citrix requires a terminial services licensing server and some CALs. But all we needed to do in order to continue our evaluation...
  8. phoenixdna

    Terminal Services could not locate a license server ...

    Thanks for the info. To be honest I'm not sure which server is our Terminal Services Licensing Server. We don't use Terminal Services except for this one Citrix maching and haven't designated any of our server to be a licensing server like this. If one of our servers is functioning as a...
  9. phoenixdna

    Terminal Services could not locate a license server ...

    I am getting the following error message on a Citrix Metaframe server. "The terminial services could not locate a license server. Confirm that all license servers on the network are registered in WINS\DNS, accepting network requests, and the terminal services licensing service is running" I...

Part and Inventory Search

Back
Top