Re: Accidentially Removed a Volume Group
From: Bengt Mutén (muten_at_REEBIE.COM)
Date: 04/27/04
- Previous message: Bill Verzal: "Re: Accidentially Removed a Volume Group"
- In reply to: Bob Booth - CITES: "Re: Accidentially Removed a Volume Group"
- Next in thread: John Jolet: "Re: Accidentially Removed a Volume Group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 27 Apr 2004 12:45:40 -0400 To: aix-l@Princeton.EDU
Bob,
I used smit to remove. It runs this script:
xlist () { VGID=`getlvodm -v $1`; if test $? -ne 0
then
exit 1
fi
Q1=`getlvodm -w $VGID | cut -f2 -d' '`; echo $Q1; }; xlist 'vg00'
Thanks in advnace for any suggestions.
Bengt
Bob Booth - CITES wrote:
>On Tue, Apr 27, 2004 at 12:15:43PM -0400, Bengt Mut?n wrote:
>
>
>>Title says what I did. Does anybody have a suggestion as how to recover
>>it. I am running AIX 4.3
>>
>>
>
>How did you remove it.. what commands did you use?
>
>bob
>
>
>
>
- Previous message: Bill Verzal: "Re: Accidentially Removed a Volume Group"
- In reply to: Bob Booth - CITES: "Re: Accidentially Removed a Volume Group"
- Next in thread: John Jolet: "Re: Accidentially Removed a Volume Group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|