Distribution unpacking#
The distribution package is an archive luna_v.5.72.1, where v.5.72.1 is a numerical identifier, describing the current LUNA PLATFORM version.
The archive includes license files, required for license activation.
Move the distribution package to the directory on your server before the installation. For example, move the files to /root/
directory. The directory should not contain any other distribution or license files except the target ones.
Create directory for distribution file unpacking.
mkdir -p /var/lib/luna
Move the distribution to the created directory.
mv /root/luna_v.5.72.1.zip /var/lib/luna
Install the unzip archiver if it is necessary.
yum install -y unzip
Go to the folder with distribution.
cd /var/lib/luna
Unzip files.
unzip luna_v.5.72.1.zip