Problem: HDB daemon does not start after a unclean stop/shutdown of services and the daemon status file still has the old value
Solution:
Command:
HDB stop ( give a try )
if not
HDB kill-9 ( not recommended for production systems )
sapcontrol -nr <> -function StopService
sapcontrol -nr <> -function StartService <SID>
HDB start
This should give a clean restart of the services.
No comments:
Post a Comment