#!/bin/ksh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# 61haes_r714 src/43haes/usr/sbin/cluster/cspoc/utilities/clgetlvnames.sh 1.1 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# COPYRIGHT International Business Machines Corp. 1999 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
# @(#)12  1.1  src/43haes/usr/sbin/cluster/cspoc/utilities/clgetlvnames.sh, hacmp.cspoc, 61haes_r714 11/24/99 17:09:02

for i in `lsdev -Cc disk -F name`
do
    lqueryvg -Lp $i 2> /dev/null
done
return 0