Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: pdf layout

...

This feature is available starting with Charon-PAR version 3.0.1. The example below shows how a Charon-PAR emulator is started in daemon mode and the Charon-PAR console is reachable on TCP port 12345 (the command-line parameters are described in Charon-PAR Command-Line Options):

Code Block
languagetext
# /opt/charon/bin/charon-par -x  -f ./host1-hpux-physeth.cfg -c 77889912345
20201026:135307.060655:Charon-PAR
20201026:135307.060881:Version 3.0.1, build 21.500 38927fc Sep 29 2020 17:28:55 Prod
20201026:135307.060943:Copyright (c) 2011-2020 by Stromasys.
20201026:135307.062010:daemon mode pid: 17198
20201026:135307.066758:Checking the available license key "445532399".
20201026:135307.168306:Found license key: "445532399".

<lines removed>

20201026:135311.623945:Product Name = Charon-PA9-64-L4 License key ID = 445532399.
20201026:135311.624498:Product DIT level adv
20201026:135311.625298:config load: ./host1-hpux-physeth.cfg
20201026:135311.626446:System model: rp7400-1-650

<lines removed>

20201026:135312.232223:cpu0: run cpu loop
20201026:135312.232297:Host CPU freq: 3461
20201026:135312.351846:starting process 'putty -load PAR-Telnet-VT100'

20201026:135312.355624:uart2: port address: 0.0.0.0:30002
20201026:135312.357104:Telnet console address: 127.0.0.1:12345
20201026:135312.457464:uart0: Client connected

[root@redhat7 9KTraining]# 
[root@redhat7 9KTraining]# telnet localhost 12345
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

pa9-64> 

...

  • exit: stops the emulator. Ensure that the guest operating system has been cleanly shut down before entering this command.
  • signal_toc: equivalent to pressing CTRL+B on a physical HP3000 or HP9000 PA-RISC system. It brings the emulated system to the emulated PDC console, for example, to access the emulator console without restarting the emulator after the guest operating system has been shut down. You may have to answer a question about writing a dump file before the PDC console can be accessed. The CTRL+B key combination is blocked on the emulator console itself (starting with version 3.0.1) to avoid unintentional damage.
  • <MKXN>.load: load a tape for a HP-UX guest operating system if the autoload parameter has not been configured.

...