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

    need help -catalog restore

    Yes Wenyee99, we've in fact just done this, moving from a E280R to a v440 server. Just make sure they are the same name and the IP addresses are the same for the new server as the old server. The tape drive type may not be as important, cause you can use a disk based catalogue backup - or as we...
  2. sgoldsmith

    Backing up Solaris 10 from NBU 5.0 MP6 on W2K3

    Make sure you Master is on MP6. Install the software on the client (I believe the binaries are the same used for Solaris 9 servers) and again patch it to MP6. On UNIX masters you then have to run /usr/openv/netbackup/bin/goodies/new_clients to get Solaris Solaris10 as an option for a "new"...
  3. sgoldsmith

    Stopping anti-virus during backups

    You have to you the bostart and boend sscripts to stop the service on the Windows server and then start it back up again after the backup completes. Syntax will be something like: bpstart_policyname net stop AV_Software_Service_Name bpend_policyname net start AV_Software_Service_Name I...
  4. sgoldsmith

    Another Tricky One!! - Media Question

    Thanks comtec.... it is a Sun server, so I will look further in the rmt commands. For question 2 - lets say the files are exactly the same. Indeed, they will be cause this will be a controlled test. Simon Goldsmith Storage Engineer
  5. sgoldsmith

    Another Tricky One!! - Media Question

    All, Say I write a backup to a brand new fresh tape (in one fragment, not multiplexed). This backup uses hardware compression. The image will reside from block 0 (or as near as possible, the tape header will take up a block or 2) to a random block further on the tape. First question, how can I...
  6. sgoldsmith

    Netbackup 3.4 & ACSLS 7

    Dorga, Yes I think it is. ACSLS 6.x is not compatable with NB 5.x+ but I think 7.x is ok with 3.4 cause we were going to do that scenerio (a NB 3.4 and 5.1 system in the same silo) and I'm sure STK told us that was the only way to do it; however, in the end we didn't need to :o) Simon Simon...
  7. sgoldsmith

    SIZE_DATA_BUFFERS Recommended Values

    Bob, Thanks for the link.. the NB 6 tuning guide is something I have read and studied before, but PGPhantom's doc is useful... however, it still doesn't really answer the question. Veritas state: IMPORTANT: Because the data buffer size equals the tape I/O size, the value specified in...
  8. sgoldsmith

    SIZE_DATA_BUFFERS Recommended Values

    Hi All (been a while!!), SIZE_DATA_BUFFERS - Does anyone have an information on what this value should be set to for different tape drive / controller cards? I know that the value should not be greater than the maximum tape drive I/O block size, but what is that for different drive...
  9. sgoldsmith

    Exchange 2003 Backup

    Steve OT, Many Thanks... exactly spot on!!! Simon Goldsmith Storage Engineer
  10. sgoldsmith

    Exchange 2003 Backup

    All, Can anyone help with this one? We have a backup server running Backup Exec 9.1 (sp2) during the inital install we added a serial number from a Exec 7 Exchange Agent. 9.1 took the number and reports that the Exchange Agent has been installed. We've created a mailbox and given rights to the...
  11. sgoldsmith

    Unusual Reporting

    run bpps -a at the bottom of the Report you will see ARO process if its running. Also the Advanced Report application is installed by Default in /opt/SUNWnbaro. Also you can look in /etc/rc3.d for S90nbaro; this is the startup/shutdown script for Advanced Reporter. Finally, point a browser to...
  12. sgoldsmith

    Unable to kill a job

    Try kill -9 on the process (if on a Unix server) or "end process" via Task manager (if on an NT server) or you can delete the job from /usr/openv/netbackup/db/jobs... pick up the job number from the Job Monitor, then delete the job from that directory. It is advisable to bounce Netbackup after...
  13. sgoldsmith

    Need to eject and clean out Silo's....

    Depends on whether you care which tapes you want to eject... if you just want to make room in the silo and you don't mind which tapes you eject use acsls: eject acs,lsm,cap_id (e.g. 0,0,1=acs0,lsm0,cap1) volrange (e.g. K0000-K0010) Other wise you will need Netbackup to generate you a list of...
  14. sgoldsmith

    Failure to back up of specific directories in Windows client

    But a SAN drive is a local drive!! A NAS drive is a Network based drive. Simon Goldsmith Storage Engineer
  15. sgoldsmith

    Netbackup Catalog Backup - faster?

    A split catalogue backup can "selectively" backup the images of servers that are needed for DR purposes - this would speed things up. The concept of the split catalogue backup is that a "standard" netbackup class backs up the /usr/openv/netbackup/db/images/* or...
  16. sgoldsmith

    bpflist - dealing with Windows Servers

    Help. I want to create a generic script to pull complete file lists from client backups. This is easy to do with the bpflist command for Unix clients because the files are never fragmented - that is they don't have spaces in the file path. This means that awk can be used to pull out the file...
  17. sgoldsmith

    OS Selection for NetBackup

    I agree with the majority on this thread that Solaris is better for a number of reasons: Stability and performance being the main 2. However, you have to remember that scripting / ftpin' / mailing etc are included as standard in Unix and therefore it gives you more opertunity to customise your...
  18. sgoldsmith

    Changing a tape to SCRATCH with vmchange

    Solved it myself!!! The pool part must be the pool number - not the name... stupid me!!! Simon Goldsmith Storage Engineer
  19. sgoldsmith

    Changing a tape to SCRATCH with vmchange

    Anyone got any ideas about this one? I want to change all unallocated tapes in the silo to the SCARTCH pool. I've generated the list of these tapes, however, when I run the following command: vmchange -M master1 -h master1 -p SCRATCH -m mediaid the tape "mediaid" is moved to the pool of...
  20. sgoldsmith

    System_State Backup Failing (rc 41)

    I have a Windows 2000 server running Citrix XP that the backup is failing with rc 41 on the System_State part of the backup. If the backup is run without the System_State directive it works fine. The file it is hanging on is rastls.dll. Anyone know what this file is / does? Same file each time...

Part and Inventory Search

Back
Top