According to step in Automatically deploying agents - Packaged installations.
http://www.datastax.com/docs/opscenter/agent/agent_auto#agent-auto
When install and start the agent in each node, got the FileNotFoundException.
It show that cannot find the "/etc/opscenter-agent/address.yaml" at runtime, but the address.yaml is located as "/var/lib/opscenter-agent/conf/address.yaml".
Same as "/var/lib/opscenter-agent/ssl" folder, it seem that the expect path is "/usr/share/opscenter-agent/ssl"
After I changed the file and folder path to the expect path then agent started.
Is there any configuration setting that I might miss, so the file is in the wrong path.
Thanks.