Thursday, August 4, 2016

EMCLI “session expired” Error

./emcli sync

EMCLI “session expired” Error


Commands Fail if the domain name of the OMS fully qualified hostname contains .local in it.

Example:

omshostname.local

Bug 18678477 : EMCLI SETUP FAILS WHEN DOMAIN NAME HAS .LOCAL


OLD:

./emcli setup -url="https://oem.domain.local:7799/em" -username=sysman -trustall

New:
./emcli setup -url="https://oem:7799/em" -username=sysman -trustall



No comments: