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

    Large SQL Backups

    That's the problem. I've already broken this SQL server down to the individual DBs. I have several databases on this box on one of them is 271 GB as of this morning. I have another on this save server that will potentially grow even larger than that. Other than throwing gobs of extenal or...
  2. lpollock

    Large SQL Backups

    I have a few SQL databases that are growing very large. One of them has reached almost 260GB in size. As it stands, it already takes the database about 12 hours to backup using Networker 7.1.2 writing to LTO-1 tape. Is there any way to use Legato to stripe this backup across more than one...
  3. lpollock

    Move Networker Server to new hardware

    A Host Transfer Authorization from Legato should take care of that shouldn't it? I'd much rather go this route than have to restore all of my indices from tape. Thanks for your quick response.
  4. lpollock

    Nested IF statements

    Instead of testing to see if the variable was not a directory if (!(-d $_)){ I just tested to verify that it was a file. foreach (readdir(OSDIR)) { $mod1 = -M "$osapi/$_"; if (-f "$osapi/$_"){ if ($mod1 >= 1) { print OSLOG "$osapi/$_\n"; } } } I'm using this code to build a txt...
  5. lpollock

    Move Networker Server to new hardware

    I want to move my Windows Networker 7.1.2 server to hardware. Assuming I keep the same server name and IP address, is it possible to just copy over the INDEX, MM and RES directories? I seen to remember reading somewhere that this would work, but now I can't find that reference. Any...
  6. lpollock

    Nested IF statements

    Never mind. I figured this out. Thanks
  7. lpollock

    Nested IF statements

    I'm really new to PERL so forgive me if this is a stupid question. I'm trying to loop through a directory and test each file for two different criteria before I print any file name matching those criteria to a txt file. The criteria are that it cannot be a directory, and it be older than X...
  8. lpollock

    Event ID 1119 ClusSvc- DNS Registration of Virtual ip's problem

    mdbuddy, I am having a similar issue. Just wondering if setting dynamic DNS to NonSecure did eliminated these errors you were receiving.
  9. lpollock

    launching an external program from perl

    i'm writing a cgi program that will let me control winamp with my wap phone. i want to be able to launch winamp.exe from the cgi/perl script with 'system', but the way it works now it perl waits for winamp to close before it returns control to the script, so it just hangs. is there a way in perl...

Part and Inventory Search

Back
Top