For a proper operation, Fabric relies on a few system settings and 3rd party solutions. K2view provide optional packages for Cassandra and Kafka to assist with installation, however the vendor installtion packages can be used.
Cassandra or equivalent, is needed for all installation types, and Kafka is required only for multi-nodes Fabric environment. Follow the below steps, depending on the environment that you plan to use:
Fabric Server Installation package will be supplied to you by K2view.
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
The above are examples for standard and simple Fabric installations. For more information about memory, Cassandra replication factor and additional configuration options, run:
/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 credentials, read 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
For a proper operation, Fabric relies on a few system settings and 3rd party solutions. K2view provide optional packages for Cassandra and Kafka to assist with installation, however the vendor installtion packages can be used.
Cassandra or equivalent, is needed for all installation types, and Kafka is required only for multi-nodes Fabric environment. Follow the below steps, depending on the environment that you plan to use:
Fabric Server Installation package will be supplied to you by K2view.
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
The above are examples for standard and simple Fabric installations. For more information about memory, Cassandra replication factor and additional configuration options, run:
/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 credentials, read 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