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

    How do i query a row in an array?

    The original version was here http://www.zdo.com/articles/res/ldap2csv.pl I'm still wondering though how to ruery a row in the for statement.
  2. unixb0y

    How do i query a row in an array?

    Here is the code @fields = ( # Label Field Name Index ['User ID' , 'uid' , 0], ['Account Locked' , 'nsaccountlock' , 0], ); ## # LDAP query to make for a shorter post ## foreach $entry ($mesg->all_entries) { @dn = map {s/[a-z]+=//gi; $_ = ucfirst} reverse split...
  3. unixb0y

    Number characters in an argument

    Hi, I checked the FAQ/docs and didn't find an answer. In KSH i can do the following: if [ /usr/bin/echo $1|/usr/bin/wc -m | -ge 10 ] ; then print "Argument too long\n" exit 0 fi How would I do the "/usr/bin/echo $1|/usr/bin/wc -m | -ge 10" in perl without having to use the shell? So far...
  4. unixb0y

    Simple File Compare

    What's the best way of r doing this: If file1 is note the same size than file2 then do something. Thanks Karl
  5. unixb0y

    creating an error file

    Arcserve 2000 with the latest patches. I have 2 database servers that have locally attached tape drives on them. Both DB servers run Arcserve. Both DB servers do not have client DB agents since they are not availible. The DB servers automaticly stop their db's at 11:00PM every night. If...
  6. unixb0y

    Netbackup Backup Reporting

    can i get a copy of this script also? thanks karl
  7. unixb0y

    SYSVOL Restore

    I have a windows 2000 DC. I need to restore c:\winnt\sysvol. I'm running arcserve 2000 I find it odd that you can't restore system state files to another directory. Is there a way to restore c:\winnt\sysvol to a different directory? Thanks Karl
  8. unixb0y

    LTO2, Copper GB and Server to Server Backup

    Got a new LTO2 tape drive yesterday. I'm doing server to server backups using arcserve 2000(or version 7) So far, i'm getting 700MB/min between the servers. LTO2 is rated for 30MB/s. So 700MB/min is only about 11MB/s. Which isn't all that great. Each server has a copper Gigabit adapter. I'm...
  9. unixb0y

    Arcserve Email Alerts

    MCSE924, I installed the patch. I managed to find the "SMTP Settings". What i'm having problems with is getting the backup job to generate the alert. I go into the job and specify an alert, but i can't see the smtp settings. It's still all exchange.

Part and Inventory Search

Back
Top