Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
...
The CHARON-SSP for GNU/Linux software comes in two separate install packages. The table below describes these:
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | CHARON-SSP for GNU/Linux Installation Packages |
---|
|
Product Name | Description | Distribution Package Name |
---|
CHARON-SSP/4M | 32-bit SPARC V8 virtual machine based on the sun4m architecture. | charon-ssp-4m-1.0.21-x86_64_rpm.tar.gz | CHARON-SSP/4U | 64-bit SPARC V9 virtual machine based on the sun4u architecture. | charon-ssp-4u-1.0.21-x86_64_rpm.tar.gz |
|
To begin, unpack the distribution archive, like so (the example below shows CHARON-SSP/4M for GNU/Linux):
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Unpack CHARON-SSP/4M for GNU/Linux Distribution |
---|
|
# cd /tmp
# tar xzvf /path/to/charon-axpssp-sma4m-21.20.1421-x86_64_rpm.tar.gz
|
|
...
Note |
---|
All installation steps a required to be performed from a privileged account as denoted by the '#' prompt. |
...
Installing the CHARON-SSP Software
To install the CHARON-SSP for GNU/Linux virtual machine software, execute the following command:relevant yum
command for the specific package, shown in the table below.
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | CHARON-AXP/SMA SSP for GNU/Linux Install Command |
---|
| # |
Product Name | Installation Command |
---|
CHARON-SSP/4M | yum localinstall charon-ssp-4m-1.0.21-x86_64.rpm | CHARON-SSP/4U | yum localinstall charon- axpssp- sma4u- 21. 20. 1421-x86_64.rpm |
|
Executing this command will produce output similar to the followingThe following terminal output shows the installation of CHARON-SSP/4M:
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | CHARON-AXPSSP/SMA 4M for GNU/Linux Install Output |
---|
|
Loaded plugins: fastestmirror, langpacks
Examining charon-axp-sma-2.2.14-x86_64.rpm: charon-axp-sma-2.2.14-1.x86_64
Marking charon-axp-sma-2.2.14-x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package charon-axp-sma.x86_64 0:2.2.14-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
charon-axp-sma : x86_64 2.2.14-1 /charon-axp-sma-2.2.14-x86_64 14 M
Transaction Summary
================================================================================
Install 1 Package
Total size: 14 M
Installed size: 14 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : charon-axp-sma-2.2.14-1.x86_64 1/1
Verifying : charon-axp-sma-2.2.14-1.x86_64 1/1
Installed: charon-axp-sma.x86_64 0:2.2.14-1
Complete!
|
|
Post-Installation Tasks
...something...
Add the CHARON-SSP for GNU/Linux Software to the Shell PATH
To add the CHARON-SSP for GNU/Linux software to a C Shell environment, add the following to the end of .login:
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Add CHARON-SSP for GNU/Linux Software to C Shell {{.login}} |
---|
|
setenv PATH $PATH:/opt/charon-ssp/ssp-4m:/opt/charon-ssp/ssp-4u
|
|
To add the CHARON-SSP for GNU/Linux software to a Bourne Shell environment (e.g. bash or sh), add the following to the end of .profile
, .bash_profile
or .bashrc
:
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Add CHARON-SSP for GNU/Linux Software to Bourne Shell Login Profile |
---|
|
PATH=$PATH:/opt/charon-ssp/ssp-4m:/opt/charon-ssp/ssp-4u
export PATH
|
|
Removing the CHARON-
...
SSP Software
To remove the CHARON-AXP/SMA for GNU/Linux software, execute the following command:
...