...
Status | ||||
---|---|---|---|---|
|
...
run lsblk -o NAME,HCTL,SIZE,MOUNTPOINT | grep -i "sd"
and see the disks created these should have names like
/dev/sda and /dev/sdb.
Locate the data disk name. It will be used in the 2nd command. Run the following
Info |
---|
mkdir /opt Run df -h to verify if the mount was successful mkdir -p /opt/Database/elasticsearch |
Now execute the script
...
Please perform the following steps on a sudo login to initialize the data disk and make it available for the installation
Copy the file to the Ubuntu VM
run chmod +x installcybercns.sh
run ./installcybercns.sh
...