Storage Directory Structure
Before you begin to configure Charon-HPA emulator instances and to install guest systems, it is advisable to create a directory structure for storing the data required by Charon-HPA emulator instances and guest systems.
The space required for the guest operating systems alone:
- HP3000: a minimum of 10GB
- HP9000: a minimum of 80GB
In addition to this, you need to consider space required for applications installed on the guest systems and the data required by such applications.
The following shows a sample directory structure. A structure similar to this will be used for the rest of the examples in this section:
|
The LDEVS directory will be used to store emulated logical devices, for example, disk containers.
Ethernet Interface Preparation
Even though it is not mandatory, it is good practice to exclude the Ethernet interfaces that will be used by the guest system running on Charon-HPA from being managed by the NetworkManager.
In a network environment controlled by the NetworkManager, the NetworkManager—if configured accordingly—will create and manage the interface configuration files. This may create conflicts with the requirements of the Charon-HPA guest system.
There are several options to prevent such problems:
- If the NetworkManager is not needed for other purposes, you can disable ( command: # systemctl disable NetworkManager) and create the initial ifcfg-<interface> files in /etc/sysconfig/network-scripts/ manually.
- If the NetworkManager is required for other purposes,
- make sure it uses the ifcfg-files (plugins=ifcfg-rh must be enabled in section [main] of /etc/NetworkManager/NetworkManager.conf),
- stop the NetworkManager (command: # systemctl stop NetworkManager),
- exclude all interfaces required for the Charon-HPA guest(s) from NetworkManager control by adding the line NM_CONTROLLED=no to the respective ifcfg-<interface> file(s),
- restart the NetworkManager (command: # systemctl start NetworkManager).
Example of a minimal ifcfg-<interface> file:
|
Please refer to your host system’s man-pages for additional information about the NetworkManager.
There are other settings required to disable certain off-load functions on interfaces dedicated to a Charon-HPA guest system. These settings are configured in the emulator configuration file and described further down in this document.