|
|
Jose Juan
|
|
Oct 21, 2009 09:23:32 GMT
|
|
Is possible to recover a single file from a copy of Ignite-UX?
If so. How can I do?
thanks in advance.
|
|
|
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click
here
|
|
|
Sort Answers By:
Date or Points
|
|
Torsten.
|
|
Oct 21, 2009 10:08:22 GMT
9 pts
|
|
An ignite on tape consists of a boot header and a tar archive. You need to forward the tape until the tar starts. Do you have HP9000 or Integrity system? |
|
Jean-Luc Oudart
|
|
Oct 21, 2009 10:11:53 GMT
10 pts
|
|
|
Sunny Jaisinghani
|
|
Oct 21, 2009 10:27:27 GMT
10 pts
|
|
|
R.K. #
|
|
Oct 21, 2009 10:55:14 GMT
10 pts
|
|
Hi..
From Ignite Tape: (1) mt -f /dev/rmt/0mn rew (2) mt -f /dev/rmt/0mn fsf 1 (3) tar xvf /dev/rmt/0mn etc/lvmtab
From Ignite Image: To restore a specific file or directory from an ignite image on a ignite server cd /var/opt/ignite/recovery/archives/<hostname> Check for the available images and select the one from which you want to restore. #gunzip -c <image name>|tar -xvf - <path of the dir or file without / > eg: To restore /opt/ssh/etc from a image file "2008-01-17,13:53", #gunzip -c 2008-01-17,13:53|tar -xvf - opt/ssh/etc
This will restore the opt/ssh/etc dir relative to the current path, which can be copied to the actual destination. |
|
Torsten.
|
|
Oct 21, 2009 10:59:07 GMT
8 pts
|
|
From ignite tape (made on Integrity):
From Ignite Tape: (1) mt -f /dev/rmt/0mn rew (2) mt -f /dev/rmt/0mn fsf 22 (3) tar xvf /dev/rmt/0mn ... |
|
|
Jose Juan
|
|
Oct 21, 2009 12:39:39 GMT
Thread closed by author
|
|
|