Here is one to gather FC disk size information:
sscs list -a ARRAY_NAME volume | grep -i fc | awk ‘{print $2}’ | xargs -n 1 sscs list -a ARRAY_NAME volume | egrep ‘Volume|Size’ | grep -v Segment
Here is one to gather FC disk size information:
sscs list -a ARRAY_NAME volume | grep -i fc | awk ‘{print $2}’ | xargs -n 1 sscs list -a ARRAY_NAME volume | egrep ‘Volume|Size’ | grep -v Segment
Theme: Rubric. Blog at WordPress.com.