Install new vNodes failure

Hello @khanhj, @Jared,
I have not been successful in installing new vNodes. Initially I missed including INFURA line in the script by error (CONFIGS[GETH_NAME]="https://mainnet.infura.io/v3/8c…) and installation failed. I corrected this in the script but still not able to install nodes in the server.
The docker does not get started and gives command not found error.

[root@vmi1284325 /]# sudo ./incognito_oct22.sh -y2
Checking for / Installing Docker and jq (JSON processor)
./incognito_oct22.sh: line 194: apt: command not found
Failed to start docker.service: Unit not found.

Could you please help?

What is your OS?

Cent OS 7

Please setup your OS based on the guidelines recommend OS and configuration.

I have many nodes already installed with this process. I am not able to resolve this issue after got into an error state of missing INFURA line in the script. I uninstalled the setup and installed again, but issue persist.

How did you set up your initial nodes? That script relies on apt to work and from the

appears you do not have it installed or properly configured.

I’m confused how you got your initial nodes set up without this script. What method was used?

You can also use the following code to manually set up a node without the script:

sudo docker run --memory=2G --restart=unless-stopped --net inc_net -p ####:#### -p ####:#### -e NODE_PORT=#### -e RPC_PORT=#### -e BOOTNODE_IP=mainnet-bootnode.incognito.org:9330 -e GETH_NAME=https://mainnet.infura.io/v3/#### -e TESTNET=false -e MININGKEY=#### -v /home/incognito/node_data_####:/data -d --name inc_mainnet_#### incognitochain/incognito-mainnet:20230327_2

  • Change #### to your nodes information