openvz 2core 4Gb ram上的aerospike无法启动并且不会出错

时间:2015-03-03 16:37:19

标签: vps ssd aerospike openvz

安装完成后没有任何问题我已经在带有2芯和4gb内存的openvz vps上启动了aerospike。 这是结果:

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

1 个答案:

答案 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

你使用顺便说一下哪个操作系统?