Guest User

ssvm-health-check

a guest
Mar 12th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. root@sandeep:/home/sandeep# ssh -i /root/.ssh/id_rsa.cloud -p 3922 [email protected]
  2. The authenticity of host '[169.254.2.120]:3922 ([169.254.2.120]:3922)' can't be established.
  3. ECDSA key fingerprint is 31:2a:b2:07:ec:55:9b:2d:2d:c5:7d:c4:ef:28:60:41.
  4. Are you sure you want to continue connecting (yes/no)? yes
  5. Warning: Permanently added '[169.254.2.120]:3922' (ECDSA) to the list of known hosts.
  6. Linux s-3-VM 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3 x86_64
  7.  
  8. The programs included with the Debian GNU/Linux system are free software;
  9. the exact distribution terms for each program are described in the
  10. individual files in /usr/share/doc/*/copyright.
  11.  
  12. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  13. permitted by applicable law.
  14. Last login: Mon Sep 29 14:29:39 2014 from 10.0.2.2
  15.  
  16. The programs included with the Debian GNU/Linux system are free software;
  17. the exact distribution terms for each program are described in the
  18. individual files in /usr/share/doc/*/copyright.
  19.  
  20. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  21. permitted by applicable law.
  22. root@s-3-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh
  23. ================================================
  24. First DNS server is 10.4.21.4
  25. PING 10.4.21.4 (10.4.21.4): 48 data bytes
  26. 56 bytes from 10.4.21.4: icmp_seq=0 ttl=127 time=8.161 ms
  27. 56 bytes from 10.4.21.4: icmp_seq=1 ttl=127 time=0.775 ms
  28. --- 10.4.21.4 ping statistics ---
  29. 2 packets transmitted, 2 packets received, 0% packet loss
  30. round-trip min/avg/max/stddev = 0.775/4.468/8.161/3.693 ms
  31. Good: Can ping DNS server
  32. ================================================
  33. Good: DNS resolves download.cloud.com
  34. ================================================
  35. ERROR: NFS is not currently mounted
  36. Try manually mounting from inside the VM
  37. NFS server is 169.254.2.120
  38. PING 169.254.2.120 (169.254.2.120): 48 data bytes
  39. 56 bytes from 169.254.2.120: icmp_seq=0 ttl=64 time=0.095 ms
  40. 56 bytes from 169.254.2.120: icmp_seq=1 ttl=64 time=0.066 ms
  41. --- 169.254.2.120 ping statistics ---
  42. 2 packets transmitted, 2 packets received, 0% packet loss
  43. round-trip min/avg/max/stddev = 0.066/0.081/0.095/0.000 ms
  44. Good: Can ping nfs server
  45. ================================================
  46. Management server is 10.4.6.82. Checking connectivity.
  47. Good: Can connect to management server port 8250
  48. ================================================
  49. Good: Java process is running
  50. ================================================
  51. Tests Complete. Look for ERROR or WARNING above.
  52. root@s-3-VM:~#
Advertisement
Add Comment
Please, Sign In to add comment