Adding managed host version 7.0 to newly installed VIOM 7.2 CS fails (3902108)
Due to OpenSSL library version changes, older VIOM managed host versions does not work with newly installed VIOM 7.2 CS. You will be able to add a host, but the host will not get refreshed.
Workaround:
You must setup trust manually.
-
On a Linux managed host, enter the following commands:
export EAT_HOME_DIR=/opt/VRTSsfmh
export EAT_DATA_DIR=/var/opt/VRTSsfmh/sec
vssatbin setuptrust -b CS_FQDN:14545 -s high
-
On a Windows managed host, enter the following commands:
set EAT_HOME_DIR=C:\Program Files\Veritas\VRTSsfmh
set EAT_DATA_DIR=C:\ProgramData\Symantec\VRTSsfmh\sec
vssatbin setuptrust -b CS_FQDN:14545 -s high
Related information