Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
...
Table of Contents |
---|
exclude | Contents |
---|
style | square |
---|
|
Please note: All Linux and HP-UX sample commands in this section are performed as the root user (prompt = #). This may not be necessary for all commands in all environments depending on the local permission settings. The commands can be executed on the Charon host graphical console or via a non-graphical login (e.g., SSH). However, for accessing the running emulator, the use of PuTTY is strongly recommended because it works best with the emulator environment.
The Charon-PAR/PA9-64 functionality of Charon-PAR emulates historic 64-bit HP9000 hardware. This section shows a sample installation of a 64-bit guest system.
HP-UX ISO Installation Medium
...
| Step | Command |
---|
1 | Change to the directory where you store your virtual disks. | # cd /data/Stromasys/host1/Data/Disk/ |
2 | Unpack an ISO file contained in a compressed tar archive into this directory (example only: the actual command will vary depending on the location and archive format of your ISO file). | # tar -xzf /path-to-file/HPUX_11v1_Sept2005_FOE.tgz |
...
2. After the guest operating system shutdown is complete, stop the emulator :
...
(it is not stopped automatically after the shutdown of the guest operating system). Different methods must be used for different situations:
- The emulator was started in interactive mode (and the Charon-PAR console is available )in current terminal: Enter enter the exit command at thepa9-64> or pa9-32>prompt and hit Enter (if running HP-UX on a PA3 model, the prompt will be pa3>). This will cause the emulator to close the disk images of the emulated system and to exit.Emulator started as daemon or as a service (
- The Charon-PAR console is not available): In the current version, the emulator process is not stopped automatically after the guest system has been shut down. This means it must be stopped manually using the kill command from the root user on the Charon host system. This behavior may change in future versions of the software. Perform the following steps to stop the Charon-PAR process:
- Find the PID (process id) of the process:
# ps -ef | grep -i charon-par
Stop the process: # kill <charon-par-pid>
available on a local TCP port (emulator started with -c or --console-port parameter): this situation will exist most frequently if the emulator has been started as a daemon or service. To stop the emulator access the Charon-PAR console via telnet to localhost on the port specified when starting the emulator, enter the exit command at the pa9-64> or pa9-32> prompt, and hit Enter.
Access to the Charon-PAR console via a TCP port is available starting with Charon-PAR version 3.0.1. The CTRL+B key combination has been disabled on the emulator console starting with this version.
- The emulator was started as a daemon or service and the Charon-PAR console is not available via a local TCP port: This situation can occur if you run a version before 3.0.1 or you started the emulator without the
-c
option.- For versions 3.0.1 and higher: the emulator must be stopped using the kill command from the root user on the Charon host system. Perform the following steps to stop the Charon-PAR process:
- Find the PID (process id) of the process:
# ps -ef | grep -i charon-par
- Stop the process:
# kill <charon-par-pid>
- For versions before 3.0.1: on the emulator console, after shutting down the guest operating system, press CTRL+B. After a few seconds, a traceback will may be shown. At the end of this output, you will be asked to select a dump type. Select N for no dump. The PDC console prompt (Main menu:) will appear. Type exit to stop the emulator.
For more information about the Charon-PAR console, please refer to Charon-PAR Console. For more information about the Charon-PAR command-line options, please refer to Charon-PAR Command-Line Options.
Include Page |
---|
| KBCOMMON:DOC-GoToToc |
---|
| KBCOMMON:DOC-GoToToc |
---|
|