...
- Red Hat Enterprise Linux 8.x - 64bit
- Red Hat Enterprise Linux 7.x - 64bit
- Red Hat Enterprise Linux 6.5 to 6.10 - 64bit
- Linux Centos 8.x - 64bit
- Linux Centos 7.x - 64bit
- VMware ESXi 5.5 and 6.0 up to 6.7 (requires a supported Linux operating system on top of a ESXi virtual machine)
...
Login as the superuser ("root") on the host system. Because Sentinel HASP runtime relies on 32-bit compatibility libraries to run on Linux, the 32-bit compatibility libraries must be installed before continuing. If the emulator host has access to a package repository, either local or remote, use the following command:
# yum install glibc.i686
Sometimes it is not possible to use an online repository for the installation of 32-bit glibc package. In this case the procedure described in the appendixes has to be used: glibc.i686 installation without Internet connection
.
Create a directory for the CHARON-AXP distribution as shown in the following example:
# mkdir /charon_dist
.
On RHEL/CentOS 7 and 8, the "libev" package is required. If it is reported as missing during CHARON installation on RHEL 7/8, check that the repository "extras" is included and enabled, if not, include and enable it. Please refer to your Linux distribution administrator's guide.
Example for RHEL 7.x:# yum-config-manager --enable rhel-7-server-extras-rpms
Warning | ||
---|---|---|
| ||
|
...
Copy the download kit (in /tmp for example) to the folder created in the previous chapter:
# cp cp /tmp/charon-axp-<VER>-<BN>.<ZZ>.tar.gz /charon_dist # cd /charon_dist |
where:
Item | Description |
---|---|
VER | Version of CHARON-AXP product, for example 4.11 |
BN | Build Number of CHARON-AXP product, for example 20404 |
ZZ | CHARON-AXP target operating system identifier where:
|
Extract the contents of the distribution .tar.gz
file to the current directory:
|
Example:
# tar -xvzf charon-axp-4.11-20404.el74.tar.gz |
...
class | pagebreak |
---|
...
The distribution directory contains the following RPM files:
File name | Description |
---|---|
aksusbd-7.63-1.i386.rpm | HASP Run-time |
charon-axp-VER-BN.ZZ.x86_64.rpm | CHARON-AXP |
| CHARON Libraries |
charon-mtd-VER-BN.ZZ.x86_64.rpm | MTD utility |
| CHARON Utilities |
Example:
|
...
If "putty" terminal emulator is going to be used as an additional option copy the following file to your home directory:
|
...
# usermod -G disk,tape,cdrom,dialout,lock -g tommy tommy |
Div | ||
---|---|---|
| ||
Re-login to apply changes.
...
- Invoke the system default web browser and enter the URL http://localhost:1947 to display the "Sentinel Admin Control Center" (ACC) web interface.
- Click on "Sentinel Keys" link to open the corresponding page.
- Make sure that one and only one CHARON HASP or SL license is present.
...
To facilitate troubleshooting, Stromasys recommends to enable logging from the Sentinel Admin Control Center as described in this article: Enabling logging in Sentinel Admin Control Center.
Problem | Action |
---|---|
No license is displayed | Make sure that all the recommendations above about remote access to the host are fulfilled (if remote access takes place), that the HASP USB key is not broken and its LED indicator is lit (meaning that it is used by the host). |
Only one License key / SL is seen and its content is incorrect | Contact STROMASYS to request a new license update. |
Several License keys / SLs are displayed | Remove all of them except the one provided by STROMASYS for the just installed version of CHARON. |
...
|
...
To choose an interface to be used for CHARON networking, do the following:
# ifconfig # ifconfig eth0 Link encap:Ethernet HWaddr 00:60:52:0A:A9:1E ... eth1 Link encap:Ethernet HWaddr 00:C0:26:60:FB:15 ...eth2 Link encap:Ethernet HWaddr 00:1A:92:E1:3F:7F |
...
Determine what additional parameters are currently set to "on" on the host network adapter to be used by CHARON using the following command:
# e# ethtool -k <device> |
Example:
# ethtool # ethtool -k eth1 Offload parameters for eth1: rx-checksumming: on tx-checksumming: on scatter-gather: on tcp-segmentation-offload: off udp-fragmentation-offload: off generic-segmentation-offload: on generic-receive-offload: off large-receive-offload: off |
Use "ethtool" to switch off all the offload parameters:
# e# ethtool -K <device> <parameter> off |
Example:
# ethtool # ethtool -k eth1 Offload parameters for eth1: rx-checksumming: on tx-checksumming: on scatter-gather: on tcp-segmentation-offload: off udp-fragmentation-offload: off generic-segmentation-offload: on generic-receive-offload: off large-receive-offload: off |
...
Let's suppose the name of the file is "offload_off_eth1.txt
". To execute it on system startup, execute the following command (example):
# cat offload_off_eth1.txt >> /etc/rc.d/rc.local |
...
Include Page | ||||
---|---|---|---|---|
|
Upgrade
...
from previous version
To upgrade an already installed CHARON-AXP kit to a more recent one:
- Ensure your license allows you to upgrade to that version. If not, please generate a C2V file and send it to STROMASYS for update. See CHARON-AXP for Linux utilities - 'hasp_srm_view' utility
- Prepare the new kit RPM files as it is described in "Before installation695402677" and "Distribution preparation695402677" sections.
- Stop all running CHARON-AXP instances.
- Make sure that no template files (i.e. "es40.cfg.template") have been used for your specific configuration otherwise copy those files to a dedicated folder.
- Login as "root" user.
- Remove the old CHARON-AXP version as described in the "CHARON-AXP for Linux deinstallation" chapter and reboot the Linux server (recommended).
- Proceed with the instructions on the new kit installation as described in the "695402677" section.Install
- Once installation is completed, it is recommended to reboot the Linux server (possible issues with licenses detection could occur).
Install the license for the new CHARON-AXP as described in the "License installation695402677" section.
- Start all the CHARON-AXP services stopped at step #3.
Note | |
---|---|
If you did not reboot your Linux server at step 6, you may experience issues with 'aksusbd' service installation and then license detection. Example:
To solve this problem, remove all Charon installed product and restart from step 6 above. |
Include Page | ||||
---|---|---|---|---|
|