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!

Search results for query: *

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

    AWK join on condition

    Gurus, I need to join lines of a file based on a condition. If line 1 contains a line that ends with a ":" and the following line begins with the string "Average", then I want to join those 2 lines. If the line that ends with ":" is not followed by a line that begins with the string "Average"...
  2. cstorm

    Listing Open files from command line

    NetBackup Gurus, Is there a way from the command line to query the NetBackup database and list the actual filenames of the open files of jobs that ended with status code 1?
  3. cstorm

    bprecover using remote tape drives

    If you have a Master Server (no direct attached tape drives)and a Media Server (with directly attached tape drives) and you need to recover from Catalog Backup tape, is there a way to use the bprecover command and specify a tape drive connected to the Media Server?
  4. cstorm

    Can you direct bootstrap backup to a certain device?

    Is there any way to tell Networker what tape device (Example: c3t0d0BESTnb) you want the bootstrap backup to go to?
  5. cstorm

    Enabling additional slots in Jukebox

    Networker Gurus, I have an STK 9730 Jukebox that I has 27 slots. Until now, I have only been licensed to use 19 of these slots. I need to make the changes in nwadmin to change the available slots that Networker sees from 19 to 27. How is this done? TIA
  6. cstorm

    Bootstrap Configuration

    Networker Gurus, Is there a way to configure the server to write its bootstrap files to a Storage Node? Thanks.
  7. cstorm

    Catalog Backup Problems

    NBU Gurus, I am unable to get a backup of my Catalog DB. After a couple of hours of backing up, it errors with status code 71 (none of the files in the file list exist). Has anyone encountered this problem before?
  8. cstorm

    NBU GUI shows Device Manager Down

    NBU Gurus, Has anyone had any problems with NetBackup console Activity Monitor (Drives Tab) showing "Device Manager Down" and then going back to normal over and over again? We are using Windows Terminal Services to access the console. Any hints? Thanks.
  9. cstorm

    Problems with Vault

    NBU Gurus, I am getting this error when ejecting tapes using vault menu: ======================== Selection--> 6 Starting the operation... cannot open consolidation file /usr/openv/netbackup/vault/sessions/vlteject.mstr Exit error: file open failed EXIT status = 12 Failure executing...
  10. cstorm

    Help in parsing a report

    awk Gurus, I have a report that contains data in this format: Server Name: acme Description: xyz Install Date: mm/dd/yy Location: address Backup Clients: server1 server2 server3 server4 Server Name: alpha Description: xyz Install Date: mm/dd/yy...
  11. cstorm

    NetBackup DB backup to another Pool

    NBU Gurus, I have NBU configured to write DB backups to two alternating tapes. These tapes stay in the silo at all times (NetBackup Volume Pool). I also want to write DB backups to another pool that gets rotated offsite each day. How do you specify a pool to use for DB backups from the...
  12. cstorm

    StorageTek L20 Seagate Drives not Compressing

    Gurus, I have an STK L20 library with Seagate LTO-1 tape drives that is not compressing data. I used the NetBackup Wizard to discover the robot and tape drives during the configuration. The OS is HP-UX 11.11 and the devices: /dev/rmt/c2t0d0BESTnb /dev/rmt/c1t1d0BESTnb lssf command shows...
  13. cstorm

    Location of NET_BUFFER_SZ file on Windows Clients

    I need to verify that the proper location of the NET_BUFFER_SZ file on Windows clients should exist at: D:\Program Files\VERITAS\NetBackup
  14. cstorm

    NetBackup and Gigabit

    I recently switched my media server from using HP's Auto Port Aggregation with 4 100mbs connections to one single Gigabit connection. I don't believe I am getting the throughput I should. Output from the bperror command shows this for before and after throughput readings: with four 100mbs...
  15. cstorm

    vertical to horizontal using awk

    Gurus, Is there a way using awk to format data that looks like this: 76589 server1.zz.acme.com /usr tape 198135 ========================== 76590 server2.zz.acme.com /home tape 198135 tape 198136 ========================== into the following format: 76589 server1.zz.acme.com /usr tape...
  16. cstorm

    Can bpdbjobs command be told to only display last 24 hours

    Is there any way to get just the last 24 hours of backup data listed in the /usr/openv/netbackup/bin/admincmd/bpdbjobs command?
  17. cstorm

    NT client cannot access NBU Admin Console

    NBU Gurus, I am unable to connect to the NetBackup Administrative console from a Windows NT client. The NetBackup server is a Unix server. I get the following error: ===================================================== Neither the selected host "nbuserv.xp.acme.com" has NetBackup operating nor...
  18. cstorm

    Can I list tapes files are on prior to restoring using CLI?

    Is there a way to list the tape numbers that specific files have been saved to in NetBackup? How do I know what tapes to mount in order to restore the data from a specific day?
  19. cstorm

    Robot Control with NetBackup

    All, I have been trying to configure an environment where the Master server controls the robot of a tape library that is connected to a Media server. I have had lots of frustration in getting this to work. Is this even recommended or is it "best practices" to have the media server control both...
  20. cstorm

    robtest issue and robot inventory issue

    I am having a problem with a new NetBackup install. My environment is HPUX 11i with NBU 4.5. Tape Storage unit is an STK L20. The robtest utility successfully moves tapes from the CAP to slots and from slots to drives. However, the move from drives to slots is unsuccessful. Also, the inventory...

Part and Inventory Search

Back
Top