|
CONC UI Login Failures
|
Unable to login to CONC UI after installation
|
Check if admin password was created part of installation.
Also check if the password is specified correctly.
|
If admin password was not created during installation, create it and try login again
|
|
VM Login Failures
|
Unable to SSH to VM – It will continue to ask for password
|
This can happen when keys are not matched or ed25519 is not used for key generation
|
For accessing SSH, ed25519 key is required. The ed25519 key is different from the RSA key. So, follow the steps in installation
documents for SSH Key Generation.
Ensure the public key specified during installation is matching with the private key used for login.
|
|
SSH connection time out
|
This can happen if both northbound and eastbound are in same network
|
Keep northbound and eastbound in separate network
|
|
ONC pods not coming up as ready
|
Some ONC pods are in Init:ContainerStatusUnknown and few others in ImagePullBackOff status when running
kubectl get pods –A command
|
Data Volume Size (GB) not mentioned correctly as per the VM Profile(XS, S, M) during installation
[OR] No Disk Space (/data) available when running “df -h” command
|
Reinstall ONC - Configure data volume according to the VM profile during installation
|
|
VM time is not in sync with NTP time
|
Validate if timezone is synced with NTP and the time is up to date post bring up boot up.
You can do this by using the command “timedatectl status”
It should show:
System clock synchronized: yes
NTP service: active
|
Check if NTP is configured correctly and VM time is in sync with it
Make sure the hardware clock ( ESXi Host ) is not far off the system time on all the nodes.
|
|
DNS not configured properly or DNS server not reachable
|
Check if DNS server was mentioned correctly during installation and the mentions DNS servers are reachable
|
Configure DNS server properly during installation.
|