Created
October 17, 2014 16:11
-
-
Save dfarrell07/695af233dc1af4514f20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/status | |
karaf: JAVA_HOME not set; results may vary | |
Not Running ... | |
root@3ae7bfccb8b4:/opt/opendaylight# pgrep java | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/start | |
root@3ae7bfccb8b4:/opt/opendaylight# pgrep java | |
2276 | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/status | |
karaf: JAVA_HOME not set; results may vary | |
Running ... | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/start | |
root@3ae7bfccb8b4:/opt/opendaylight# pgrep java | |
2276 | |
2539 | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/status | |
karaf: JAVA_HOME not set; results may vary | |
Running ... | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/stop | |
karaf: JAVA_HOME not set; results may vary | |
root@3ae7bfccb8b4:/opt/opendaylight# pgrep java | |
2539 | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/status | |
karaf: JAVA_HOME not set; results may vary | |
Running ... | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/stop | |
karaf: JAVA_HOME not set; results may vary | |
root@3ae7bfccb8b4:/opt/opendaylight# pgrep java | |
root@3ae7bfccb8b4:/opt/opendaylight# ./bin/status | |
karaf: JAVA_HOME not set; results may vary | |
Not Running ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment