Thank you but this command didn't return anything:

[azureuser@bsicentos2 ~]$ sudo netstat -nap | grep LISTEN | grep -E
"8089|8099"
[sudo] password for azureuser:
[azureuser@bsicentos2 ~]$

The full "LISTENING" list is:

[azureuser@bsicentos2 ~]$ sudo netstat -nap | grep LISTEN
tcp        0      0 0.0.0.0:5672                0.0.0.0:*
LISTEN      2645/qpidd
tcp        0      0 0.0.0.0:27019               0.0.0.0:*
LISTEN      2592/mongod
tcp        0      0 0.0.0.0:111                 0.0.0.0:*
LISTEN      1343/rpcbind
tcp        0      0 0.0.0.0:4369                0.0.0.0:*
LISTEN      1843/epmd
tcp        0      0 0.0.0.0:28019               0.0.0.0:*
LISTEN      2592/mongod
tcp        0      0 0.0.0.0:22                  0.0.0.0:*
LISTEN      1637/sshd
tcp        0      0 127.0.0.1:631               0.0.0.0:*
LISTEN      1501/cupsd
tcp        0      0 127.0.0.1:25                0.0.0.0:*
LISTEN      1761/master
tcp        0      0 0.0.0.0:49595               0.0.0.0:*
LISTEN      1361/rpc.statd
tcp        0      0 10.79.110.52:16001          0.0.0.0:*
LISTEN      1643/python
tcp        0      0 :::5672                     :::*
LISTEN      2645/qpidd
tcp        0      0 :::111                      :::*
LISTEN      1343/rpcbind
tcp        0      0 :::22                       :::*
LISTEN      1637/sshd
tcp        0      0 ::1:631                     :::*
LISTEN      1501/cupsd
tcp        0      0 ::1:25                      :::*
LISTEN      1761/master
tcp        0      0 :::42784                    :::*
LISTEN      1361/rpc.statd
unix  2      [ ACC ]     STREAM     LISTENING     14715  2592/mongod
/tmp/mongodb-27019.sock
unix  2      [ ACC ]     STREAM     LISTENING     13492  1761/master
private/rewrite
unix  2      [ ACC ]     STREAM     LISTENING     13496  1761/master
private/bounce
unix  2      [ ACC ]     STREAM     LISTENING     12508  1489/dbus-daemon
/var/run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     12680  1535/hald
@/var/run/hald/dbus-Kd5tG1Dpfs
unix  2      [ ACC ]     STREAM     LISTENING     9182   1/init
@/com/ubuntu/upstart
unix  2      [ ACC ]     STREAM     LISTENING     14614  2569/abrtd
/var/run/abrt/abrt.socket
unix  2      [ ACC ]     STREAM     LISTENING     12687  1535/hald
@/var/run/hald/dbus-kmB4rwqCyf
unix  2      [ ACC ]     STREAM     LISTENING     12566  1501/cupsd
/var/run/cups/cups.sock
unix  2      [ ACC ]     STREAM     LISTENING     13500  1761/master
private/defer
unix  2      [ ACC ]     STREAM     LISTENING     13504  1761/master
private/trace
unix  2      [ ACC ]     STREAM     LISTENING     11961  1343/rpcbind
/var/run/rpcbind.sock
unix  2      [ ACC ]     STREAM     LISTENING     13508  1761/master
private/verify
unix  2      [ ACC ]     STREAM     LISTENING     13512  1761/master
public/flush
unix  2      [ ACC ]     STREAM     LISTENING     13516  1761/master
private/proxymap
unix  2      [ ACC ]     STREAM     LISTENING     13520  1761/master
private/proxywrite
unix  2      [ ACC ]     STREAM     LISTENING     13524  1761/master
private/smtp
unix  2      [ ACC ]     STREAM     LISTENING     13528  1761/master
private/relay
unix  2      [ ACC ]     STREAM     LISTENING     13532  1761/master
public/showq
unix  2      [ ACC ]     STREAM     LISTENING     13536  1761/master
private/error
unix  2      [ ACC ]     STREAM     LISTENING     13540  1761/master
private/retry
unix  2      [ ACC ]     STREAM     LISTENING     13544  1761/master
private/discard
unix  2      [ ACC ]     STREAM     LISTENING     13548  1761/master
private/local
unix  2      [ ACC ]     STREAM     LISTENING     13552  1761/master
private/virtual
unix  2      [ ACC ]     STREAM     LISTENING     13556  1761/master
private/lmtp
unix  2      [ ACC ]     STREAM     LISTENING     13560  1761/master
private/anvil
unix  2      [ ACC ]     STREAM     LISTENING     13564  1761/master
private/scache
unix  2      [ ACC ]     STREAM     LISTENING     12644  1526/acpid
/var/run/acpid.socket
unix  2      [ ACC ]     STREAM     LISTENING     13481  1761/master
public/cleanup
unix  2      [ ACC ]     STREAM     LISTENING     13488  1761/master
private/tlsmgr

-----Original Message-----
From: riak-users [mailto:riak-users-boun...@lists.basho.com] On Behalf Of
Shane McEwan
Sent: Wednesday, December 12, 2012 3:07 AM
To: riak-users@lists.basho.com
Subject: Re: Cluster setup

On 11/12/12 19:11, Kevin Burton wrote:
> Thank you. I have restarted the server several times and I don't see 
> riak running with 'ps ax'. The configuration is set to come up on 
> reboot so there shouldn't be any other instance of riak around to run.

It's not necessarily another Riak instance but some other software could be
listening on port 8089 or 8099.

Try:

sudo netstat -nap | grep LISTEN | grep -E "8089|8099"

And see if there are any processes listening on those ports.

Shane.

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to