Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
...
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.2122-x86_64_rpm.tar.gz | CHARON-SSP/4U | 64-bit SPARC V9 virtual machine based on the sun4u architecture. | charon-ssp-4u-1.0.2122-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-ssp-4m-1.0.2122-x86_64_rpm.tar.gz
|
|
Note |
---|
All installation steps are 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 relevant yum
command for the specific package, shown in the table below.
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | CHARON-SSP for GNU/Linux Installation Commands |
---|
|
Product Name | Installation Command |
---|
CHARON-SSP/4M | yum localinstall charon-ssp-4m-1.0.2122-x86_64.rpm | CHARON-SSP/4U | yum localinstall charon-ssp-4u-1.0.2122-x86_64.rpm |
|
The following terminal output shows the installation of CHARON-SSP/4M:
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | CHARON-SSP/4M for GNU/Linux Install Output |
---|
|
# yum localinstall charon-ssp-4m-1.0.2122-x86_64.rpm
Examining charon-ssp-4m-1.0.2122-x86_64.rpm: charon-ssp-4m-1.0.2122-1.x86_64
Marking charon-ssp-4m-1.0.2122-x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package charon-ssp-4m.x86_64 0:1.0.2122-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
charon-ssp-4m x86_64 1.0.2122-1 /charon-ssp-4m-1.0.2122-x86_64 1.9 M
Transaction Summary
================================================================================
Install 1 Package
Total size: 1.9 M
Installed size: 1.9 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : charon-ssp-4m-1.0.2122-1.x86_64 1/1
Verifying : charon-ssp-4m-1.0.2122-1.x86_64 1/1
Installed:
charon-ssp-4m.x86_64 0:1.0.2122-1
Complete!
|
|
Post-Installation Tasks
...
Removing the CHARON-SSP Software
To install the CHARON-SSP for GNU/Linux virtual machine software, execute the relevant yum
command for the specific package, shown in the table below.
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | CHARON-SSP for GNU/Linux Installation Commands |
---|
|
Product Name | Installation Command |
---|
CHARON-SSP/4M | yum remove charon-ssp-4m | CHARON-SSP/4U | yum remove charon-ssp-4u |
|
...
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | CHARON-AXP/SMA for GNU/Linux Uninstall Output |
---|
|
# yum remove charon-ssp-4m
Resolving Dependencies
--> Running transaction check
---> Package charon-ssp-4m.x86_64 0:1.0.2122-1 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
charon-ssp-4m x86_64 1.0.2122-1 @/charon-ssp-4m-1.0.2122-x86_64 1.9 M
Transaction Summary
================================================================================
Remove 1 Package
Installed size: 1.9 M
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : charon-ssp-4m-1.0.2122-1.x86_64 1/1
Verifying : charon-ssp-4m-1.0.2122-1.x86_64 1/1
Removed:
charon-ssp-4m.x86_64 0:1.0.2122-1
Complete!
|
|
Note |
---|
During the uninstall process, only the CHARON-SSP for GNU/Linux software is removed. All user data, including virtual disks, configuration files and virtual tapes are left untouched. It is left to the user to archive and/or delete this files. |
...