... | ... | @@ -5,13 +5,23 @@ |
|
|
|
|
|
Most CII services (not: telemetry and alarms) come as part of the DevEnv installation, however some post-installation set-up is needed before they can be used.
|
|
|
|
|
|
As of DevEnv 3.4.0, the post-install tool is available as puppet scripts (this is work in progress, see ELTDEV-825)
|
|
|
|
|
|
To get hold of the post-installation tool, use the following commands:
|
|
|
|
|
|
```
|
|
|
su -l # become root
|
|
|
yum -y install elt-ciisrv-postinstall
|
|
|
cd /elt/ciisrv/postinstall
|
|
|
```
|
|
|
|
|
|
The command has to be executed as root:
|
|
|
|
|
|
```
|
|
|
# /elt/ciisrv/postinstall/cii-postinstall <choose a role>
|
|
|
```
|
|
|
To learn about the options, run the command without arguments.
|
|
|
After that, you will want to start the CII services (unless you have assigned the "groupclient" role to the host). See also: #
|
|
|
|
|
|
After that, you will want to start the CII services (unless you have assigned the "groupclient" role to the host).
|
|
|
|
|
|
### How-to start and stop CII services
|
|
|
|
... | ... | |