Table of Contents
Conventions
Throughout the document(s) these conventions are followed
Notation | Description |
$ | The dollar sign in interactive examples indicates an operating system prompt for VMS. The dollar sign can also indicate non superuser prompt for UNIX / Linux. |
# | The number sign represents the superuser prompt for UNIX / Linux. |
> | The right angle bracket in interactive examples indicates an operating system prompt for Windows command (cmd.exe). |
| Bold monospace type in interactive examples indicates typed user input. |
| Bold monospace type enclosed by angle brackets indicates command parameters and parameter values. |
| Monospace type in interactive examples, indicates command response output. |
[ ] | In syntax definitions, brackets indicate items that are optional. |
... | In syntax definitions, a horizontal ellipsis indicates that the preceding item can be repeated one or more times. |
| Italic monospace type, in interactive examples, indicates typed context dependent user input. |
The following definitions apply
Term | Description |
---|---|
Host | The system on which the emulator runs, also called the Charon server |
Guest | The operating system running on a Charon instance, for example, Tru64 UNIX, OpenVMS, Solaris, MPE or HP-UX |
Deinstallation procedure
- Stop all running CHARON-VAX instances, remove all CHARON-VAX services.
- Login as "root" user.
Issue the following command:
# yum remove <CHARON-VAX product name>
Example:
# yum remove charon-vax-xl-4.6-16100
If it is required to uninstall all products completely (including all compartment components and drivers), use the following command:
# yum remove aksusbd `rpm -q -a | grep charon` |