Arctera License Management Service Help
- Introduction
- Pre-installation
- Installing and configuring
- About installing License Management Service
- About configuring License Management Service on Linux and Windows
- Getting started
- About LAS access
- Registering the License Management Service product key
- Adding Lightweight Directory Access Protocol or Active Directory-based authentication in License Management Service
- Adding a user group
- About using reports
- Registering
- Managing license usage
- Managing hosts
- Managing software upgrades
- Managing user administration
- Managing backup, restore, and uninstall
- Known issues
Installing License Management Service on Linux (on-premises and cloud)
You can install License Management Service on a Linux host using the following file:
VRTSlms_full.bin
The .bin file installs the VRTSlms and the VRTSsfmh packages on the target host.
Note:
By default, the VRTSlms and VRTSsfmh rpms are installed in the system. You cannot specify a different location to install the rpms.
License Management Service can be installed on AWS and Azure cloud and the installation procedure is the same as follows.
For AWS and Azure cloud installation on RHEL, the following packages must be installed before proceeding with the installation.
yum install libnsl.so.*
yum install libtool-ltdl
After the installation is complete and before you proceed with the configuration process, can you verify that the packages are installed and the processes are started.See Verifying License Management Service installation on Linux.
To install License Management Service on Linux
- Ensure that the host where you plan to install License Management Service meets or exceeds the system and operating system requirements.
- Download and unzip the installation file.
- Open an operating system console.
- On the host where you plan to install License Management Service, log on as root.
- Change the directory to the location where you unzipped the
.bin
file. - At the command prompt, enter the following directory:
./VRTSlms_full.bin
- The permission denied error is displayed. To change the permission for the .bin file, run the command: chmod +x VRTSlms_full.bin.
- To accept the End User License Agreement and proceed with installation, type y.
The installation is complete when you see messages similar to the following:
Installation is complete. You need to configure License Management Service. Open your browser and type the following URL to configure:
https://myhost.example.com:5634/
or, run"/opt/VRTSsfmh/bin/perl /opt/VRTSlms/bin/cli_lms_config.pl"
command in your terminal. - Configure License Management Service. See Configuring License Management Service on Linux and Windows hosts using CLI.