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 wOOdy-Soft 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 cstorm

  1. cstorm

    AWK join on condition

    PHV, Nice! It works great. I am having problems understanding exactly how the code "{if(x~/:$/)" works. Thanks for you help! CSTORM
  2. cstorm

    AWK join on condition

    This is what I have tried, but it does not work: awk ' /^\*:$/{f=0} !f && /^Average*$/{++f;x="";next} f{x=x"\n"$0} END{print substr(x,2)} ' filename
  3. 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"...
  4. cstorm

    Listing Open files from command line

    Excellent! This is exaclty what I need. Thank you very much.
  5. 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?
  6. 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?
  7. cstorm

    Can you direct bootstrap backup to a certain device?

    Thanks for the reply. I have a tape drive directly connected to the Networker server and had to use it the other day to recover from an old bootstrap tape (server is being used only for legacy restores). I would like to get a new bootstrap tape created, but the tape device is no longer in a...
  8. 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?
  9. cstorm

    Enabling additional slots in Jukebox

    My nwadmin display does not have the options that nokker described. I am running an old version of Networker )6.0.1). I may need to reinstall with jbconfig.
  10. cstorm

    Enabling additional slots in Jukebox

    Help in nwadmin was not useful for this problem. When I do: nwadmin:Media->Jukeboxes->View->Details->Available Slots-> and try to change the value from 1-19 to 1-27, I get an error: "available range '1-27' must be contained in '1-19'. I tried: nsradmin -c "type: NSR jukebox"...
  11. cstorm

    Enabling additional slots in Jukebox

    What are the steps to change the number of available slots?
  12. 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
  13. cstorm

    Bootstrap Configuration

    Is it possible to set up disk based backups for writing the bootstrap?
  14. cstorm

    Bootstrap Configuration

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

    bootstrap

    Legato Networker gurus, Is there a way to configure the server to write its bootstrap files to a storage node with tape drives?

Part and Inventory Search

Back
Top