- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restore a single file from a ignite-ux copy
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 01:23 AM
10-21-2009 01:23 AM
If so. How can I do?
thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:08 AM
10-21-2009 02:08 AM
Re: Restore a single file from a ignite-ux copy
Do you have HP9000 or Integrity system?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:11 AM
10-21-2009 02:11 AM
SolutionThis 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:27 AM
10-21-2009 02:27 AM
Re: Restore a single file from a ignite-ux copy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:55 AM
10-21-2009 02:55 AM
Re: Restore a single file from a ignite-ux copy
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/
Check for the available images and select the one from which you want to restore.
#gunzip -c
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:59 AM
10-21-2009 02:59 AM
Re: Restore a single file from a ignite-ux copy
From Ignite Tape:
(1) mt -f /dev/rmt/0mn rew
(2) mt -f /dev/rmt/0mn fsf 22
(3) tar xvf /dev/rmt/0mn ...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 04:39 AM
10-21-2009 04:39 AM