#!/bin/ksh
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident	"@(#)create_global_mount_points	1.4	01/10/02 SMI"
#
# Create the local mountpoints for the metadevices.  This script does
# not care if the metasets and their metadevices were created.  Its
# sole job is to dumbly create all the mountpoints.

mkdir -p /global/mirror-1
mkdir -p /global/mirror-2
mkdir -p /global/mirror-3
