v4.7.9.1
Release Notes
To obtain the username and password, contact Unravel Support.
4791Hotfix Release
Buil No: 10341
Unravel Tar installation
MD5SUM: eb4fb11db0e166f59ae0b743f784aa5b
curl -v https://preview.unraveldata.com/unravel-4.7.9.1-hotfix.10341.tar.gz
Unravel RPM installation
MD5SUM: b76d0949757e01da7473305f760a351e
curl -v https://preview.unraveldata.com/unravel-4.7.9.1-hotfix.10341.rpm
4791 Release
Build No: 5674
Unravel Tar installation
MD5SUM: 2ba870fe99020e3e4f595c3d4e771ab0
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-4.7.9.1.tar.gz -o unravel-4.7.9.1.tar.gz -uusername:password
Unravel RPM installation
MD5SUM: 552bad39b6e0b959f8411f937f8d5dce
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-4.7.9.1.rpm -o unravel-4.7.9.1.rpm -uusername:password
Standalone Interactive Precheck installation
MD5SUM: 7575ac4865b2f8ef2f8d9c5ee41aaa14
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-healthcheck-4.7.9.1.tar.gz -o unravel-healthcheck-4.7.9.1.tar.gz -uusername:password
You can use an interactive precheck to validate the configuration before installing Unravel. This information is reused to bootstrap a Unravel install.
Download the Interactive Precheck package.
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-healthcheck-4.7.9.1.tar.gz -o unravel-healthcheck-4.7.9.1.tar.gz -u
username:passwordExtract the
unravel-healthchecktar.tar -xvzf unravel-healthcheck-release-4.7.9.1.
<version>.tar.gzChange the directory to
healthcheck.cd healthcheck/
Run the Interactive Precheck script.
./precheck.sh
Ansible Installation
Download the Ansible playbook by running the following command:
wget https://unravel-ansible.s3.amazonaws.com/release/ansible-installation.tar.gz
Download the files on the Unravel server.
Extract the tarball
mkdir ansible-installation tar -xvzf ansible-installation.tar.gz -C ansible-installation