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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GreyWanderer

  1. GreyWanderer

    Shared Storage option (SSO)

    SSO for NDMP, rather
  2. GreyWanderer

    Shared Storage option (SSO)

    NDMP for SSO is supported in NBU 6. For me, having multiple NDMP hosts, I have a specific set of devices that they share only. I do not have them sharing the devices utilized by my traditional media servers, which consist of two STU groups, 3 STUs each. (My Master is the traffic cop, it...
  3. GreyWanderer

    Scheduling Tools

    Control-M for Distributed Systems.
  4. GreyWanderer

    NetBackup Scheduling woes...

    wrong thread
  5. GreyWanderer

    NetBackup Scheduling woes...

    Control-M for Distributed Systems.
  6. GreyWanderer

    script for client version and patch level (bpgetconfig)

    VERSIONINFO is only valid on NBU 5.0 and up
  7. GreyWanderer

    script for client version and patch level (bpgetconfig)

    for i in `bpplclients -allunique -noheader | awk '{print $3}'` do echo $i, `bpgetconfig -s $i -l | awk -F";" '{print $8,","$5}'` >>verlist.txt done # Output of bpgetconfig -s # 1 = Client/Master # 2 = NetBackup Client Platform # 3 = NetBackup Client Protocol Level # 4 = Product # 5 = Version...
  8. GreyWanderer

    NDMP using simultaneous tape drives?

    zone 1 datamover to one drive, the other datamover to the other drive. Config NBU accordingly.
  9. GreyWanderer

    netbackup change servers

    It is the Veritas supported way, yes. I have dragged catalog files over the wire in the past with success.
  10. GreyWanderer

    Drive is down and cannot be upped !!

    Sounds like a spurious lock file somewhere. Since it's only one drive why not delete it from the config, recycle services, add drive back....just a thought
  11. GreyWanderer

    netbackup change servers

    You cannot bprecover your 5.1 catalogs to a fresh install on NBU6.0. Build out your new 5.1 - bprecover it - upgrade in place to NBU 6.0
  12. GreyWanderer

    Vault - Need tapes put in correct group when manually taken out

    By taking the tapes out manually you have managed to defeat the integrity of the media in the library (robotic inventory) and defeat the Netbackup auditing of the tapes. Do you reinventory the robot after manually removing the cartridges? If you do, then netbackup will at least know they no...
  13. GreyWanderer

    reason why SAT backups not taking place

    I think comtech is on the right track, except it is at the individual schedule level. Here's what we use to keep things sorted, in just about every possible schedule you can think of runs in this enviro. Daily = 18hr freq weekly = 5 day frq Monthly = 26 day freq ...you can see where this is...
  14. GreyWanderer

    How do I find out how many jobs are spawned by a particular policy?

    If using ITC, the above multiplied by 3
  15. GreyWanderer

    import catalaogs of a previous version?

    From 3.x to 4.x, and from 4.x to 5.x. We did just do a fresh install of NBU on new hardware and then bprecover the previous catalog without any problem, it is not supported by Veritas to do it this way. Our reasoning for upgrading in that manner was to keep the backout quick and clean, just...

Part and Inventory Search

Back
Top