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 Chriss Miller 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: *

  • Users: YouEnjoyMyself
  • Content: Threads
  • Order by date
  1. YouEnjoyMyself

    Comparing

    Hey, I need some help once again...Here is what I am looking to do I want to be able to compare two different lists. What I want to compare in these lists is a set of numbers that will change on a daily basis. The lists are structered differently. I have attached A copy of both lists and...
  2. YouEnjoyMyself

    VMCHANGE

    Awhile back I posted a question about the vmchagne command. I wanted to get a script for ejecting multiple tapes which i have succeeded in doing. The problem I run into is that when a tape isnt in the robot the vmchange command errors out. Is there a way to get around this? Has anyone ran...
  3. YouEnjoyMyself

    Daily File Name Changes

    Ok here is what I am trying to accomplish, mind you I have some perl expierence but not a lot. What I am trying to do is have a script that reads through a tab delimited text file and parses out a single column. I already have that part of the script (see below). The issue I am running into...
  4. YouEnjoyMyself

    SCRIPT..help

    Okay once again I need help...I am trying to take a tab delimited text file (Looking like the sample below) aand parse out some information. Want I want is just the Serial number column. I want that column to go out to a text file all as one line (see sample output) with each serial number...
  5. YouEnjoyMyself

    VMCHANGE

    Hello, Does anyone have any scripts that eject multiple volumes? I am trying to do this using the VMCHANGE command. Any info, ideas, or help is appreciated.
  6. YouEnjoyMyself

    Simple Script

    A couple of days ago I asked for some help on a scripting. I have now tried modifying that same script to work on another project I am doing, but I keep getting unintialized value error. I believe I have all the values defined. Could someone please explain to me as to why I would get this...
  7. YouEnjoyMyself

    Simple Script Please Help

    Hello, I am writing a script that parses a log file into an excel spread sheet (.csv). The sample input (posted below) ends up giving me 24 different entries for each field requested to be parsed. Go ahead and run it you will get a better idea of what I mean. I would greatly appreciate any...
  8. YouEnjoyMyself

    VMQUERY

    Ok The other day I asked a question on scripting the bpexpdate command, now I need a little more help (Thanks). I want to script the vmquery command so that it reads a list of tapes and then outputs that info to one long big text file. Here is what I have so far (Operating system: Windows...
  9. YouEnjoyMyself

    bpexpdate

    I need to make up a perl script or a shell script for windows that runs the following command on a list of tapes: "bpexpdate -m <mediaid> -d 0 -justmedia" Can some one please help? Thanks in advance
  10. YouEnjoyMyself

    Exchange 2003

    We are currnetly using Netbackup 5.0 and would like to backup the public mail store on our mail server. We keep getting an invalid file list specification error everytime our backup runs. Under our Mail server Policy we have choosen the following folders as our backup selections: New_Stream...
  11. YouEnjoyMyself

    Restore Error

    We are currently running into an issue when trying to run restore from our Media Server. When attempting to bring up the "Backup, Archive and Restore" window we are recieving the following error: Can not connect on Sockets Has anyone ever ran into this problem or have any suggstions on what...
  12. YouEnjoyMyself

    BACKUP EXEC IN DMZ ENVIROMENT

    Does anyone have backup exec running with remote agent in a DMZ enviroment? We areo going to have one Backup Exec Master server and then 10 clients with the remote agent installed. I need to know if Backup Exec will be able to talk to these 10 clients. Thank you.
  13. YouEnjoyMyself

    Registry Hacks Change Defaults

    When Restoring a server or file the default option in Netbackup 5.0 is automatically set ot overwrite all files. Is there a registry entry that can be changed to change this option so that the default it to only update files that have been changed? If someone has any info or can point me in...
  14. YouEnjoyMyself

    Restoring file

    When Restoring a server or file the default option in Netbackup 5.0 or to automatically set ot overwrite all files. Is there a registry entry that can be changed to change this option so that the default it to only update files that have been changed? If someone has any info or can point me in...
  15. YouEnjoyMyself

    CATALOG

    I have an issue with the Catalog backup. We currently have an Oracle based server that kicks off an Rman script to start the backup. It keeps missing it window because around the same time a Catalog backup kicks off whic takes about 36 minutes. what I want to do i delay the Catalog form...
  16. YouEnjoyMyself

    Data Romoval

    I know this isnt the right forum for posting this, but does any one have suggestions for a corporate Disk Scrubbing Software that meet DOD standards? Thanks in advance.
  17. YouEnjoyMyself

    Data Romoval

    I need some one to help me out here. I need a a piece of DISK SCRUBBING software that is DOD compliant for corporate use. Please help I know there are many solutions out ther for htis was owndering what other people use. Thank you.
  18. YouEnjoyMyself

    Vertices

    Is anyone out there using a product called Vertices? We have just started to evaluate the software. It works in conjunction with NEtbackup Exec. It give you move lists, scratch lists, and file lists. It gives better reporting on what tapes should be rotated on and off site each day. Just...
  19. YouEnjoyMyself

    UPGRADING to 9.0

    I am going to be upgrading some Windows 2000 servers to Backupexec 9.0 . We are currently using 8.6 . Is there anything that I should know before we start the upgrade process. Has anyone been running into any issues are configuration problems. Also will I have to recatalog all our tapes or...
  20. YouEnjoyMyself

    Tab delimit

    Below is a script pieced together with the help of a few out there. What I need to know is how I can tab delimit this so that it will pipe out into excel nicely? #This program will report the tapes created within the last 875 hours #opens bpimagelist.cmd use strict; use warnings...

Part and Inventory Search

Back
Top