redis sentinel怎么跑守护进程以及日志记录位置的?
问题描述
redis sentinel怎么跑守护进程的?直接在前台显示了.redis-server可以通过修改配置文件来使用守护进程,以及指定日志目录,但sentinel启动只能在前台跑。。。
怎样修改配置也让sentinel跑守护进程
[root@redis_01 redis]# redis-server /etc/redis/sentinel.conf --sentinel7980:X 23 Nov 18:02:41.348 * Increased maximum number of open files to 10032 (it was originally set to 1024)._._ _.-``__ ’’-._ _.-`` `. `_. ’’-._ Redis 3.0.5 (00000000/0) 64 bit .-`` .-". "/ _.,_ ’’-._ ( ’ , .-` | `, ) Running in sentinel mode |`-._`-...-` __...-.``-._|’` _.-’| Port: 26379 | `-._ `._ / _.-’ | PID: 7980 `-._ `-._ `-./ _.-’ _.-’ |`-._`-._ `-.__.-’ _.-’_.-’| | `-._`-.__.-’_.-’ | http://redis.io `-._ `-._`-.__.-’_.-’ _.-’ |`-._`-._ `-.__.-’ _.-’_.-’| | `-._`-.__.-’_.-’ | `-._ `-._`-.__.-’_.-’ _.-’ `-._ `-.__.-’ _.-’ `-.__.-’ `-.__.-’ 7980:X 23 Nov 18:02:41.355 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.7980:X 23 Nov 18:02:41.355 # Sentinel runid is 43de323d55627d896b2caf1da2e305f0eb59dcee7980:X 23 Nov 18:02:41.356 # +monitor master mymaster 127.0.0.1 6379 quorum 1^C7980:signal-handler (1448273325) Received SIGINT scheduling shutdown...7980:X 23 Nov 18:08:45.618 # User requested shutdown...7980:X 23 Nov 18:08:45.618 # Sentinel is now ready to exit, bye bye...
问题解答
回答1:我去, 链接里的方法虽然行, 但是没必要。你把daemonize yes这句加到sentinel.conf里面就行了。 再启动就是守护进程方式了。
回答2:已自行解决了链接描述
回答3:1.如上所说,daemonize yes2.在命令后面加上&3.nohup
相关文章:
1. css3 - 一篇文章有好多段 怎么控制整篇文章显示多少行 剩余省略 而不是每段控制2. javascript - node中Promise也被嵌套了3. vue.js - weex scroller搭配refresh在android平台上拉会触发refresh4. 网站上有个图标改不了了 求帮忙 是用svg写的5. css3 - Firefox 字号相对IE、Chrome更大,如何在CSS中统一?6. nginx - 【win7】80 端口本机可访问,同内网其他机器不能访问,未被占用!7. javascript - 在html中写了个<video>视频,浏览器却是一片空白为什么呢?360浏览器?8. 数据库创建失败9. node.js - 使用npm安装vue-cli后,vue还是不可用是什么原因?10. PHP类中的$this