cassandra 2.0 - opscenter can't connect to agents after enabling ssl -
I am setting up node-to-node encryption in AWS on Ubuntu in the 3-node Datastex Enterprise 4.5.2 cluster.
[1] - [2] - [3] - [4] -
- I have created certs and keystore [1, 2,3]
- Added certs to truststore on each node to turn on node-to-node encryption [1,3]
- Edit cassandra.yaml (except
- The address edited to start the encryption for any day.AMLL [4]
- Restart all nodes
'nodesetool status 'Shows that all nodes are usually IOpscenter shows the nodes but the error message gives '3 agents are connected' opscenter to allow agents to talk to the ops center and what to do? Opsecenter is installed on a node, and it At the same box the agent will not talk.
opscenterd daemon failed to start correctly. / P>
Exception. Import: libssl.so.0.9.8: Can not open shared object file: any such file or not Not a directory
P> First of all, I have ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0/lib/x86_64-linux-gnu/libssl.so Tried a simple solution to add .0.9.8 and ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0/lib/x86_64-linux-gnu/libscrypto.so.0.9.8
But that does not work Libssl0.9.8
btw, this opscenter is 5.0.1 to install libssl0.9.8 to install the $ sudo apt-get on the OSS center.
Comments
Post a Comment