There are many ways to obtain many solutions. Here is one systematic way to obtain solutions.
First look at a class of solutions such that $x \leq y \leq z \leq a \leq b \leq 10$ (other solution can be obtained as permutation of these).
This implies that $2 \leq x \leq 5$. So now start with $x=2$. This now means that $3 \leq y \leq 8$. Choose $y=3$. This now means that $7 \leq z \leq 10$. You will quickly find that no solution exists such that $x \leq y \leq z \leq a \leq b \leq 10$. Then choose $y=4$. Again you will find that no solution exists such that $x \leq y \leq z \leq a \leq b \leq 10$.
Going through this you will find that if we want $x=2$, and $x \leq y \leq z \leq a \leq b \leq 10$, then $$[2, 5, 10, 10, 10];
[2, 6, 9, 9, 9];
[2, 8, 8, 8, 8]$$ are the only solutions with $x=2$ and $x \leq y \leq z \leq a \leq b \leq 10$.
Now set $x=3$ and get bounds for the remaining variables to see that $$
[3, 3, 9, 9, 9];
[3, 4, 6, 8, 8];
[3, 5, 5, 6, 10];
[3, 6, 6, 6, 6]; $$ are the only solutions with $x=3$ and $x \leq y \leq z \leq a \leq b \leq 10$.
Here are the solutions such that $x \leq y \leq z \leq a \leq b \leq 10$
$$[x,y,z,a,b] \in \{[2, 5, 10, 10, 10];
[2, 6, 9, 9, 9];
[2, 8, 8, 8, 8];
[3, 3, 9, 9, 9];
[3, 4, 6, 8, 8];
[3, 5, 5, 6, 10];\\
[3, 6, 6, 6, 6];
[4, 4, 4, 8, 8];
[4, 4, 5, 5, 10];
[4, 4, 6, 6, 6];
[5, 5, 5, 5, 5]; \}
$$
There are $114$ distinct solutions i.e. without permutations such that
$$x \leq y \leq z \leq a \leq b \leq 100$$ and can be found here.