Quickstart
Pre-Requisites Audit
This document includes a script to conduct an audit to assure that all the pre-requisites are met for the successful deployment of Bloo.
Updated 2026-08-13
This document includes a script to conduct an audit to assure that all the pre-requisites are met for the successful deployment of Bloo. The following checks can be performed using the script.
Hardware prerequisites check.
- Provisioned RAM
- Provisioned CPU
- Provisioned Disk (Root and Bloo partition)
NTP synchronization
- Localtime
- UniversalTime
Network Interface check
Connectivity check between Core, Datanode and Adapter
Hostname resolution between Core, Datanode and Adapter
Inter component open port check
Connectivity check to domains: github.com, google.com, raw.github.com, hub.docker.com,hog.dnif.it.
How to use this script
- Unzip the Bloo-Prerequisites-Check.sh file
- Execute the following command
$ bash DNIF-Prerequisite-Check.sh
The following inputs should be provided in the script.
- Customer name
- Component name
- Core Server IP
- Core Server Hostname
- Number of Datanode
- Datanode IP
- Datanode Hostname
- Number of Adapter
- Adapter IP
- Adapter Hostname
- Bloo Team Proposed RAM in GB
- Bloo Team Proposed Root partition size in GB
- Bloo Team Proposed Bloo partition size in GB
- Bloo Team Proposed CPU (vcpu)
Output
The output of this script will show you the status of hardware and network prerequisites as passed or failed. The script will create an additional file using the name specified within "Customer Name" and "Component Name". For example: "Netmonastery_Core_hardwarecheck.txt"
Review the checks marked as failed and resolve the same with the help of your System or Network Administrators. Once all the checks are marked as passed you can consider pre-requisites to be ready and initiate the Deployment process.
Related
Was this page helpful?