How to Remove or Assign Brocade Port Licenses

How to Remove or Assign Brocade Port Licenses

Brocade switches have the ability to automatically assign licenses from a license pool with the Dynamic Ports on Demand (POD) feature. Once a server blade with an HBA is installed, the Dynamic POD feature will assign port license(s) as they come online. When the active ports have exhausted the current POD license pool, additional ports will not be assigned a license. Ports not assigned a license can be identified by a state of (No POD License) Disabled. After a port is assigned a license, the port is licensed until it is manually removed. That being the case, there are times when an administrator may need to move licenses from unused ports to a newly used port.

Release and Reserve a Brocade Port License from CLI

To kick this process off, SSH to your Brocade switch and run the licensePort –show command.

A couple of items to take note of here. First, we can see that we have 12 licenses for use on our switch. In addition, we can see we have three ports that are offline but are licensed. In our instance, we want to assign one of the offline port licenses to a different port.

License Port Show

To do so, we will disable a licensed offline port, release the license from that port, and assign/reserve the new port with a license.

To start, we will verify details for the port where we will eventually disable and remove the license. Run the portShow <portnumber> command. For our example, the port in question is 8.

portShow 8

Here we can see that the port is licensed and already disabled. If the port had not been disabled, run the portDisable <portnumber> command.

Port Show Release

Next, we will release the port from the POD set, effectively releasing the license back into the pool. This is achieved by running the licensePort –release <portnumber> command.

licensePort –release 8

License Port Release

Run the licensePort –show command to verify the license has been removed from the port.

We now see port 8 is not assigned a license and we have 1 license reservation for use by unassigned ports.

Show Released

Now, we will assign/reserve the freed up license for port 5. To do so, run the licensePort –reserve <portnumber> command.

licensePort –reserve 5

License Port Reserve

Run the portShow command to ensure the port is licensed.

We see the port is licensed, but still disabled.

Port Show Reserve

Let’s enable the port by running the portEnable <portnumber> command.

Port Enable

Executing the portShow command, we can verify the port is Active and Online.

Brocade Port Show Online

Ensure you perform this process on both Brocades.

Release and Reserve Brocade Port License from GUI

If the GUI is more your speed, you can also move licenses via the management console.

To begin, log into the Brocade management console. Next, enable the Advanced View by clicking the View menu item and selecting the Advanced radio button.

Brocade GUI Advanced

From the Port Admin tab, we can gather the pertinent information. In our example, we know we want to license and enable port 6. Here we can see the port is disabled and not licensed. Additionally, we know we want to release the license from an unused/disabled port; specifically port 9.

Brocade GUI Port Admin

First, we will remove the license from port 9 by right-clicking the port and selecting Release License.Brocade GUI Release

You will be prompted to release the POD license for the selected ports. Click Yes to continue.

Brocade GUI Release Confirm

Next, apply the available license to the new port by right-clicking the port and selecting Reserve License.

Brocade GUI Reserve

Lastly, enable the port by right-clicking the port and selecting Persistent Enable.

Brocade GUI Enable

Select Yes to enable the port.

Brocade GUI Enable Confirm

Perform this process on both Brocades.

NOTE – If you are zoning on a Brocade SAN Switch and you are unable to see the HBA WWN of a newly installed blade, port licensing is a good place to check.

Brocade Licensing Guide

Related Posts

3 thoughts on “How to Remove or Assign Brocade Port Licenses

  1. I needed to thank you for this good read!! I certainly enjoyed every little bit of it. I’ve got you bookmarked to check out new stuff you post

  2. Hi ,
    Thank you this informations, I appreciate your efforts and have a question about the brocade licence. In case of replacing a failed switch, how we should save ports licences and apply them to new one

Comments are closed.

Comments are closed.