Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: TO DO

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle
Status
colourRed
titleTO DO
to update

Table of Contents

Table of Contents
excludeTable of Contents

...

Example: Red Hat Enterprise Linux 7.5 8 server with Charon-AXP V4.9 11 installed

Div
classpagebreak


...

Once the clone is completed, we can leave the clone utility (1 & 2 below) then use (3) and customize (4) the newly created file:

(warning) If you don't edit the file now, you won't be prompted to start the guest (virtual machine).

...

  • 1 & 2 : The log rotation mechanism will be used in this example. Ensure the corresponding folder, here /charon/logs,  exists before starting the virtual machine
  • 3 : The console is defined as a virtual serial line on port 10003 (default). Ensure the port number is unique if multiple virtual machines will run on the same server
  • 4  & 5 : The iso file will be used to install Tru64 V5.1B r2650. The virtual disk that will be used as the system disk, pluto_tru64, has to be created using the "mkdskcmd" command. Ensure the virtual disk exists before starting the virtual machine.
    Example:

    [root@rhel71 Desktop]# mkdir -p /data/disks
    [root@rhel71 Desktop]# mkdskcmd -o /data/disks/pluto_tru64.vdisk -d rz29
    Please wait...

    100% done

    Success.
    [root@rhel71 Desktop]# ls -l /data/disks/pluto_tru64.vdisk
    -rw-r--r--. 1 root root 4290600960 Nov 26 15:49 /data/disks/pluto_tru64.vdisk

    Div
    classcommandline


  • 5 : (info)Lines starting with "#INFO:" are comments that will be displayed when accessing the console

...

We can now start the guest. If the preferences have been set to have a continuous view of the log file, the log will be displayed:

...

...

(info) The (question) The error message above (white/red) is expected the first time the virtual machine is started. It tells the .bin file does not exist as it is initialized when console parameters are set

(info) The continuous log file stops itself as this was defined in the preferences: "Automatically stop continuous log view: Yes"

Div
classpagebreak


(lightbulb) Press CTRL-C at any time to leave the log file view if the preference was set to not automatically stop or if the startup failed.

(info) The The "pluto" started message above, code 32C means the guest is UP and ready to be installed/booted

...

We can see below the service is active, meaning the emulator is running ((warning) this does not mean "booted") and will be automatically started at Linux server boot ("OnBoot" column on the right side)

The "Stop script" line (see below) shows the script has not been initialized meaning the guest will receive a SIGKILL signal upon stop request. This will be explained further (see Service management - Create/Edit guest stop script)

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Remove guest

Status
colourRed
titleTO DO
to update

(warning) Before removing a guest, please ensure it has been properly stopped (a check will automatically be performed before removal). The way the guest is stopped depends on the "Stop script" existence and settings (see Service management - Create/Edit guest stop script)

...