Forum Discussion

pruvn's avatar
pruvn
Level 5
14 years ago

Netbackup 7.0 with Standalone drive

Hi everybody,

We are implementing NBU at one of my sites and We just have an IBM System Storage TS2340 model L4 drive to work as a Standalone drive. IT's really difficult to manage & I have some questions that need help from you:

1. NBU 7 admin console do not give us a change to type in the label, neither do the bplabel command. Some tape this Standalone scan & label as A00000, a00001 ... some as BE0000 . How can we specify label for media in NBU 7 ?

Technical support guy give me a link : http://seer.entsupport.symantec.com/docs/296268.htm [tape handling instruction with Standalone drive, it just help me in scan inserted tape, but do not help me in labeling tape ...]

2. The jobs backup to tape keep hanging and said that the current media is completed and request next any available resource. Though the current media is not frozen & not suspended. This issue happens again and again whatever we do or change new tape ... Could you pls help me to solve this?

The detailed log is:

7/21/2010 11:41:01 AM - requesting resource ttnnetbk.NBU_CLIENT.MAXJOBS.ttnnetbk
7/21/2010 11:41:01 AM - requesting resource ttnnetbk.NBU_POLICY.MAXJOBS.thang
7/21/2010 11:41:01 AM - awaiting resource ttnnetbk-hcart A pending request has been generated for this resource request.
  Operator action may be required. Pending Action: No action.,
  Media ID: BE0000, Barcode: --------, Density: hcart, Access Mode: Write,
  Action Drive Name: N/A, Action Media Server: N/A, Robot Number: N/A, Robot Type: NONE,
  Volume Group: ---, Action Acs: N/A, Action Lsm: N/A

Thanks so much.

Vic


  • I don't understand what you mean with the following statement:
    "admin console do not give us a change to type in the label, neither do the bplabel command."

    What happens when you try to to run bplabel or label from the GUI?

    Say you have 6 physical tapes and you decide to put labels/stickers on them:
    A00001
    A00002
    A00003
    A00004
    A00005
    A00006

    You next go to Media Gui and add new volumes: A00001 - 6
    Ensure density matches that of the tape drive and select a pool.

    Once added, you insert tape A00001 into the tape drive, wait for the 'Ready' light on the drive, then use bplabel as per the TechNote:
    bplabel -m A00001 -d hcart -o -p NetBackup -u 0


    Repeat for rest of tapes.


  • This is your current problem:
    Error bptm(pid=5616) The tape device at index -1 has a maximum block size of 32768 bytes, a buffer size of 65536 cannot be used


    Something at SCSI and/or O/S level has set block size at 32768 - NBU uses default of 64K (65536).

    This TN is VERY old (http://seer.support.veritas.com/docs/251807.htm),
     but use the method described in the TN to load the tape into the drive and use nt_ttu to determine block size.

    Also have a look at experience shared by one of my colleagues:

    Check the Windows MaximumSGList setting, it may be set so low that the default 64k buffer is not being allowed.

    This snippet is from a Tivoli/QLogic setup, but the principle is the same.
     You need to identify the driver name for the SCSI or FC interface you are using to find the parameter.

    <<
    Important: If your environment includes an IBM LTO Ultrium tape drive and your storage agent will be located on a computer using Windows 200x, you must verify and possibly change the host-bus-adapter (HBA) setting. For
    most HBA's this value is located in the MAXIMUMSGLIST registry setting.
    The MAXIMUMSGLIST value on the storage agent must be equal to, or greater than HEX 41 (decimal 65) or a data integrity error may occur. To verify or change the current registry setting perform the following:

    Edit the Registry
    Click HKEY_LOCAL_MACHINE | SYSTEM | CurrentControlSet | Services |(vendor HBA name*) | Parameters | Device
    Note:
    For (vendor HBA name*) in the previous description, substitute the vendor's device name for your environment (for example, for the Qlogic 2200 and 2300, the name appears as Ql2200 and Ql2300 respectively). If your vendor's HBA name does not appear as a registry entry, contact the HBA vendor to determine the location of the setting and then verify that the setting is correct.
    If the setting's hex value is 41 or higher, verification is complete.
    Close the registry editor, and continue with the storage agent installation and configuration procedure. If this value is less than 41, change the value to 41 or higher, then save the new registry entry, close the registry editor, and continue with the storage agent installation and configuration procedure.
     
    You can set any maximum block size between 64 Kbytes and 1 Mbyte. The formula to calculate the proper value for MaximumSGList is:

         MaximumSGList = ((Maximum Block Size)/4 Kbytes) +1

    For 256 Kbytes: 256 Kbytes/4 Kbytes = 64. Add 1 for 65 (decimal) or 0x41 (hexadecimal). The maximum value allowed for MaximumSGLIst is 255 or 0xFF. For the particular value of 0xFF, the internal value passed to Windows is increased to 0x101, allowing support for a full 1 Mbyte transfer.

    The system must be rebooted for the new registry setting to be effective.

    NOTE: For 64-bit systems, the OS page size is 8 Kbytes instead of 4 Kbytes.
          Therefore, the maximum transfer size is 2 Mbytes, the formula becomes:
     
              MaximumSGList = ((Maximum Block Size)/8 Kbytes) +1
    >>





18 Replies

Replies have been turned off for this discussion