This article describes how to debug uCPE onboarding related issues.
- "request system hypervisor enable no-confirm"
This will stop the service and install the hypervisor packages. This need to be done before pushing the uCPE-servicechain template. If thes packages are not installed before the template push, then the starting of guest-vnf will not go through and the task will fail.
- How to check hypervisor version
- How to check Port mapping. Interface vni-30x are created for uCPE management pupose
- Check the interface statistics for uCPE on appliance CLI
- Check the information about the guest-vnf
6. For HTTP access, Director login the Management IP of the NFV. Please make sure the ports 9090 and 6090 are opened in the Director. Also open these ports in any firewall infront of the Director node. If the Director runs in AWS then also we need to open these ports for Guest-VNF access.
Administrator@Director:~$ sudo netstat -pant | grep 9090
tcp6 0 0 10.40.151.119:9090 :::* LISTEN 27026/java
tcp6 0 0 10.40.151.119:9090 10.42.144.143:52210 ESTABLISHED 27026/java
tcp6 0 0 10.40.151.119:9090 10.42.144.143:52213 ESTABLISHED 27026/java
Administrator@Director:~$ sudo netstat -pant | grep 6090
tcp 0 0 127.0.0.1:4566 127.0.0.1:46090 ESTABLISHED 26651/ncs.smp
tcp 0 0 127.0.0.1:4566 127.0.0.1:60908 ESTABLISHED 26651/ncs.smp
tcp6 0 0 127.0.0.1:60906 127.0.0.1:4566 TIME_WAIT -
tcp6 0 0 127.0.0.1:60908 127.0.0.1:4566 ESTABLISHED 27026/java
tcp6 0 0 127.0.0.1:46090 127.0.0.1:4566 ESTABLISHED 27026/java