Created
December 5, 2011 23:37
-
-
Save kenperkins/1435928 to your computer and use it in GitHub Desktop.
This file contains 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@dev:~# riak stop | |
Attempting to restart script through sudo -u riak | |
Node '[email protected]' not responding to pings. | |
root@dev:~# riak ping | |
Attempting to restart script through sudo -u riak | |
Node '[email protected]' not responding to pings. | |
root@dev:~# riak start | |
Attempting to restart script through sudo -u riak | |
root@dev:~# riak ping | |
Attempting to restart script through sudo -u riak | |
Node '[email protected]' not responding to pings. | |
root@dev:~# ps aux | grep beam | |
riak 2246 88.5 2.4 104516 49796 pts/0 Rsl+ 15:36 0:23 /usr/lib/riak/erts-5.8.4/bin/beam -K true -A 64 -W w -- -root /usr/lib/riak -progname riak -- -home /var/lib/riak -- -boot /usr/lib/riak/releases/1.0.0/riak -embedded -config /etc/riak/app.config -name [email protected] -setcookie riak-test -- console | |
root 2435 0.0 0.0 6440 828 pts/1 S+ 15:37 0:00 grep --color=auto beam | |
root@dev:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment