Anchor | ||||
---|---|---|---|---|
|
...
Each CHARON emulated CPU requires a corresponding physical core. So the total numberr number of the host CPUs must exceed the number of emulated CPUs.
Div | ||
---|---|---|
| ||
Below please find a table describing minimal and recommended number of CPUs required for each product:
CHARON-VAX model | Minimal number of CPU cores | Recommended number of CPU cores |
---|---|---|
VAX 6610 | 2 | 4 |
VAX 6620 | 3 | 4 |
VAX 6630 | 4 | 6 |
VAX 6640 | 6 | 8 |
VAX 6650 | 8 | 12 |
VAX 6660 | 8 | 12 |
Other models | 2 | 2 |
Note |
---|
Hyperthreading must be switched off completely. Disable hyperthreading in the BIOS settings of the physical host or, for a VMware virtual machine, edit the virtual machine properties, select the Resources tab then select Advanced CPU. Set the Hyperthreaded Core Sharing mode to None. |
CPU type and speed
Since CHARON-VAX utilizes LAHF instruction in VAX CPU emulation please avoid usage of early AMD64 and Intel 64 CPUs in CHARON host system since they lack it. AMD introduced the instruction with their Athlon 64, Opteron and Turion 64 revision D processors in March 2005 while Intel introduced the instruction with the Pentium 4 G1 stepping in December 2005.
Concerning CPU speed the general recommendation is that higher CPU frequency is better since it allows better emulated VAX performance. The minimal recommendation is at least 3 GHz.
Operative memory
The minimum host memory size depends on the amount of VAX memory to be emulated and on the number of CHARON-VAX instances to be run on one host.
The minimum host memory is calculated according to the following formula:
The minimum host memory = (2Gb + the amount of VAX memory emulated) per CHARON-VAX instance.
Note |
---|
Maximum amount of VAX memory that can be created in the CHARON-VAX/66x0 products and supported by OpenVMS/VAX is 3584 Mb. |
Disk storage
When installed, CHARON-VAX takes approximately 50 MB of disk space for its files, not counting any virtual VAX disks/tapes (which appear as standard files).
When virtual VAX disks/tapes are used to represent VAX disk drives / magnetic tapes, the disk/tape image files have the same size as the equivalent VAX diskhardware, regardless of their degree of utilization. So the total amount of a disk space required for CHARON-VAX can be calculated as a sum of the disk/tape images sizes plus 50 MB plus space required for the normal host system.
Ethernet adapters
CHARON-VAX networking assumes dedicated host Ethernet adapters; their number must be equal to the emulated adapters to be configured in CHARON-VAX. One adapter (optionally) can be left to the host for TCP/IP networking etc. It is also possible to use virtual network interfaces, but in consideration of performance, it is recommended to use physical ones only.
Note |
---|
In case of VMware-based CHARON host it is mandatory to use "E1000" virtual network adapter. Please avoid usage of "E1000E" adapter since it may lead to problems with some TCP/IP services! |
Software Requirements
- Fedora Core Linux version 20
- Red Hat Enterprise Linux version 7.x
Host system preparation
In case network-wide license (red dongle or software license) is going to be used, do the following:
- On server side (where network license will reside): open port 1947 for both TCP and UDP
- On clients side: open UDP ports 30000-65535
- Both on server and client sides: setup default gateway
Please consult with your Linux User's Guide on details.
Info |
---|
If stricter firewall rules are required, it is possible to open the ports 30000-65535 and 1947 only for the "/usr/sbin/hasplmd" daemon. |
Before installation
...
Login as system administrator ("root") to the host system. Because Sentinel HASP runtime relies on 32-bit compatibility libraries to run on Linux, the 32-bit compatibility libraries should be installed first:
# yum install glibc.i686 |
Create a special directory for the CHARON-VAX distribution and copy the TAR.GZ files there. Set this directory as the default with a "cd" command as shown in the following example:
...
When starting, the CHARON-VAX software checks the available number of host CPU cores. Currently, this check is based on the maximum number of VAX CPUs that can be emulated, not on the number of the actually configured VAX CPUs. Therefore the number of host CPU cores recommended for the maximum number of emulated CPUs - as shown in the right column of the table above - must be available. If the available number of host CPU cores is below this number, CHARON-VAX will issue a warning message even if the requirements for the configured number of VAX CPUs are fulfilled. The CHARON-VAX software will work despite this warning if the requirements for the configured number of VAX CPUs are fulfilled.
Note |
---|
Hyper-threading must be switched off completely. Disable hyper-threading in the BIOS settings of the physical host or, for a VMware virtual machine, edit the virtual machine properties, select the Resources tab then select Advanced CPU. Set the Hyper-threaded Core Sharing mode to None. |
CPU type and speed
Since CHARON-VAX utilizes LAHF instruction in VAX CPU emulation please avoid usage of early AMD64 and Intel 64 CPUs in CHARON host system since they lack it. AMD introduced the instruction with their Athlon 64, Opteron and Turion 64 revision D processors in March 2005 while Intel introduced the instruction with the Pentium 4 G1 stepping in December 2005.
Concerning CPU speed the general recommendation is that higher CPU frequency is better since it allows better emulated VAX performance. The minimal recommendation is at least 3 GHz.
Operative memory
The minimum host memory size depends on the amount of VAX memory to be emulated and on the number of CHARON-VAX instances to be run on one host.
The minimum host memory is calculated according to the following formula:
The minimum host memory = (2Gb + the amount of VAX memory emulated) per CHARON-VAX instance.
Note |
---|
Maximum amount of VAX memory that can be created in the CHARON-VAX/66x0 products and supported by OpenVMS/VAX is 3584 Mb. |
Disk storage
When installed, CHARON-VAX takes approximately 50 MB of disk space for its files, not counting any virtual VAX disks/tapes (which appear as standard files).
When virtual VAX disks/tapes are used to represent VAX disk drives / magnetic tapes, the disk/tape image files have the same size as the equivalent VAX diskhardware, regardless of their degree of utilization. So the total amount of a disk space required for CHARON-VAX can be calculated as a sum of the disk/tape images sizes plus 50 MB plus space required for the normal host system.
Ethernet adapters
CHARON-VAX networking assumes dedicated host Ethernet adapters; their number must be equal to the emulated adapters to be configured in CHARON-VAX. One adapter (optionally) can be left to the host for TCP/IP networking etc. It is also possible to use virtual network interfaces, but in consideration of performance, it is recommended to use physical ones only.
Note |
---|
In case of VMware-based CHARON host it is mandatory to use "E1000" virtual network adapter. "E1000E" adapters are not supported. |
Software Requirements
- Linux Red Hat Enterprise 7.0 and 7.1
- Linux FedoraCore 20, 21, and 22
- VMware ESXi 5.x and 6.0 (requires a supported Linux operating system on top of a ESXi virtual machine)
Host system preparation
Info |
---|
The automatic installation of updates must be disabled. Updates to the CHARON host must be done only in specific service maintenance periods established by the system administrator. Before applying new updates one must shutdown the operating system running on CHARON and stop all the running CHARON instances and services. |
In case network-wide license (red dongle or software license) is going to be used, do the following:
- On server side (where network license will reside): open port 1947 for both TCP and UDP
- On clients side: open UDP ports 30000-65535
- Both on server and client sides: setup default gateway
Please consult with your Linux User's Guide on details.
Info |
---|
If stricter firewall rules are required, it is possible to open the ports 30000-65535 and 1947 only for the "/usr/sbin/hasplmd" daemon. |
Before installation
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
Note Sometimes it is not possible to use an online repository for the installation of 32-bit glibc package. In this case the following procedure should be followed:
1. If you have a Linux distributibe CD-ROM, insert it into CD-ROM drive
1.1. If auto-mount is not enabled, mount the CD-ROM. Example:
# mount /dev/sr0 /mnt 2. If you have an ISO image of the distribution CD, you can mount it using a loopback device:
# mount /path/to/ISO-image.iso /mnt -o loop 3. Switch to the directory containing the packages. This directory depends on your Linux distribution. Example:
# cd /mnt/Packages/
4. Locate the target "glibc.i686" package:
# ls -la glibc-*i686.rpm
5. Install the "glibc.i686" and the packages it depends on. Example:
# rpm -i glibc-2.17-157.el7.i686.rpm nss-softokn-freebl-3.16.2.3-14.4.el7.i686.rpm
6. If the above command reports additional unsatisfied dependencies, add the corresponding packages to the above command line.
7. Umount the CD-ROM or ISO file if necessary:
# umount /mnt Create a special directory for the CHARON-VAX distribution and copy the TAR.GZ files there. Set this directory as the default with a "cd" command as shown in the following example:
# mkdir /charon_dist
# cp /temp/charon-vax-4.7-17101.68704.fc20.tar.gz /charon_dist
# cd /charon_dist
Warning | ||
---|---|---|
| ||
|
Distribution preparation
Extract the content of the distribution TAR.GZ files to the current directory:
# tar -xvzf charon-vax-<VER>-<BN>.<VC>.<ZZ>.tar.gz
where:
Description
VER
Version of CHARON-VAX product, for example 4.7
BN
Build Number of CHARON-VAX product, for example 17101
VC
68704 - CHARON-VAX product vendor code
ZZ
CHARON-VAX target operating system identifier. For Fedora Core 20 'ZZ' value is 'fc20', for Red Hat Linux 7.1 the value is 'el71'
Example:
# tar -xvzf
charon-vax-4.7-17101.68704.fc20.tar.gz
As result, a new directory "charon-vax-<VER>-<BN>.<VC>.<ZZ>" will be created.
Switch to the directory, created by "tar" on the previous step:
# cd
charon-vax-<VER>-<BN>.<VC>.<ZZ>
Example:
# cd charon-vax-4.7-17101.68704.fc20
The distribution directory contains the following RPM files with additional material, libraries and utilities:
File name
Description
charon-vax-VER-BN.VC.ZZ.x86_64.rpm CHARON-VAX aksusbd-2.5-1.i386.rpm
HASP Run-time
charon-license-VER-BN.VC.ZZ.x86_64.rpm
CHARON Libraries
charon-utils-VER-BN.VC.ZZ.x86_64.rpm
CHARON Utilities
Example:
# ls
aksusbd-2.5-1.i386.rpm
charon-vax-4.7-17101.68704.fc20.x86_64.rpm
charon-license-4.7-17101.68704.fc20.x86_64.rpm
charon-utils-4.7-17101.68704.fc20.x86_64.rpm
...
Issue the following command to install all the RPMs in the directory:
# yum install *.rpm |
Enter "y" to agree to install all the listed packages.
Example:
|
Check that the installation process has completed successfully.
Example:
|
Re-login (as "root") to apply PATH settings or execute the following command:
|
|
Info |
---|
Note that Network Configuration Utility ("ncu") package has the following dependencies:
During "ncu" installation using "yum", these packages will be installed automatically if some of them are absent on the host system. |
...
By default CHARON is installed in the "/opt/charon" directory. It has the following subdirectories:
Directory | Description |
/bin | Contains all executables |
/cfg | Contains templates of configuration files |
/doc | Contains documentation |
/log | Contains log files |
/disks | Contains disk containers |
/drivers | Contains CHARON drivers |
The most important at this stage is the "/cfg" directory since it contains template configuration files with examples of typical configuration parameters and commentaries. We will pay our attention to this subject in the next chapter.
...
Create a specific account "charon" for running CHARON:
# useradd -G disk,tape,cdrom,dialout,lock -c "Charon User" -m charon # passwd charon |
Any existing user can also be used to run CHARON. In this case issue the following command to include this existing user to specific groups:
# usermod -G disk,tape,cdrom,dialout,lock -g <user name> <user name> |
Example:
# usermod -G disk,tape,cdrom,dialout,lock -g tommy tommy |
Warning |
---|
The specific account created above does not allow to use virtual consoles " |
...
- Copy aksusbd-2.5-1.i386.rpm and charon-license-4.7-<build>.68704.<OS identifier>.x86_64.rpm files (see above) to the server to some directory, for example "/temp"
- Login as "root" to the server
- Switch to that directory
Install the copied file using "yum"
Example:# cd
/temp
# yum install aksusbd* charon-license-*
- Connect the network HASP dongle to the server USB port.
Info |
---|
Network HASP (red dongles) licenses have no restrictions with remote access |
...
Run hasp_srm_view utility in the following way to get the host fingerprint file ("my_host.c2v" in this example):
# hasp_srm_view -fgp my_host.c2v
- Send the resulting file to STROMASYS. In return STROMASYS will provide you with a "*.v2c" file, for example "your_license.v2c"
- Copy the received "your_license.v2c" file to CHARON host to any folder then invoke the system default web browser and enter URL http://localhost:1947 to display "Sentinel Admin Control Center" (ACC) web interface. This interface allows you to view and manage CHARON licenses.
- In the ACC use the following menu items: first "Browse" for the "your_license.v2c" file and then secondly "Apply File"
- Ensure that the software license appears now in the "Sentinel Keys" menu of the ACC.
...
Info |
---|
Alternatively it is also possible to use "hasp_update" utility for applying ".v2c" file. |
...
- Text of the license is displayed correctly by the hasp_srm_view utility, no error messages are shown
- Content of the license looks correct. For example license number, major and minor versions, minimum and maximum build numbers, CHARON-VAX products and allowed hardware (CHARON-VAX models) should be checked. More details on the license content can be found in the CHARON-VAX Licensing chapter of this Guide.
Div | ||
---|---|---|
| ||
Example:
|
Note |
---|
Reminder: If CHARON host is accessed remotely please note that regular HASP licenses cannot be displayed and used in this case. As workaround it is possible to install CHARON as daemon. This procedure will be described later. |
Troubleshooting
Troubleshooting
If CHARON license content cannot be displayed by hasp_srm_view utility or it is incorrect, check the license is available and correctly used:
...
Removing licenses can be done by physical disconnection of the corresponding USB HASP keys from CHARON host and physical disconnection of the network HASP keys from all hosts on local network (or by disabling remote access to network licenses from CHARON host - see detailed explanations below). Software licenses can also be uninstalled with hasp_srm_view utility "-tfr" option in the following way:
# hasp_srm_view -tfr <Key ID> |
Example:
# hasp_srm_view -tfr 12345678 |
It is also possible to disable access to network licenses if just a local license must be used: Click on "Configuration" link to open up "Configuration for Sentinel Manager" page. Uncheck "Allow Access to Remote Licenses" and "Broadcast Search for Remote Licenses" checkboxes from the "Access to Remote License Managers" tab, then press "Submit" button to apply changes.
Div | ||
---|---|---|
| ||
Info | ||
---|---|---|
It is also possible to leave several licenses available to CHARON-VAX at the same time, but in this case you have to specify in CHARON-VAX configuration file what license must be used. Example:
It is also possible to have one "main" and one "backup" licence in case if the main license becomes not accessible:
CHARON-VAX checks its licences from time to time starting from main license and if it is not accessible it tries to access backup license |
...
Login as root. Type "ncu" and press Enter. The following menu will appear:
==================================================================
|
The utility lists available network interfaces (both physical and virtual) and indicates whether they are dedicated to the host or to CHARON and whether they are currently in use by host operating system.
...
Enter "1", then type "eth1" and press Enter:
|
Now the interface "eth1" is dedicated to CHARON-VAX:
==================================================================
|
Enter "6" to return to console prompt.
...
To choose an interface to be used for CHARON networking do the following:
# 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 |
Choose some interface to be used by CHARON, for example "eth1"
...
To designate the chosen interface to CHARON open up the file "/etc/sysconfig/network-scripts/ifcfg-ethN" (where N is the number of the interface to be used for CHARON, in our case it is "1") and make sure that all the IP-setup related parameters are removed. Basically the file must look like this ("eth1" is used as example):
DEVICE="eth1" HWADDR="00:06:2B:00:6A:87" NM_CONTROLLED="no" ONBOOT="no" |
Switching off the offload parameters
A first step is to find what additional parameters are currently set to "on" on the host network adapter to be used by CHARON. To do that issue:
# ethtool -k <device> |
Example:
# 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 |
Then use ethtool to switch off all the offload parameters:
# ethtool -K <device> <parameter> off |
Example:
# 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 |
For the example above let's create a temporary file containing the commands to be run on system startup, since the offload parameters must be switched off on each reboot:
ethtool -K eth1 rx off ethtool -K eth1 tx off ethtool -K eth1 sg off ethtool -K eth1 gso off |
Let's suppose that the name of the file is "offload_off_eth1.txt". In this case running it on system startup can be done in the following ways:
On Red Hat Linux:
# cat offload_off_eth1.txt >> /etc/rc.d/rc.loca l |
On Fedora Core:
# echo '#!/usr/bin/bash' > /etc/rc.d/rc.local Do not use double quotes, use single ones |
...