Isn’t the step by step manual in the very first post?
It’s a tech preview, not a finished product. It’s unreasonable to expect polished end user documentation. And no, you don’t have to read 99 replies, unless you want to. You also don’t have to run the tech preview software.
You pointed me to another topic. I see different instructions there from those in this topic.
Anyway, I’m trying to say that after 1.5 years of development, I thought that it’s a finish product and should be a proper guide in Docs for any newbie that wants to try it, because it’s a useful tool. And you cand find about it reading the forum, not in the Docs. The forum should be optional for any SNO.
And yes, I read the entire topic to figure out where to run those commands, for different OS-es and node installs, and if there are recent updates, or problems that I might encounter.
And still… I have questions ananswered.
Is the multinode folder mount to app/config an empty dir?
PS: Is there an easy way to convert a regular docker command to docker-compose? Trying to figure out how to make my storagenode use docker-compose but having some troubles. Could you share yours?
Yes, my multinode dashboard is also not working, for a couple of months now, even with 1.69.2. I think the downgrade doesn’t work since the problem on the graphs starts from single nodes on v1.70.2
The bug with storage usage graph is introduced in v1.70.2 of storagenode, so it will report it wrongly to the multinode dashboard as well independently of multinode dashboard version, checked with v1.68.2, v1.69.2 and v1.70.2
Hello Alexey, I gone through the topic, but I didn’t found some guide how to setup this dashboard.
Can you advise there to find the manual or maybe how to do this? At the moment my nodes running under Docker for Windows 10
Hello @Aka985,
It’s in the top message of this topic.
There is no installer, only binary.
In this topic the Community made a docker image: Multinode Dashboard Docker image
If you want to add a node, you need the node ID and the api key. You get both with the following: (replace storagenode1 with the name of one of your storagenodes)
root@vmi1576767:/opt/multinode# docker logs multinode
2024-01-01T18:48:55Z DEBUG process/tracing.go:104 Could not read identity for tracing setup {“error”: “open ./identity.cert: no such file or directory”}
2024-01-01T18:48:55Z INFO process/tracing.go:73 Anonymized tracing enabled
2024-01-01T18:48:55Z DEBUG tracing collector monkit-jaeger@v0.0.0-20230707083646-f15e6e8b7e8c/thrift.go:149 started
2024-01-01T18:48:55Z DEBUG tracing collector monkit-jaeger@v0.0.0-20230707083646-f15e6e8b7e8c/thrift.go:206 stopped
2024-01-01T18:48:55Z INFO process/exec_conf.go:318 Configuration loaded {“Location”: “/app/config/config.yaml”}
2024-01-01T18:48:55Z DEBUG process/tracing.go:104 Could not read identity for tracing setup {“error”: “open ./identity.cert: no such file or directory”}
2024-01-01T18:48:55Z INFO process/tracing.go:73 Anonymized tracing enabled
2024-01-01T18:48:55Z DEBUG tracing collector monkit-jaeger@v0.0.0-20230707083646-f15e6e8b7e8c/thrift.go:149 started
2024-01-01T18:48:55Z DEBUG db multinodedb/database.go:72 Connected to: {“db source”: “file:config/master.db?_journal=WAL&_busy_timeout=10000”}
2024-01-01T18:48:55Z INFO db migrate/versions.go:216 Database Created {“version”: 0}
2024-01-01T18:48:55Z DEBUG servers lifecycle/group.go:100 started {“items”: [“console:endpoint”]}
Moreover, if i will try to resolve issue with certificates and give it to multinode container, it doesnt solve anything, error disappears, but dashboard is still not accessible…