Re: need listing of files in mksysb archive
From: Patrick B. O'Brien (pobrien_at_DOIT.NV.GOV)
Date: 11/03/05
- Previous message: Robert Binkley: "Re: /var/adm/wtmp"
- Maybe in reply to: Vipin Khushu-Suse: "need listing of files in mksysb archive"
- Next in thread: Rick: "System performance problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 2 Nov 2005 22:01:49 -0800 To: aix-l@Princeton.EDU
echo "########### Testing this mksysb tape, rewinding it ########" >> $outfile2
tctl -f /dev/rmt0.1 rewind >> $outfile2 2>&1
echo "##### Move the tape forward 3 file marks ####" >> $outfile2
tctl -f /dev/rmt0.1 fsf 3 >> $outfile2 2>&1
echo "#### Get the Table of Contents and find the image.data file ####"
>> $outfile2
restore -Tqvf /dev/rmt0.1 |grep image.data >> $outfile2 2>&1
-----Original Message-----
From: IBM AIX Discussion List [mailto:aix-l@Princeton.EDU]On Behalf Of Vipin Khushu-Suse
Sent: Tuesday, November 01, 2005 12:53 PM
To: aix-l@Princeton.EDU
Subject: need listing of files in mksysb archive
Greetings All:
I need to list the files present in a mksysb archive that was put on tape and identify whether a specific file I am looking for is part of the archive.
I can do this through smit, but there are 30,000 files in the archive, so you'll understand my reluctance to scroll down that list.
Can and How do I search the archive for that one specific file I am hoping to find???
TIA
- Previous message: Robert Binkley: "Re: /var/adm/wtmp"
- Maybe in reply to: Vipin Khushu-Suse: "need listing of files in mksysb archive"
- Next in thread: Rick: "System performance problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|