Advice needed for architecture design #13936
Replies: 1 comment 2 replies
-
Hi There We have a grid with 35 sensors/forward nodes scattered across the country. We have one manager, one Receiver and three search nodes. It seems to be running ok. The three data nodes are running 47%, 52% and 22% full on the /nsm partition so it looks like the load balancing is not quite perfect, but seems to work ok. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using SO for years and love it. My past networks have consisted of a Manager/Search server and 3-4 Forward nodes. That worked great. But now I'm looking to implement a much larger Grid of 25 Forward nodes, and I'm wondering about the best way to design the Manager. I've looked at the documentation and I think that having a Manager with separate Search nodes is the way to go, but I'm wondering how exactly those work? Should I make it a Manager/Search node with additional Search nodes as needed? Do I still point the Forward nodes at the Manager, and it load balances with the Search nodes automatically? Due to the quantity of Forward nodes I intend to feed into it, if I run into storage issues on the Search node do I just add another Search node to help balance the load? Is it automated? I'd just like some advice before I build the Manager.
Beta Was this translation helpful? Give feedback.
All reactions