Please enter search query.
Search <book_title>...
Arctera License Management Service Help
Last Published:
2025-04-28
Product(s):
InfoScale & Storage Foundation (8.0.2)
- Introduction
- Pre-installation
- Installing and configuring
- About installing License Management Service
- Verifying License Management Service installation on Linux
- Verify License Management Service installation on Windows
- About configuring License Management Service on Linux and Windows
- Installing License Management Service along with Arctera InfoScale Operations Manager 8.0.2
- Installing License Management Service along with Operations Manager in a high availability environment
- Getting started
- About LAS access
- Registering the License Management Service product key
- About License Management Service console
- About the Setup panel
- About the License Management Service dashboard
- Updating the License meter file
- Updating the Entitlements file
- About managing hosts
- Adding Kubernetes clusters
- Adding Lightweight Directory Access Protocol or Active Directory-based authentication in License Management Service
- Adding a user group
- Adding local users
- Configuring SMTP settings for email notifications
- Managing License Management Service site details
- Changing the password
- About using reports
- Managing faults
- Viewing the activity monitor
- Registering
- Managing license usage
- About license usage
- Scheduling auto update for License meter file
- About assigning entitlements
- Scheduling auto update for entitlements file
- Assigning entitlements to hosts
- Reassigning entitlements to hosts
- Unassigning host from an entitlement ID
- Unmanaging a host
- Managing hosts
- Assigning entitlements to Kubernetes nodes
- Reassigning entitlements to Kubernetes nodes
- Unassigning Kubernetes node from an entitlement ID
- Viewing the License cores usage data
- Managing hosts
- Managing software upgrades
- Managing user administration
- Managing backup, restore, and uninstall
- Known issues
Adding Kubernetes clusters
If License Management Service is installed as a standalone product, then you need to push the Kubernetes cluster data to License Management Service to manage the InfoScale product licenses. However if License Management Service is installed on the same host that has InfoScale Operations Manager, then the Kubernetes node data is pushed automatically on License Management Service console.
To add Kubernetes clusters
- Login to Kubernetes master node.
- On the Kubernetes cluster master node, edit
<path>license_cr.yamlfile to add the IP address of the host on which License Management Service is installed against 'licenseServer' value.Example:
#(optional)licenseServer IP address licenseServr:<IP of LMS host>
- Run the following command to apply the changes to the clusters.
kubectl apply -f <path>license_cr.yaml
- Run the following command to review the status message.
kubectl describe license <path>/license_cr.yaml
The status message should be Active which indicates that the task is successfully completed and Kubernetes node data is visible on License Management Service console.
See Assigning entitlements to Kubernetes nodes.