Operating System - HP-UX
1752717 Members
5580 Online
108789 Solutions
New Discussion

Re: extract vmunix from recovery file

 
SOLVED
Go to solution
D Block 2
Respected Contributor

extract vmunix from recovery file

how to extract the vmunix file from a recovery file named (example: 2009-01-21,01:00).

$ file returns - gzip compressed

thanks
Golf is a Good Walk Spoiled, Mark Twain.
1 REPLY 1
Delcho Tuhchiev
Frequent Advisor
Solution

Re: extract vmunix from recovery file

Hi,
You can do the following:
1.
gzcat /path_to/2009-01-21,01:00 | tar -tvf -> ./text.file
2.
See the exact path to the file You want to recover
3.gzcat /path_to/2009-01-21,01:00 | tar -xvf - file_to_recover