Currently, we're using the below script that works with renaming our
machines and randomising the machine's name.#!/bin/bash num="$((RANDOM %
9999))" size=${#num} toadd="$((6 - $size))" for (( i=1; i<=toadd; i++))
do num=0$num done compname=PREFIX-$n...