Opscenter not works if install multi opscenter into one host.
Can we install multi opscenter into one host?
If yes, please advise
How to setup multi OpsCenter into one host?
How to setup the multi port into one host server ?
Thanks.
Opscenter not works if install multi opscenter into one host.
Can we install multi opscenter into one host?
If yes, please advise
How to setup multi OpsCenter into one host?
How to setup the multi port into one host server ?
Thanks.
You should be able to run multiple instanced of opscenterd on a single host after some config changes. You will need to change (or create) the following items in each opscenterd.conf to be different values:
===
[webserver]
port
log_path
[logging]
log_path
[agents]
incoming_port (what port opscenterd will listen on for agent communication)
[agent_config]
stomp_port (what port the agents will connect to; same as [agents]:incoming_port above)
===
Let me know if you have any trouble.
- Tyler
EDIT: I should mention that this is not a supported use case, and it's likely prone to breaking. A better solution would be virtualization, with one opscenterd instance per virtual host.
By default, opscenterd refers /etc/opscenter/opscenterd.conf. Would you let me know how to specify another configuration file from command line? I could not find the information in online document.
Thanks,
You can specify the directory that opscenter looks for the conf file by setting the OPSCENTERD_CONFIG_DIR environment variable.
Sorry, my question is about config setting for each opscenterd.
When we have multiple opscenterds on a node, we'd like to have different setting for each.
So, I'd like to know how we can set each opscenterd with each config setting (opscenterd.conf).
Could you let me know?
I really suggest you look into using virtualization to accomplish this. As Tyler mentioned, setting OpsCenter up in this manner isn't tested or supported.
You must log in to post.