openvz 2core 4Gb ram 上的 aerospike 无法启动并且不会出错
aerospike on openvz 2core 4Gb ram doesn't start and doesn't give errors
安装后没有任何问题,我在 openvz vps 上启动了 aerospike,具有 2 核和 4gb 内存。
这是结果:
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
这是你的配置问题
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
顺便说一句,您正在使用哪个 OS?
安装后没有任何问题,我在 openvz vps 上启动了 aerospike,具有 2 核和 4gb 内存。 这是结果:
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
这是你的配置问题
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
顺便说一句,您正在使用哪个 OS?