Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > HP-UX > ignite-ux

Restore a single file from a ignite-ux copy - This thread has been closed

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: Restore a single file from a ignite-ux copy      Add to my favorites  This thread has been closed
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. Expert in this area This member has accumulated 40000 or more points
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 This member has accumulated 2500 or more points
Oct 21, 2009 10:11:53 GMT  10 pts

Jose

This question has been submitted in the past. See thread :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1256119782954+28353475&threadId=1009153

Regards
Jean-Luc
Sunny Jaisinghani This member has accumulated 250 or more points
Oct 21, 2009 10:27:27 GMT  10 pts

Please refer below threads

https://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=404306&admit=109447626+1256120762377+28353475

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1133409

Sunny
R.K. # This member has accumulated 1000 or more points
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. Expert in this area This member has accumulated 40000 or more points
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  

Thank you very much.
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2009 Hewlett-Packard Development Company, L.P.