...
Due to the absence of stop script, the service receives a SIGKILL signal and then, once stopped, is considered failed:
Div | ||
---|---|---|
| ||
|
...
...
The error message above (black/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
...
Context: Red Hat Enterprise Linux 7.1 server with CHARON-AXP V4.7 installed, as4100/pluto guest running. Stop script created and customized based on the example provided with , using the "expect
" utility (see "Service management - Create/Edit guest stop script") and the expect script example provided in the kit.
...
Use option 4 of the menu can help seeing the result of the shutdown commands:
We can see above, the expect
utility has been used, did connect to the console, found the SRM prompt (the as4100 was not booted) and then issued a "power off
" command ( This depends of what you decide to display in the guest stop script)
...