Advertisement
dfarrell07

Karaf shell up or not

Feb 4th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. [fedora@dfarrell-rpm bin]$ ss -p | grep 8101
  2. [fedora@dfarrell-rpm bin]$ ss -pl | grep 8101
  3. [fedora@dfarrell-rpm bin]$ nmap -Pn -p 8101 localhost
  4.  
  5. Starting Nmap 6.45 ( http://nmap.org ) at 2015-02-04 15:55 UTC
  6. Nmap scan report for localhost (127.0.0.1)
  7. Host is up (0.0012s latency).
  8. Other addresses for localhost (not scanned): 127.0.0.1
  9. PORT STATE SERVICE
  10. 8101/tcp open unknown
  11.  
  12. Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds
  13. [fedora@dfarrell-rpm bin]$ ./client
  14. client: JAVA_HOME not set; results may vary
  15. Logging in as karaf
  16. 584 [pool-2-thread-2] WARN org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at /0.0.0.0:8101 presented unverified key:
  17.  
  18. ________ ________ .__ .__ .__ __
  19. \_____ \ ______ ____ ____ \______ \ _____ ___.__.| | |__| ____ | |___/ |_
  20. / | \\____ \_/ __ \ / \ | | \\__ \< | || | | |/ ___\| | \ __\
  21. / | \ |_> > ___/| | \| ` \/ __ \\___ || |_| / /_/ > Y \ |
  22. \_______ / __/ \___ >___| /_______ (____ / ____||____/__\___ /|___| /__|
  23. \/|__| \/ \/ \/ \/\/ /_____/ \/
  24.  
  25.  
  26. Hit '<tab>' for a list of available commands
  27. and '[cmd] --help' for help on a specific command.
  28. Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown OpenDaylight.
  29.  
  30. opendaylight-user@root>^D
  31. [fedora@dfarrell-rpm bin]$ cd ~
  32. [fedora@dfarrell-rpm ~]$ ./connect.sh
  33. Will repeatedly attempt connecting to Karaf shell until it's ready
  34. Warning: Permanently added '[localhost]:8101' (DSA) to the list of known hosts.
  35. Authenticated with partial success.
  36.  
  37. ________ ________ .__ .__ .__ __
  38. \_____ \ ______ ____ ____ \______ \ _____ ___.__.| | |__| ____ | |___/ |_
  39. / | \\____ \_/ __ \ / \ | | \\__ \< | || | | |/ ___\| | \ __\
  40. / | \ |_> > ___/| | \| ` \/ __ \\___ || |_| / /_/ > Y \ |
  41. \_______ / __/ \___ >___| /_______ (____ / ____||____/__\___ /|___| /__|
  42. \/|__| \/ \/ \/ \/\/ /_____/ \/
  43.  
  44.  
  45. Hit '<tab>' for a list of available commands
  46. and '[cmd] --help' for help on a specific command.
  47. Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown OpenDaylight.
  48.  
  49. opendaylight-user@root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement