Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated version number

...

Where <version> indicates the version of the software, for example, 1.0.3435.

Div
classpagebreak


Linux Cloud Instance for License Server

...

  • Management components (not VE-specific):
    • charon-agent-ssp-<version>-x86_64.rpm
    • charon-director-ssp-<version>.rpm
    • charon-manager-ssp-<version>.rpm
  • VE-capable emulator software:
    • charon-ssp-<architecture>-<version>.ve.el7-x86_64.rpm, or
    • charon-ssp-<architecture>-<version>.ve.el8-x86_64.rpm

...

  • <version> indicates the software version (e.g., 4.2.2).
  • <architecture> indicates the type of emulated SPARC covered by the software (currently it can have the values 4m, 4u, 4v, 4u+, or 4v+).
  • The string ve in the package containing the Charon emulator software indicates that this version of the emulator requires a VE license server.
  • The string el7 denotes packages intended for Red Hat/CentOS/Oracle Linux 7.x.
  • The string el8 denotes packages intended for Red Hat/CentOS/Oracle Linux 8.x.
  • Charon Agent, Manager, and Director are not license-model specific.

...

Code Block
languagetext
# yum install license-server-1.0.3435.rpm
Loaded plugins: fastestmirror, langpacks
Examining license-server-1.0.3435.rpm: license-server-1.0.3435-1.x86_64
Marking license-server-1.0.3435.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package license-server.x86_64 0:1.0.3435-1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch       Version         Repository                  Size
================================================================================
Installing:
 license-server     x86_64     1.0.3435-1        /license-server-1.0.3435      79 M

Transaction Summary
================================================================================
Install  1 Package

Total size: 79 M
Installed size: 79 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : license-server-1.0.3435-1.x86_64                               1/1 
  Verifying  : license-server-1.0.3435-1.x86_64                               1/1 

Installed:
  license-server.x86_64 0:1.0.3435-1                                              

Complete!


Div
classpagebreak


...

Code Block
languagetext
# yum install charon*.rpm

(lines removed)

Resolving Dependencies
--> Running transaction check

(lines removed)

Dependencies Resolved

================================================================================
 Package                 Arch   Version     Repository                    Size
================================================================================
Installing:
 charon-agent-ssp        x86_64 4.2.3-1     /charon-agent-ssp-4.2.3-x86_64 32 M
 charon-director-ssp     x86_64 4.2.3-1     /charon-director-ssp-4.2.3     287 k
 charon-manager-ssp      x86_64 4.2.3-1     /charon-manager-ssp-4.2.3      5.8 M
 charon-ssp-4m           x86_64 4.2.3.ve.el7-1  /charon-ssp-4m-4.2.3.ve.el7-x86_64 6.1 M
 charon-ssp-4u+          x86_64 4.2.3.ve.el7-1  /charon-ssp-4u+-4.2.3.ve.el7-x86_64 54 M
 charon-ssp-4v+          x86_64 4.2.3.ve.el7-1  /charon-ssp-4v+-4.2.3.ve.el7-x86_64 54 M

Installing for dependencies:
 
(lines removed)
 
Transaction Summary
================================================================================
Install  6 Packages (+32 Dependent packages)

Total size: 161 M
Total download size: 8.9 M
Installed size: 183 M
Is this ok [y/d/N]: y
Downloading packages:

(lines removed)

Running transaction check
Running transaction test
Transaction test succeeded
Running transaction

(lines removed)

Installed:
  charon-agent-ssp.x86_64 0:4.2.3-1      charon-director-ssp.x86_64 0:4.2.3-1   
  charon-manager-ssp.x86_64 0:4.2.3-1    charon-ssp-4m.x86_64 0:4.2.3.ve.el7-1      
  charon-ssp-4u+.x86_64 0:4.2.3.ve.el7-1     charon-ssp-4v+.x86_64 0:4.2.3.ve.el7-1     

(lines removed)                                 

Complete!

...