Log in with the previously created user for the Fabric installation.
Download the package from the links that were provided to you.
Untar the package in the user home folder (/opt/apps/fabric):
tar -zxf [package name].tar.gz -C /opt/apps/fabric && source .bash_profile
The following script should be run on the first node separately; once the setup is done and the Fabric node status is 'READY', run the same command on the rest of the Fabric nodes.
Mandatory required details:
/opt/apps/fabric/fabric/scripts/fabric-setup.sh --cassandra_user k2admin --cassandra_password changeit --cassandra_ips 10.0.0.1,10.0.0.2,10.0.0.3 --kafka_ips 10.0.0.4,10.0.0.5,10.0.0.6
/opt/apps/fabric/fabric/scripts/fabric-setup.sh --cassandra_user k2admin --cassandra_password changeit --cassandra_ips 10.0.0.1,10.0.0.2,10.0.0.3 --kafka_ips 10.0.0.4,10.0.0.5,10.0.0.6 --ssl
For more information on memory, Cassandra replication factor and more, see /opt/apps/fabric/scripts/fabric-setup.sh --help
/opt/apps/fabric/fabric/bin/k2fabric start
After a short while, the following message will be displayed:
++++ Fabric is READY
Note: Default login details are User: admin and Password: admin, to change from the default, see here - Replace the Fabric Default Admin Password.
To stop Fabric, run the following command on each node:
/opt/apps/fabric/fabric/bin/k2fabric stop
To start Fabric, run the following command on each node:
/opt/apps/fabric/fabric/bin/k2fabric start
~
To check the node status, run the following command:
/opt/apps/fabric/fabric/bin/k2fabric status
Log in with the previously created user for the Fabric installation.
Download the package from the links that were provided to you.
Untar the package in the user home folder (/opt/apps/fabric):
tar -zxf [package name].tar.gz -C /opt/apps/fabric && source .bash_profile
The following script should be run on the first node separately; once the setup is done and the Fabric node status is 'READY', run the same command on the rest of the Fabric nodes.
Mandatory required details:
/opt/apps/fabric/fabric/scripts/fabric-setup.sh --cassandra_user k2admin --cassandra_password changeit --cassandra_ips 10.0.0.1,10.0.0.2,10.0.0.3 --kafka_ips 10.0.0.4,10.0.0.5,10.0.0.6
/opt/apps/fabric/fabric/scripts/fabric-setup.sh --cassandra_user k2admin --cassandra_password changeit --cassandra_ips 10.0.0.1,10.0.0.2,10.0.0.3 --kafka_ips 10.0.0.4,10.0.0.5,10.0.0.6 --ssl
For more information on memory, Cassandra replication factor and more, see /opt/apps/fabric/scripts/fabric-setup.sh --help
/opt/apps/fabric/fabric/bin/k2fabric start
After a short while, the following message will be displayed:
++++ Fabric is READY
Note: Default login details are User: admin and Password: admin, to change from the default, see here - Replace the Fabric Default Admin Password.
To stop Fabric, run the following command on each node:
/opt/apps/fabric/fabric/bin/k2fabric stop
To start Fabric, run the following command on each node:
/opt/apps/fabric/fabric/bin/k2fabric start
~
To check the node status, run the following command:
/opt/apps/fabric/fabric/bin/k2fabric status