[Invalid] Unable to start ohasd.service

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Kalyan600
Posts: 4
Joined: 28. Nov 2019, 21:37

[Invalid] Unable to start ohasd.service

Post by Kalyan600 »

While installing grid infrastructure, root.sh is failing to start ohasd service. To fix this, made below changes to the system. However, I'm still facing the issue. Need help on this.

Code: Select all

[root@pmyws01 ~]# cat /etc/systemd/system/ohasd.service
[Unit]
Description=Oracle High Availability Services
After=syslog.target

[Service]
ExecStart=/etc/init.d/init.ohasd run >/dev/null 2>&1 Type=simple
Restart=always

[Install]
WantedBy=multi-user.target
[root@pmyws01 ~]# systemctl daemon-reload
[root@pmyws01 ~]# systemctl enable ohasd.service
[root@pmyws01 ~]# systemctl start ohasd.service
[root@pmyws01 ~]# systemctl status ohasd.service
● ohasd.service - Oracle High Availability Services
   Loaded: loaded (/etc/systemd/system/ohasd.service; enabled; vendor preset: disabled)
   Active: failed (Result: start-limit) since Wed 2019-12-25 00:37:26 IST; 14min ago
 Main PID: 815 (code=exited, status=203/EXEC)

Dec 25 00:37:26 pmyws01.oracle.local systemd[1]: Unit ohasd.service entered failed state.
Dec 25 00:37:26 pmyws01.oracle.local systemd[1]: ohasd.service failed.
Dec 25 00:37:26 pmyws01.oracle.local systemd[1]: ohasd.service holdoff time over, scheduling restart.
Dec 25 00:37:26 pmyws01.oracle.local systemd[1]: start request repeated too quickly for ohasd.service
Dec 25 00:37:26 pmyws01.oracle.local systemd[1]: Failed to start Oracle High Availability Services.
Dec 25 00:37:26 pmyws01.oracle.local systemd[1]: Unit ohasd.service entered failed state.
Dec 25 00:37:26 pmyws01.oracle.local systemd[1]: ohasd.service failed.
[root@pmyws01 ~]# 
Last edited by socratis on 24. Dec 2019, 21:49, edited 1 time in total.
Reason: Marked as [Invalid].
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Unable to start ohasd.service

Post by socratis »

This is not VirtualBox related I'm afraid. Marking as [Invalid].

'Kalyan600', you've been told before that this forum deals with VirtualBox issues, not everything Oracle-related.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply