Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
...
- Upgrading to this Charon-PAR from an older version requires a license update (independent of license type used). Please contact your VAR or Stromasys representative to plan the update.
- Applicable to HASP licenses only: Charon-PAR version 3.0 and higher is incompatible with licenses of earlier versions. Earlier product versions are incompatible with licenses for Charon-PAR 3.0 and higher. Charon-PAR/PA3 licenses for version 3.0 are not backward compatible for emulators running with version 2.x.
...
- For the installation of a Charon-PAR/PA3 emulated system, a preinstalled MPE/iX 7.5 disk image (mpe75a.dsk.bz2) is required. This will be provided by Stromasys.
- For the installation of a Charon-PAR/PA9 emulated system, a HP-UX ISO is required. It must be provided by the customer.
...
- The aksusbd package version 7.63 requires the 32-bit glibc-library. On supported Linux distributions, this library is available through the standard repositories. The relevant package is glibc.i686 on Red Hat Enterprise Linux and CentOS. Unless version 7.63 is needed to solve a specific problem, aksusbd version 8.13 which does not have this limitation should be used.
- Normally, the aksusbd package installation with yum or dnf installs the 32-bit glibc and other dependency automatically (provided package repositories are available). Red Hat Enterprise must be registered to access the Red Hat repositories, or the installation CD must be mounted. Should the Charon host system not have access to the Internet, please refer to How to install the glibc.i686 package without an Internet connection for further information.
- When installing the aksusbd package version 8.13 in some CentOS 7.x environments it was observed that the aksusbd service did not start automatically after a new installation or an upgrade. The following error was displayed during the installation: Failed to restart aksusbd.service: Access denied. If this happens, uninstall the aksusbd package and reboot the system. After rebooting the system, re-install the package. The cause of this sporadic problem has not yet been identified.
...
The example below shows the installation of the aksusbd package with automatic installation of the 32-bit glibc library and its dependencies(version 8.13):
Code Block |
---|
|
# yumdnf install aksusbd-78.6313-1.i386x86_64.rpm
LoadedLast plugins:metadata fastestmirrorexpiration Examining aksusbd-7.63-1.i386.rpm: aksusbd-7.63-1.i386
Marking aksusbd-7.63-1.i386.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package aksusbd.i386 0:7.63-1 will be installed
--> Processing Dependency: libc.so.6 for package: aksusbd-7.63-1.i386
Determining fastest mirrors
* base: mirror.checkdomain.de
* extras: linux.darkpenguin.net
* updates: linux.darkpenguin.net
basecheck: 0:59:01 ago on Mi 18 Mai 2022 15:16:11 CEST.
Dependencies resolved.
================================================================================
Package Architecture Version Repository Size
================================================================================
Installing:
aksusbd | 3.6 kB x86_64 00:00 8.13-1 extras @commandline | 2.9 kB 00:00
updates | 2.9 kB 00:00
(1/2): extras/7/x86_64/primary_db | 165 kB 00:00
(2/2): updates/7/x86_64/primary_db | 7.6 MB 00:01
<lines removed>
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
aksusbd i386 7.63-1 /aksusbd-7.63-1.i386 2.7 M
Installing for dependencies:
glibc i686 2.17-292.el7 base 4.3 M
nss-softokn-freebl i686 3.44.0-8.el7_7 updates 214 k
Updating for dependencies:
nss-softokn-freebl x86_64 3.44.0-8.el7_7 updates 224 k
Transaction Summary
================================================================================
Install 1 Package (+2 Dependent packages)
Upgrade ( 1 Dependent package)
Total size: 7.4 M
Total download size: 4.7 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/3): nss-softokn-freebl-3.44.0-8.el7_7.i686.rpm | 214 kB 00:00
(2/3): nss-softokn-freebl-3.44.0-8.el7_7.x86_64.rpm | 224 kB 00:00
(3/3): glibc-2.17-292.el7.i686.rpm | 4.3 MB 00:00
--------------------------------------------------------------------------------
Total 5.7 MB/s | 4.7 MB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : nss-softokn-freebl-3.44.0-8.el7_7.i6867.1 M
Transaction Summary
================================================================================
Install 1 Package
Total size: 7.1 M
Installed size: 14 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/51
InstallingRunning scriptlet: glibcaksusbd-28.1713-292.el7.i6861.x86_64 1/1
2/5Installing Updating : nss-softokn-freebl-3.44.0-8.el7_7.x86_64 aksusbd-8.13-1.x86_64 3/5 Installing : aksusbd-7.63-1.i386 1/1
Running scriptlet: aksusbd-8.13-1.x86_64 4/5 Starting aksusbd (via systemctl): [ OK ] 1/1 <lines
removed>Created
Installed:
aksusbd.i386 0:7.63-1 symlink /etc/systemd/system/multi-user.target.wants/aksusbd.service → /etc/systemd/system/aksusbd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/hasplmd.service → /etc/systemd/system/hasplmd.service.
Verifying : aksusbd-8.13-1.x86_64 1/1
Dependency Installed:
glibc.i686 0:2.17-292.el7aksusbd-8.13-1.x86_64 nss-softokn-freebl.i686 0:3.44.0-8.el7_7 Dependency Updated: nss-softokn-freebl.x86_64 0:3.44.0-8.el7_7
Complete! |
...