Here is a script provided by MonkeyBoy Mark to list the LUN identifiers for SAN disk that is useful to match up with that provided by your Storage/SAN team. For example, if you wanted to double-check which disks are replicated and which are not.

for i in `lspv | awk '{print $1}'`
do
   echo "$i \c"
   odmget CuAt |grep -p $i\" | grep -p uniq |grep value | cut -c 23-26
done

About troyski

I'm a freelance UNIX engineer working in the UK. I'm married to Tina and between us we have six children. I'm a bit of an Apple fan boy, and all the Windows machines in the house are a thing of the past now.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Post navigation