2024-09-24T14:58:56.349+0000 DEBUG [vcf_dm,UUID,697e] [c.v.evo.sddc.common.util.SshUtil,dm-exec-17] The command [ cat /tmp/ssl_cert_vrslcm/server.cfg ] executed on <vrslcm_fqdn>. Status: -1, Timed out: true
Output:
Error:
2024-09-24T14:58:56.349+0000 ERROR [vcf_dm,UUID,697e] [c.v.evo.sddc.common.util.SshUtil,dm-exec-17] SSH Execution of command cat /tmp/ssl_cert_vrslcm/server.cfg : Failed (Exit Code -1 ) :
2024-09-24T14:58:56.350+0000 DEBUG [vcf_dm,UUID,697e] [c.v.v.s.c.s.SecurityConfigurationServiceImpl,dm-exec-17] Security config retrieved {"fipsMode":false}
2024-09-24T14:58:56.619+0000 ERROR [vcf_dm,UUID,697e] [c.v.v.vapi.vsphere.VcenterVapiHelper,dm-exec-17] Exception occurred during VC vAPI invocation
java.util.concurrent.ExecutionException: com.vmware.vapi.std.errors.InvalidArgument: InvalidArgument (com.vmware.vapi.std.errors.invalid_argument) => {
messages = [LocalizableMessage (com.vmware.vapi.std.localizable_message) => {
id = com.vmware.certificateauthority.invalidargument,
defaultMessage = The CSR input specified is invalid (Certificate Signing Request value is blank),
args = [Certificate Signing Request value is blank],
params = <null>,
localized = <null>
}],
data = <null>,
errorType = INVALID_ARGUMENT
Description : Request and Configure VMware Aria Suite Lifecycle SSL Certificate
Progress Messages : Replacing VMware Aria Suite Lifecycle certificates failed.
Error Message: Replacing VMware Aria Suite Lifecycle certificates failed.
Remediation Message: Check if the Jumbo frames between SDDC Manager network and the VMware Aria Suite Lifecycle network are enabled and if the required ports listed at https://ports.esp.vmware.com are open.
Reference Token: M09N4V
Cause: InvalidArgument (com.vmware.vapi.std.errors.invalid_argument) => { messages = [LocalizableMessage (com.vmware.vapi.std.localizable_message) => { id = com.vmware.certificateauthority.invalidargument, defaultMessage = The CSR input specified is invalid (Certificate Signing Request value is blank), args = [Certificate Signing Request value is blank], params = <null>, localized = <null> }], data = <null>, errorType = INVALID_ARGUMENT }
VMware Cloud Foundation 4.x and later
VMware Aria Lifecycle Manager 8.12 and later.
The Tunnel endpoint in NSX and the underlying Infrastructure (Network Switch) had values lower than 9000 Bytes
1. Verify Network Settings:
2. Verify MTU on ESXi hosts.
# esxcfg-nics -l
# esxcfg-vmknic -l
3. Increase MTU Size:
4. Check Network Connectivity:
# ping -M do -s 8972 [destination IP]
5. Validate SSH Command Execution:
# ssh [username]@[vrslcm-host] "cat /tmp/ssl_cert_vrslcm/server.cfg"
6. Deploy Aria LCM: