bkrajendra commented on issue #6732: URL: https://github.com/apache/cloudstack/issues/6732#issuecomment-1246156367
find the diagnostic logs on systemVMs: console proxy VM ``` root@v-2995-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh ================================================ First DNS server is 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: icmp_seq=0 ttl=118 time=7.841 ms 64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=5.882 ms --- 8.8.8.8 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 5.882/6.861/7.841/0.980 ms Good: Can ping DNS server ================================================ Good: DNS resolves cloudstack.apache.org ================================================ ERROR: NFS is not currently mounted Try manually mounting from inside the VM NFS server is 10.1.27.235 PING 10.1.27.235 (10.1.27.235): 56 data bytes 64 bytes from 10.1.27.235: icmp_seq=0 ttl=64 time=0.045 ms 64 bytes from 10.1.27.235: icmp_seq=1 ttl=64 time=0.026 ms --- 10.1.27.235 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.026/0.035/0.045/0.000 ms Good: Can ping nfs server ================================================ Management server is 10.1.27.14. Checking connectivity. Good: Can connect to management server 10.1.27.14 port 8250 ================================================ Good: Java process is running ================================================ Tests Complete. Look for ERROR or WARNING above. ``` Secondary storage VM ``` root@s-2994-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh ================================================ First DNS server is 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: icmp_seq=0 ttl=118 time=9.404 ms 64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=5.752 ms --- 8.8.8.8 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 5.752/7.578/9.404/1.826 ms Good: Can ping DNS server ================================================ Good: DNS resolves cloudstack.apache.org ================================================ nfs is currently mounted Mount point is /mnt/SecStorage/660f6cc7-82c6-336f-91f9-b2ce91928a22 Good: Can write to mount point ================================================ Management server is 10.1.27.14. Checking connectivity. Good: Can connect to management server 10.1.27.14 port 8250 ================================================ Good: Java process is running ================================================ Tests Complete. Look for ERROR or WARNING above. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
