Install Nodeum

Connect Production Pipelines & Business Workflows with your storage

Quicky

Nodeum's deployment request a RHEL family Operating System, including RHEL - Rocky - CentOS 8.x.   A disk space of minimum 100 GB is needed by the Operating System.

ND client is cross-platform bash client (compatible with MacOS, Linux and Windows). The bash client executes Data Management operations through Nodeum solution.

Follow the process described below or contact us for more details.

Nodeum Business | Entreprise

wget https://get.nodeum.io/public/nodeum-version.tar.gz
tar -xvzf nodeum-version.tar.gz
cd vx-yy-zz
yum install python3-pip
pip3 install --upgrade pip
pip3 install ansible
pip3 install jinja2 --upgrade
pip3 install netaddr --upgrade
ansible-playbook check_install.yml
ansible-playbook install.yml

DOWNLOAD

Nodeum Enterprise Plus

yum remove python3
yum install python38
pip3 install --upgrade pip
pip3 install ansible
pip3 install jinja2 --upgrade
pip3 install netaddr --upgrade
wget https://get.nodeum.io/public/nodeum-version.tar.gz
tar -xvzf nodeum-v2-xx-yy-zzzzzzzz.tar.gz
cd v2-yy-zz
yum install python3-pip
mv ./inventory/ ~/nodeum/

# before to launch the playbook, if you need to deploy as cluster architecture you need to configure the options file accordingly to the architecture guide

ansible-playbook check_install.yml
ansible-playbook install.yml

DOWNLOAD

ND Client for Enterprise Plus

wget -O nd https://get.nodeum.io/public/nd-2.xx.yy-linux-amd64
chmod +x nd

DOWNLOAD
wget -O nd.rpm https://get.nodeum.io/public/nd-2.xx.yy-x86_64.rpm
dnf install ./nd.rpm
DOWNLOAD
wget -O nd.deb https://get.nodeum.io/public/nd-2.x.y-amd64.deb
apt install ./nd.deb
DOWNLOAD

Follow the process described below or contact us for more details.

 

Nodeum Enterprise Plus

# This is coming soon
DOWNLOAD

ND client is cross-platform bash client (compatible with MacOS, Linux and Windows). The bash client executes Data Management operations through Nodeum solution.

Follow the process described below or contact us for more details.

ND Client for Enterprise Plus

wget -O nd https://get.nodeum.io/public/nd-2.x.y-darwin-amd64
chmod +x nd

DOWNLOAD

ND client is cross-platform bash client (compatible with MacOS, Linux and Windows). The bash client executes Data Management operations through Nodeum solution.

Follow the process described below or contact us for more details.

ND Client for Enterprise Plus

PS> Invoke-WebRequest -Uri "https://get.nodeum.io/public/nd-2.0.6-windows-amd64" -OutFile "C:\nd.exe"   
DOWNLOAD