Como ativar o ohasd.service usando systemctl

2

RHEL 7.1 e Oracle 12c, não consigo encontrar o que está errado? Por favor explique.

[root@lrma086 grid]# systemctl enable ohasd.service
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
   .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
   a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
   D-Bus, udev, scripted systemctl call, ...).
[root@lrma086 grid]#  rpm -ql openssh-server | grep '\.service'
/usr/lib/systemd/system/sshd-keygen.service
/usr/lib/systemd/system/sshd.service
/usr/lib/systemd/system/[email protected]
    
por malatesh 22.10.2015 / 09:56

1 resposta

2

Você pode tentar adicionar

[Instalar]
   WantedBy = multi-user.target

no arquivo ohasd.service, isso tornaria o serviço de início automático durante a inicialização.

Mas pode ser que este serviço seja iniciado como uma dependência para outro serviço, por isso a parte de instalação é omitida?

    
por 22.10.2015 / 10:38

Tags