Posts Tagged ‘unix’

Check for failed drive on HP-UX

I wanted to see if I had any failed drives on my HP-UX software raid mirrors. The command to use is. vgdisplay -v To narrow it down you can use vgdisplay -v |grep -i “LV Status” You should see a result of available/syncd if things are okay. available/stale means you got an issue.

More »