the problem seems very familiar; here are some coprime solutions. There is more freedom for solutions than initially appears. However, the prime factorizations of $x,y,z$ are fairly rigid, only two or three primes are involved for these early solutions, if three primes one of them is $2.$
Well, reached the first on with four primes.
I think there is one type of rigidity that holds for the solutions found so far. I did not program this check, I have looked at the list myself. It seems that, when a prime $p$ divides one of $x,y,z,$ then it always divides a second one (but not all three, I demand gcd one).
Further, if the smallest nonzero exponent of $p$ is $t,$ then the other entry has $p^{2t},$ so that the triple has $1, p^t, p^{2t},$ and $xyz$ is divisible by $p^{3t}.$
This suggests a much quicker program, but not exhaustive. Take tw or three or four or five primes. For each one, either don't use it or pick a small minimal exponent $t.$ Assign factors $1, p^t, p^{2t},$ in one of the six possible orders to $x,y,z.$ Do the same for the other primes chosen, $q$ with exponent $u,$ then $r$ with exponent $v.$ See if a solution occurs.
a x y z
3 1 1 1 ::: 1 = 1 ; 1 = 1 ; 1 = 1
5 4 1 2 ::: 4 = 2^2 ; 1 = 1 ; 2 = 2
6 12 9 2 ::: 12 = 2^2 3 ; 9 = 3^2 ; 2 = 2
6 18 4 3 ::: 18 = 2 3^2 ; 4 = 2^2 ; 3 = 3
41 81 2 36 ::: 81 = 3^4 ; 2 = 2 ; 36 = 2^2 3^2
9 98 12 63 ::: 98 = 2 7^2 ; 12 = 2^2 3 ; 63 = 3^2 7
9 147 18 28 ::: 147 = 3 7^2 ; 18 = 2 3^2 ; 28 = 2^2 7
41 162 4 9 ::: 162 = 2 3^4 ; 4 = 2^2 ; 9 = 3^2
66 196 3 126 ::: 196 = 2^2 7^2 ; 3 = 3 ; 126 = 2 3^2 7
19 225 81 5 ::: 225 = 3^2 5^2 ; 81 = 3^4 ; 5 = 5
41 350 196 5 ::: 350 = 2 5^2 7 ; 196 = 2^2 7^2 ; 5 = 5
19 405 25 9 ::: 405 = 3^4 5 ; 25 = 5^2 ; 9 = 3^2
66 588 9 14 ::: 588 = 2^2 3 7^2 ; 9 = 3^2 ; 14 = 2 7
14 637 338 28 ::: 637 = 7^2 13 ; 338 = 2 13^2 ; 28 = 2^2 7
41 980 25 14 ::: 980 = 2^2 5 7^2 ; 25 = 5^2 ; 14 = 2 7
14 1183 98 52 ::: 1183 = 7 13^2 ; 98 = 2 7^2 ; 52 = 2^2 13
53 1458 28 1323 ::: 1458 = 2 3^6 ; 28 = 2^2 7 ; 1323 = 3^3 7^2
10 1620 175 882 ::: 1620 = 2^2 3^4 5 ; 175 = 5^2 7 ; 882 = 2 3^2 7^2