SMPS does not start after installing Oneview monitor on Linux

From Cramsession
Revision as of 12:51, 13 June 2024 by Mflavell (talk | contribs) (Created page with "<h3>Problem:</h3> Site minder sm.registry was updated as ROOT SMPS was starting as SMUSER <h3>Solution:</h3> chown sm.registry to smuser chgroup sm.registry to smuser use find /opt/siteminder -group root to check for root access delete the .pid file restart policy server <h3>Root cause:</h3> Oneview was installed as root NEVER install anything siteminder related as root. During the install of oneview the sm.regitery file was updated as root smps could not read s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Problem:

Site minder sm.registry was updated as ROOT

SMPS was starting as SMUSER

Solution:

chown sm.registry to smuser chgroup sm.registry to smuser

use find /opt/siteminder -group root to check for root access

delete the .pid file

restart policy server

Root cause:

Oneview was installed as root

NEVER install anything siteminder related as root.

During the install of oneview the sm.regitery file was updated as root

smps could not read sm.registry due to permissions.