Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
Table of Contents
Table of Contents | ||
---|---|---|
|
Description
Depending on Linux distribution and version, this option will have has different names and functions:
Red Hat Enterprise Linux 6.x
Option name: Install or update service
Allows you to install (after a fresh install) or update guests management service (kit upgrade).
...
Updating the service does not require the guests to be shutdown & restarted
Red Hat Enterprise Linux 7.x and
...
CentOS 7
...
Option name: Manage 'systemd' services
Allows you to view the service status and update the service configuration file
...
to add dependencies, description, etc...
...
Be extremely cautious when updating the file. Preferably limit updates to:
Description=
,After=
,Before=
,Wants=
parameters in theUnit
sectionTimeoutStopSec=
in theService
sectionRestart=
,RestartSec=
,StartLimitInterval=
,StartLimitBurst=
parameters in theService
section as described in theĀ How to restart CHARON-VAX/AXP on Linux automatically on failure chapter.
Examples
Red Hat Enterprise Linux 6 server
Below, an alert is displayed telling the service must be reinstalled (after kit upgrade):
...
class | pagebreak |
---|
In this case, the current version 2.3 will be replaced by 2.3a:
...
Red Hat Enterprise Linux 7 server (using systemd)
...
class | pagebreak |
---|
We can see below the service is active and its most recent events:
Now, we're going to update the default service description, here "CHARON as4100/pluto
", using the "vim
" editor:
...
class | pagebreak |
---|
Result:
Example:
Include Page | ||||
---|---|---|---|---|
|