GithubHelp home page GithubHelp logo

Comments (3)

Lt-Flash avatar Lt-Flash commented on May 14, 2024 1

@demoalex Yes, I was able to create it but I was doing it manually on 3 VMs using this guide:

https://ydb.tech/ru/docs/deploy/manual/deploy-ydb-on-premises

systemd scripts on this page contain some errors, for example:

  1. They never mentioned that you actually need DNS server resolving your nodes, /etc/hosts was not sufficient for me
  2. Next:
ExecStart=LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ydb/lib ; /opt/ydb/bin/ydbd server --grpc-port 2136 --ic-port 19002 --mon-port 8766 --yaml-config  /opt/ydb/cfg/config.yaml --tenant /Root/testdb --node-broker --node-broker --node-broker

Actually here you need to list your nodes under '--node-broker', like '--node-broker node1.local --node-broker node2.local --node-broker node3.local'

And some other things were incorrect so it took me a while before I was able to create my cluster and start a test DB in it.

from ydb.

fireharp avatar fireharp commented on May 14, 2024

@Lt-Flash were you able to create initial storage? I'm stuck on this step (on both local minikube or GKE)
#23

from ydb.

Lt-Flash avatar Lt-Flash commented on May 14, 2024

I also used mirror-3dc configuration and just pretended that my cluster is in three different racks. Also I changed storage type from SSD to ROT everywhere.

from ydb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.