ADSM-L

Re: How do you store info for DR?

1997-12-04 15:53:17
Subject: Re: How do you store info for DR?
From: Hilton Tina <HiltonT AT EXCH1.INDY.TCE DOT COM>
Date: Thu, 4 Dec 1997 15:53:17 -0500
Actually, I'm not very good with korn shell.  This script was written by
an IBM contractor who was helping us set up our system.  Maybe I
misunderstood you, but I did try the statement you listed and it just
puts a '/' instead of the file system mount points in the exclude file.

Tina Hilton

> ----------
> From:         Owen Crow[SMTP:crow AT SUGAR-LAND.MIS.SLB DOT COM]
> Reply To:     ADSM: Dist Stor Manager
> Sent:         Thursday, December 04, 1997 12:39 PM
> To:   ADSM-L AT VM.MARIST DOT EDU
> Subject:      Re: How do you store info for DR?
>
> -----Original Message-----
> From: Hilton Tina <HiltonT AT EXCH1.INDY.TCE DOT COM>
> To: ADSM-L AT VM.MARIST DOT EDU <ADSM-L AT VM.MARIST DOT EDU>
> Date: Thursday, December 04, 1997 9:36 AM
> Subject: Re: How do you store info for DR?
>
>
> > lsvg -l $VGNAME |grep -v LV |grep -v "N/A" |grep / | awk '{print $7
> "/"
> >} ' > /etc/exclude.$VGNAME
>
>
> Is there a reason why you can't use this instead?:
>
>     echo / > /etc/exclude.$VGNAME
>
> Just curious,
> Owen
>