Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ SAN Client and Fibre Transport Guide
  3. Configuring SAN Client and Fibre Transport
  4. Configuring a Fibre Transport media server
  5. Marking the Fibre Transport media server HBA ports
NetBackup™ SAN Client and Fibre Transport Guide

Marking the Fibre Transport media server HBA ports

You must mark the ports on the QLogic HBAs that you want to operate in target mode. The process modifies the port device IDs in NVRAM. When the FT server starts, the NetBackup target mode driver binds automatically to the QLogic HBA ports that you marked.

Before you mark ports, you must start nbhba mode.

See Starting nbhba mode.

The following procedures describe how to mark the HBA ports and if necessary how to reverse this process and return the ports to the initiator mode driver:

  • To mark the HBA ports

  • To revert to the initiator mode driver

You must be the root user to make these changes.

To mark the HBA ports

  1. Display the QLogic HBA ports on the media server by using the nbhba command with the -l option. The following is an example; output on your system may differ:
    /usr/openv/netbackup/bin/admincmd/nbhba -l
    1 2312 21:00:00:E0:8B:83:9D:A1 "QLA2342 " 0 0 101
    2 2312 21:01:00:E0:8B:A3:9D:A1 "QLA2342 " 1 0 101
    3 2312 21:00:00:E0:8B:8F:28:7B "QLA2342 " 0 0 101
    4 2312 21:01:00:E0:8B:AF:28:7B "QLA2342 " 1 0 101

    For the QLA-234x series, the port WWNs on the same card differ in the second byte and the sixth byte. This output shows two, two-port HBAs. Lines 1 and 2 are one HBA; lines 3 and 4 are the other HBA. The HBAs are in initiator mode: the second rightmost column shows 0, and the rightmost column does not begin with 8.

    Alternatively, use the nbhba -L option to produce verbose output, which lets you identify the mode more easily.

  2. Mark the ports by using the nbhba command. The following is the syntax:
    /usr/openv/netbackup/bin/admincmd/nbhba -modify -wwn string 
    -mode target

    For example, the following two commands change the two ports on one of the HBAs from the example output in step 1:

    nbhba -modify -wwn 21:00:00:E0:8B:8F:28:7B -mode target
    nbhba -modify -wwn 21:01:00:E0:8B:AF:28:7B -mode target
  3. Verify the changes by using the nbhba command and -L option to display the HBA card ports on the server. The following is an example; output on your system may differ:
    /usr/openv/netbackup/bin/admincmd/nbhba -L
    HBA Port #1 
     Device ID = 2312 
     World Wide Name = 21:00:00:E0:8B:83:9D:A1 
     Model Name = "QLA2342 " 
     Port = 0 
     Mode = initiator (designated for other use)(101)
    HBA Port #2 
     Device ID = 2312
     World Wide Name = 21:01:00:E0:8B:A3:9D:A1 "QLA2342
     Model Name = "QLA2342 "
     Port = 1
     Mode = initiator (designated for other use)(101)
    HBA Port #3
     World Wide Name = 21:00:00:E0:8B:8F:28:7B
     Slot = ""
     Port = 0
     Fibre Not Attached
     Mode = target (designated for FT Server)(8101)
    HBA Port #4
     World Wide Name = 21:01:00:E0:8B:AF:28:7B
     Slot = ""
     Port = 1
     Fibre Not Attached
     Mode = target (designated for FT Server)(8101)

    The nbhba -l option also produces the output that lets you identify the mode:

    /usr/openv/netbackup/bin/admincmd/nbhba -l
    1 2312 21:00:00:E0:8B:83:9D:A1 "QLA2342 " 0 0 101
    2 2312 21:01:00:E0:8B:A3:9D:A1 "QLA2342 " 1 0 101
    3 2312 21:00:00:E0:8B:8F:28:7B "QLA2342 " 0 1 8101
    4 2312 21:01:00:E0:8B:AF:28:7B "QLA2342 " 1 1 8101

    The rightmost two columns show the ports that are marked for target mode: the second rightmost column shows 1, and the rightmost column begins with 8. The other digits in the rightmost column are not significant.

  4. If necessary, transfer the HBAs to the appropriate media servers.
  5. If necessary, connect the HBAs to the SAN.
  6. Continue by configuring the FT services.

    See Configuring the media server Fibre Transport services.

To revert to the initiator mode driver

  • Invoke the nbhba command on the NetBackup FT server in which the HBA is installed. The following is the command syntax:
    /usr/openv/netbackup/bin/admincmd/nbhba -modify -wwn 
    world_wide_port_name -mode initiator

Feedback

Was this page helpful?
Previous

Starting nbhba mode

Next

Configuring the media server Fibre Transport services

Feedback

Was this page helpful?