On a freshly installed SLES15 SP6 x86_64 client, I can install the software, but it always fails with " [110:101] Client import failed!".
Unfortunately the error details do not help.
I see that at the end there was no system unit for "omni" installed, so the communication test from CM to client fails (while the test from client to CM succeeds).
Messages are like this:
[Normal] Starting installation session on Dienstag, 12. November 2024, 12:24:01...
[Normal] Getting list of clients for installation...
[Normal] Connecting to client client-host.domain.org...
[Normal] <client-host.domain.org> Checking for response from system client-host.domain.org.
[Normal] <client-host.domain.org> Using secure shell protocol to connect to clients ...
[Normal] <client-host.domain.org> Valid username and password must be specified...
[Normal] Connecting to client client-host.domain.org...
[Normal] <client-host.domain.org> Checking for response from system client-host.domain.org.
[Normal] <client-host.domain.org> Configuring SSH with provided credentials.
[Normal] <client-host.domain.org> SSH configuration completed successfully.
[Normal] Client client-host.domain.org (Linux 6.4.0-150600.23.25-default) OK.
[Normal] <client-host.domain.org> Starting installation/update for client system client-host.domain.org at Dienstag, 12. November 2024, 12:24:14.
[Normal] <client-host.domain.org> Installing Core Component
[Normal] <client-host.domain.org> Installation of Core Component succeeded.
[Normal] <client-host.domain.org> Installing Core Technology Stack
[Normal] <client-host.domain.org> Installation of Core Technology Stack succeeded.
[Normal] <client-host.domain.org> Installing Common Utilities
[Normal] <client-host.domain.org> Installation of Common Utilities succeeded.
[Normal] <client-host.domain.org> Installing Disk Agent
[Normal] <client-host.domain.org> Installation of Disk Agent succeeded.
[Normal] <client-host.domain.org> Installing Automatic Disaster Recovery
[Normal] <client-host.domain.org> Installation of Automatic Disaster Recovery succeeded.
[Normal] <client-host.domain.org> Copying and configuring certificates
[Normal] <client-host.domain.org> Update of client system client-host.domain.org completed.
[Critical] <client-host.domain.org> [110:101] Client import failed!
[Normal] Installation session finished on Dienstag, 12. November 2024, 12:25:47.
[Normal] <client-host.domain.org> Reverting SSH configuration.
============================================================================
Session completed with errors!
============================================================================
Are there any useful logs to be found to diagnose the problem?
The help I get is like this:
Description:
The successfully installed client could not be imported to the cell.
Possible causes are: improper installation, network inaccessibility
of the client, or Cell Manager malfunction.
Actions:
* Check if Data Protector software works locally on installed client.
* Try to contact the Data Protector client using the command, "telnet <client> <Data Protector port>"
* Check network accessibility of the Cell Manager.
* If necessary, restart Data Protector daemons.
* Try to import the client again, using the GUI.
When I try to connect from a SLES15 SP5 machine I get this error message:
openssl s_client -host client-host.domain.org -port 5565
139745201380352:error:02002071:system library:connect:No route to host:crypto/bio/b_sock2.c:110:
139745201380352:error:2008A067:BIO routines:BIO_connect:connect error:crypto/bio/b_sock2.c:111:
connect:errno=113
(it succeeds for another client, and I can ping the client in question without a problem)
I wonder whether https://www.suse.com/releasenotes/aarch64/SUSE-SLES/15-SP6/index.html#security might be relevant
(I had to lower the policies on the client to make a TLS connection succeed)