Symptoms

OA Management Node migration fails with the following error:

Starting sc AccountManagement terminate called after throwing an instance of 'std::runtime_error'
what():  Cannot dlopen /usr/local/pem/libexec/AccountManagement.so.6.0.6.147: /usr/local/pem/libexec/AccountManagement.so.6.0.6.147: undefined symbol: _ZN3SDK4User22setUserExpiredPasswordEib
[success] 0.0811

An attempt to start pem service manually fails with the same error.

poa-core package version is lower than SC version reported in the error:

[root@osscore ~]# rpm -q poa-core
poa-core-6.0.0.2938-1.i386

Cause

The behavior is acknowledged as a software issue POA-111365: Migration script uses core RPMs available on FS without any current version check

Resolution

  1. In case there are currently OA updates available to get installed - do it as the best resolution path.

  2. In case the updates are not available, it is necessary to find the up-to-date version of poa-core RPM package and install it on the Management Node:

    [root@osscore ~]# rpm -Uvh     /usr/local/pem/install/tarballs/corerpms/RHEL6/poa-core-6.0.7.769-1.i386.rpm
    Preparing...                ########################################### [100%]
    1:poa-core               ########################################### [100%]
    

    After that pem service will start successfully.

Internal content