Redis startup and shutdown

773 views
Skip to first unread message

Carlos Ruiz

unread,
Apr 8, 2021, 6:10:20 AM4/8/21
to Redis DB
Hi

I just installed a trial version of redis enterprise, and I have quite a few processes:

/opt/redislabs/bin/python2.7 -O /opt/redislabs/bin/supervisord -c /opt/redislabs/config/supervisord.conf --nodaemon
ccs /opt/redislabs/config/ccs-redis.conf 0.0.0.0:36379
/opt/redislabs/bin/envoy_control_plane -ephemeral_conf_dir=/etc/opt/redislabs -conf_dir=/etc/opt/redislabs -log_dir=/var/opt/redislabs/log
/bin/bash /opt/redislabs/bin/run_with_ulimit -n 2048 /opt/redislabs/bin/envoy --config-path /opt/redislabs/config/envoy.yaml --log-path /var/opt/redislabs/log/envoy.log --log-format-prefix-with-location 0 --service-node local-svc-node --service-cluster local-svc-cluster
redis_mgr
/opt/redislabs/bin/envoy --config-path /opt/redislabs/config/envoy.yaml --log-path /var/opt/redislabs/log/envoy.log --log-format-prefix-with-location 0 --service-node local-svc-node --service-cluster local-svc-cluster
/opt/redislabs/bin/dmcproxy -O /var/opt/redislabs/log/dmcproxy.log --install_path=/opt/redislabs --config_path=/etc/opt/redislabs --ephemeral_config_path=/etc/opt/redislabs -s /etc/opt/redislabs -p /var/opt/redislabs/run
/usr/sbin/saslauthd -d -a ldap -c -t 60 -m /var/run/saslauthd -n 5 -O /etc/opt/redislabs/saslauthd.conf
/opt/redislabs/sbin/pdns_server --config-dir=/opt/redislabs/config
/opt/redislabs/bin/sentinel_service 0.0.0.0:8001 /var/opt/redislabs/run/ccs.sock unix /var/opt/redislabs/log/sentinel_service.log 100000 /etc/opt/redislabs /etc/opt/redislabs
/bin/bash /opt/redislabs/bin/start_redis_service
/usr/sbin/saslauthd -d -a ldap -c -t 60 -m /var/run/saslauthd -n 5 -O /etc/opt/redislabs/saslauthd.conf
/usr/sbin/saslauthd -d -a ldap -c -t 60 -m /var/run/saslauthd -n 5 -O /etc/opt/redislabs/saslauthd.conf
/usr/sbin/saslauthd -d -a ldap -c -t 60 -m /var/run/saslauthd -n 5 -O /etc/opt/redislabs/saslauthd.conf
/usr/sbin/saslauthd -d -a ldap -c -t 60 -m /var/run/saslauthd -n 5 -O /etc/opt/redislabs/saslauthd.conf
/opt/redislabs/bin/python2.7 -O -m cnm.pdns_ccs_backend
/opt/redislabs/bin/python2.7 -O -m cnm.pdns_ccs_backend
/opt/redislabs/bin/redis-server-6.0 /var/opt/redislabs/redis/redis-1.conf *:24176
grep --color=auto redis
nginx: master process /opt/redislabs/sbin/nginx -p /etc/opt/redislabs/nginx -c /etc/opt/redislabs/nginx/nginx.conf
/opt/redislabs/bin/envoy --config-path /etc/opt/redislabs/gossip_envoy.yaml --base-id 1 --log-path /var/opt/redislabs/log/gossip_envoy.log --log-format %Y-%m-%d %T,%e %t %l %n %v --log-format-prefix-with-location 0

The only reference to start/shutdown I have found is for the redis server. I have no idea what these other processes are, nor how to shutdown properly, nor how to boot them up again.

Any idea ?

Thanks

Carlos Ruiz

Itamar Haber

unread,
Apr 8, 2021, 6:19:52 AM4/8/21
to Redis DB
Hi Carlos,

This mailing list is intended for discussions about the open-source Redis project. Redis Enterprise is a commercial product, and the processes you're seeing are a part of it. I recommend that you refer to the product's documentation about administration, or contact the company's support for assistance.

Cheers,
Itamar

David Maier (Redis Labs)

unread,
Apr 8, 2021, 6:41:30 AM4/8/21
to redi...@googlegroups.com
Hi Carlos,

Redis Enterprise is based on Redis OSS but the architecture looks a bit different. Here an example: Each node runs a Redis proxy (DMC Proxy - Data Management Controller Proxy) that allows clients to connect to a single endpoint (via a Redis standard client) whereby the proxy takes care of the hash-based sharding. It can indeed also be configured to use the OSS Cluster API. I am keeping my answer by intention a bit shorter because (as Itamar replied in one of the previous posts to this group) this group focuses on Redis OSS and we don't want to use it for sales related topics. So, there are multiple options for you to learn more about Redis Enterprise:
BTW: RedisConf is coming up and there will be several training sessions for several topics around Redis: https://redislabs.com/redisconf/training/

Hope this helps.

Regards,
David




--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/c367cc2a-3615-4999-9d64-e92368ae953cn%40googlegroups.com.


--
David Maier
Director of Technical Enablement






Disclaimer

The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

Carlos Ruiz

unread,
Apr 8, 2021, 7:10:00 AM4/8/21
to Redis DB
Thanks. 
Reply all
Reply to author
Forward
0 new messages