#! /bin/sh
#
#  Generate device file for all raw devices
#
# $Header: /home/westiv/iorate/RCS/gen_devs,v 3.2 2011/06/24 16:02:45 westiv Exp westiv $
#
# If you do not have EMC Solutions Enabler installed on your system,
# you can download a static linked binary version of the inquiry
# tool from ftp://ftp.emc.com/pub/elab/inquiry/
# From there, download the binary for your operating system and
# either place it in the path below or update this file.
#

/usr/symcli/bin/syminq | sed "s/://g" | awk -f gen_dev.awk

