$$ \left\{ \begin{array}{c} y+2\lambda x=0 \\ x+2z+2\lambda y=0 \\ 2y+2\lambda z=0 \\ x^2+y^2+z^2-1=0 \end{array} \right. $$
And yeah the problem is to find maximum and minimum for the function:
$$f(x,y,z)=xy+2yz$$
with the constraint being the unit sphere.
Using the second equation to get $$x=-2z-2\lambda y$$ plugging this in the first equation to get $$y(1-4\lambda^2)-4\lambda z=0$$ and from the third equation we get $$-z\lambda(1-4\lambda^2)-4\lambda z=0$$ so we have $$z(\lambda(1-4\lambda^2)+4\lambda)=0$$ and you will obtain $$z(\lambda(1-4\lambda^2)+4\lambda)=0$$ so $$z=0$$ or $$\lambda(1-4\lambda^2)+4\lambda=0$$ Can you proceed?