root@outland:~# /etc/init.d/aerospike start
* Start aerospike: asd [OK]
然后检查运行asd:
root@outland:~# /etc/init.d/aerospike status
* Halt aerospike: asd [fail]
出了什么问题?
添加日志:
Mar 03 2015 15:17:57 GMT: INFO (config): (cfg.c::3033) system file descriptor limit: 100000, proto-fd-max: 15000
Mar 03 2015 15:17:57 GMT: WARNING (cf:misc): (id.c::249) Tried eth,bond,wlan and list of all available interfaces on device.Failed to retrieve physical address with errno 19 No such device
Mar 03 2015 15:17:57 GMT: CRITICAL (config): (cfg.c:3363) could not get unique id and/or ip address
Mar 03 2015 15:17:57 GMT: WARNING (as): (signal.c::120) SIGINT received, shutting down
Mar 03 2015 15:17:57 GMT: WARNING (as): (signal.c::123) startup was not complete, exiting immediately
答案 0 :(得分:3)
这是您的配置问题
Mar 03 2015 15:17:57 GMT: WARNING (cf:misc): (id.c::249) Tried eth,bond,wlan and list of all available interfaces on device.Failed to retrieve physical address with errno 19 No such device
Mar 03 2015 15:17:57 GMT: CRITICAL (config): (cfg.c:3363) could not get unique id and/or ip address
基本上,vps有一个非标准的接口名称。
解决方案是将您的接口名称network-interface-name
添加到配置中。
http://www.aerospike.com/docs/operations/troubleshoot/startup/#problem-with-network-interface
你使用顺便说一下哪个操作系统?