...
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 | ||
---|---|---|
| ||
# /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> |
...