Skip to main content
Skip table of contents

3539 - Installing Temporary and Subscription Licenses in NIOS

This lab requires a NIOS 9.0 Lab Environment

This lab guide has been developed using the new NIOS 9.0 Lab Environment (experimental) lab. Please ensure that you deploy a NIOS 9.0 lab environment to complete these lab tasks. If you use a different lab environment, this is untested, and the lab likely will not work.

Scenario

Your organization is deploying a new Infoblox NIOS appliance for the first time. As part of the initial setup, you need to configure an IP address for the appliance to enable network connectivity. Once connectivity is established, you will test the appliance by applying temporary licenses and then replace it with subscription licenses.

Estimate Completion Time

  • 10 to 15 minutes

Credentials

Description

Username

Password

URL or IP

Grid Manager UI

admin

infoblox

https://10.100.0.100/

Requirement

  • Administrative access to the Grid

Course References

3001: Setting up the NIOS Grid

Lab Initiation

Failing to complete the tasks in this lab after initiation will render the lab environment unusable for subsequent labs, requiring the deployment of a new lab environment to proceed.

Access jump-desktop

Once the lab is deployed, you can access the virtual machines required to complete this lab activity. To initiate the lab, click on the jump-desktop tile and login to the Linux UI:

Username: training

Password: infoblox

Initiate lab

To initiate the lab, double-click the Launch Lab icon on the Desktop.

Launch Lab

Launch Lab

Choose the lab number from the list and click OK.

After clicking OK, you will see a pop-up message with a brief description of the lab task. If the description looks correct, click Yes to continue lab initiation.

Lab initiation will take a couple of minutes to finish.

Once complete, you will see another pop-up message with the login credentials and the URL for the Grid Manager’s User Interface. Note that the credentials may differ from those from prior labs.

Screenshot 2024-05-06 at 3.16.57 PM.png

Tasks

Task 1: Configure an IP Address from the Console

Use the set network command to configure the IP address for the nios-1 appliance. Use the following network details:

  • IP Address: 10.100.0.100

  • Netmask: 255.255.255.0

  • Gateway: 10.100.0.1

Task 2: Apply Temporary Licenses

Access the console of the nios-1 VM and use the set temp_license command to install the NIOS license and DNSone with Grid license, which enables DNS, DHCP, and Grid functionality.

Task 3: Enabling Remote Console Access

Login to the Grid Manager web interface and make the necessary changes to enable remote console access (SSH access).

Task 4: Apply Subscription Licenses

Replace the temporary licenses on nios-1 with a subscription license using either the Grid Manager UI or via SSH.

  • If using the Grid Manager UI, upload the license file nios-1.lic from the folder/mnt/shared/licenses/9.0/

  • If using SSH, Issue set license command and provide the following license string when prompted:

CODE
GQAAAFY2J9QNCVSzmW9d5Rc5ROu8puqMZhh9JEk= GAAAAF0xPMIDSlrpljgR5Fx2Cf29oe/GIxh5LQ== EQAAAFwxO9tCRhv8121f4FwnQaq9 EgAAAFw3K9cNCVSzmW9d5Rc5Eam48Q== 



Solutions

Task 1 Solution: Configure an IP Address from the Console

To configure the IP address, use the console of the nios-1 VM:

  1. Access the console of the nios-1 VM.

  2. Log in to the nios-1 VM using the default credentials:

    • Username: admin

    • Password: infoblox

  3. At the device CLI prompt, use the command set network to change the default network information:

    • IP Address: 10.100.0.100

    • Netmask: 255.255.255.0

    • Gateway address: 10.100.0.1

    • VLAN tag: Untagged

    • Configure IPv6 network settings? n

    • Become grid member? n

  4. Review settings and apply changes. The device will restart.

  5. Wait for the device to finish restarting.

  6. Log back into the nios-1 command prompt console. Use the command show network to verify the settings.

  7. Use the command ping to verify basic network connectivity. You may ping the jump-desktop from nios-1 with the following command:
    ping 10.35.22.10

Task 2 Solution: Apply Temporary Licenses

After configuring the IP address, apply the temporary licenses:

  1. Install temporary NIOS License:

    • Access the console of the nios-1 appliance and enter the command: set temp_license

    • From the displayed menu, select option 4 to install the NIOS license. Type 4 and press Enter.

      4-20241203-115944.png
    • A list of NIOS models will appear. For the IB-V1526 model, select option 14. Type 14 and press Enter.

    • When prompted, type y and press Enter to confirm the license installation.

    • Wait for the system to restart (this may take 2–3 minutes).

  2. Install the DNSone with Grid License:

    • From the console of the nios-1 VM, use the command set temp_license again.

    • From the list of options displayed, select option 2 to install the DNSone with Grid license. Type 2 and press Enter.

      Untitled picture1-20241203-115915.png
    • For all the prompts that follow, type y and press Enter to confirm each action, including:

      • Confirming the license installation.

      • Restarting the UI to reflect license changes.

      • Confirming the UI restart.

  3. After the license is applied, verify the installation by using the show license command.

Note: The temporary license will expire in 60 days. After this time, the software will stop functioning until a subscription license is installed. The temporary license is intended for testing and evaluation purposes only and should not be used in a production environment.

Task 3 Solution: Enabling Remote Console Access

To enable remote console access, perform the following steps.

  1. Log in to the Grid Manager UI:

    • Username: admin

    • Password: infoblox

    • URL: https://10.100.0.100/

  2. Click Cancel to exit the Grid Setup Wizard (if it appears).

  3. Navigate to Grid → Grid Manager.

  4. Select Grid Properties from the Toolbar on the right side of the window.

  5. Click on the Toggle Advanced Mode link in the top left corner of the window.

  6. Switch to the Security tab, and while still in the Security tab, click the Advanced tab.

  7. Scroll down and check the box labeled Enable Remote Console Access.

  8. Click Save & Close to save changes.

In a typical deployment, the Grid Setup Wizard must be completed as part of the initial configuration to ensure the Grid is properly set up. However, for the purposes of this lab, we are skipping the Grid Setup Wizard since it is covered in a separate lab. If you need to re-run the Grid Setup Wizard later, navigate to Grid → Toolbar → Grid Properties → Setup Wizard.

Task 4 Solution: Apply Subscription Licenses

Replace temporary licenses with subscription licenses using either the Grid Manager UI or SSH.

Option 1: Using the Grid Manager UI

  1. Access the Grid Manager web interface.

  2. Navigate to GridLicenses.

  3. Click the + symbol to add a new license.

  4. Select the Upload License File option and click Select File.

  5. Navigate to /mnt/shared/licenses/9.0/ and select the file nios-1.lic.

  6. Click Open to upload the license file.

  7. On the Verify License(s) window, click Verify License(s) to validate the uploaded license.

  8. Once the validation completes, click Save All Valid License(s) to save the license.

  9. Confirm that the new licenses appear in the License List under Grid → Licenses.

  10. Verify that the Expiration column displays the year 2027 for the added licenses.

    Screenshot_2024-12-03_12-06-52-20241203-120854.png

Option 2: Using CLI via SSH

  1. From the Jump-Desktop VM open a terminal window.

  2. From the terminal, SSH into the nios-1 VM using the command ssh admin@10.100.0.100 and enter the password infoblox when prompted.

  3. Add the subscription license using the command set license

  4. Enter the following license strings when prompted, separated by a space as the delimiter.

    • GQAAAFY2J9QNCVSzmW9d5Rc5ROu8puqMZhh9JEk= GAAAAF0xPMIDSlrpljgR5Fx2Cf29oe/GIxh5LQ== EQAAAFwxO9tCRhv8121f4FwnQaq9 EgAAAFw3K9cNCVSzmW9d5Rc5Eam48Q==

      Screenshot_2024-12-03_11-50-52-20241203-120319.png
  5. For all the prompts that follow, type y and press Enter to confirm each action, including:

    • Confirming the license installation.

    • Restarting the UI to reflect license changes.

    • Confirming the UI restart.

  6. The temporary licenses are removed and appended with the new licenses. After the licenses are applied, verify the installation by using the show license command.

  7. The updated licenses should reflect the year 2027 in the expiration date.

    Screenshot_2024-12-03_11-51-39-20241203-120449.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.