how to install voltDB on virtual 3 nodes cluster
I'm currently trying to learn about voltDB so i'm trying to install the community version mon a virtual 3 nodes (matser, node1, node2) cluster using ubuntu 16.04 as OS on Oracle VirtualBox.
But when i tried to start voltDB, here what i got as error on node1 and node2:
------------------ node 1 ---------------
master@node1:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
------------------- node 2 --------------------------
master@node2:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
For recored, i used my own deployement configuration which took 2 sites per host and 3 hosts and k-factor=0.
<deployment>
<cluster hostcount="3" sitesperhost="2" kfactor="0"/>
<httpd enabled="true">
<jsonapi enabled="true"/>
</httpd>
</deployment>
voltdb
add a comment |
I'm currently trying to learn about voltDB so i'm trying to install the community version mon a virtual 3 nodes (matser, node1, node2) cluster using ubuntu 16.04 as OS on Oracle VirtualBox.
But when i tried to start voltDB, here what i got as error on node1 and node2:
------------------ node 1 ---------------
master@node1:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
------------------- node 2 --------------------------
master@node2:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
For recored, i used my own deployement configuration which took 2 sites per host and 3 hosts and k-factor=0.
<deployment>
<cluster hostcount="3" sitesperhost="2" kfactor="0"/>
<httpd enabled="true">
<jsonapi enabled="true"/>
</httpd>
</deployment>
voltdb
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
add a comment |
I'm currently trying to learn about voltDB so i'm trying to install the community version mon a virtual 3 nodes (matser, node1, node2) cluster using ubuntu 16.04 as OS on Oracle VirtualBox.
But when i tried to start voltDB, here what i got as error on node1 and node2:
------------------ node 1 ---------------
master@node1:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
------------------- node 2 --------------------------
master@node2:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
For recored, i used my own deployement configuration which took 2 sites per host and 3 hosts and k-factor=0.
<deployment>
<cluster hostcount="3" sitesperhost="2" kfactor="0"/>
<httpd enabled="true">
<jsonapi enabled="true"/>
</httpd>
</deployment>
voltdb
I'm currently trying to learn about voltDB so i'm trying to install the community version mon a virtual 3 nodes (matser, node1, node2) cluster using ubuntu 16.04 as OS on Oracle VirtualBox.
But when i tried to start voltDB, here what i got as error on node1 and node2:
------------------ node 1 ---------------
master@node1:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
------------------- node 2 --------------------------
master@node2:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____
| | / /_ / / /_/ __ / __ )
| | / / __ / / __/ / / / __ |
| |/ / // / / // // / // /
|_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
For recored, i used my own deployement configuration which took 2 sites per host and 3 hosts and k-factor=0.
<deployment>
<cluster hostcount="3" sitesperhost="2" kfactor="0"/>
<httpd enabled="true">
<jsonapi enabled="true"/>
</httpd>
</deployment>
voltdb
voltdb
asked Nov 12 at 17:34
Abir
31
31
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
add a comment |
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
add a comment |
1 Answer
1
active
oldest
votes
If these nodes are set up on different VMs on the same machine, then it looks like you did everything correctly. However, there could be an issue with the VMs themselves, where they do not currently network together. In other words, this might not be a VoltDB issue, but an issue specific to your VMs.
To test this, I recommend starting a 1 node VoltDB cluster on one of your VMs. Then, use the "sqlcmd --servers=The_VM_with_VoltDB_Running" command on one of your other two VMs. If sqlcmd is unable to connect this way, then there is a networking problem with your VMs that can be solved by looking up how to set up a network between Oracle VirtualBoxes.
Full Disclosure: I work at VoltDB.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53267313%2fhow-to-install-voltdb-on-virtual-3-nodes-cluster%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If these nodes are set up on different VMs on the same machine, then it looks like you did everything correctly. However, there could be an issue with the VMs themselves, where they do not currently network together. In other words, this might not be a VoltDB issue, but an issue specific to your VMs.
To test this, I recommend starting a 1 node VoltDB cluster on one of your VMs. Then, use the "sqlcmd --servers=The_VM_with_VoltDB_Running" command on one of your other two VMs. If sqlcmd is unable to connect this way, then there is a networking problem with your VMs that can be solved by looking up how to set up a network between Oracle VirtualBoxes.
Full Disclosure: I work at VoltDB.
add a comment |
If these nodes are set up on different VMs on the same machine, then it looks like you did everything correctly. However, there could be an issue with the VMs themselves, where they do not currently network together. In other words, this might not be a VoltDB issue, but an issue specific to your VMs.
To test this, I recommend starting a 1 node VoltDB cluster on one of your VMs. Then, use the "sqlcmd --servers=The_VM_with_VoltDB_Running" command on one of your other two VMs. If sqlcmd is unable to connect this way, then there is a networking problem with your VMs that can be solved by looking up how to set up a network between Oracle VirtualBoxes.
Full Disclosure: I work at VoltDB.
add a comment |
If these nodes are set up on different VMs on the same machine, then it looks like you did everything correctly. However, there could be an issue with the VMs themselves, where they do not currently network together. In other words, this might not be a VoltDB issue, but an issue specific to your VMs.
To test this, I recommend starting a 1 node VoltDB cluster on one of your VMs. Then, use the "sqlcmd --servers=The_VM_with_VoltDB_Running" command on one of your other two VMs. If sqlcmd is unable to connect this way, then there is a networking problem with your VMs that can be solved by looking up how to set up a network between Oracle VirtualBoxes.
Full Disclosure: I work at VoltDB.
If these nodes are set up on different VMs on the same machine, then it looks like you did everything correctly. However, there could be an issue with the VMs themselves, where they do not currently network together. In other words, this might not be a VoltDB issue, but an issue specific to your VMs.
To test this, I recommend starting a 1 node VoltDB cluster on one of your VMs. Then, use the "sqlcmd --servers=The_VM_with_VoltDB_Running" command on one of your other two VMs. If sqlcmd is unable to connect this way, then there is a networking problem with your VMs that can be solved by looking up how to set up a network between Oracle VirtualBoxes.
Full Disclosure: I work at VoltDB.
edited Nov 20 at 14:38
answered Nov 19 at 20:41
Andrew
814
814
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53267313%2fhow-to-install-voltdb-on-virtual-3-nodes-cluster%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19