- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- restoring with ignite-ux
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
02-02-2004 04:44 AM
02-02-2004 04:44 AM
Thanks for the help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 05:26 AM
02-02-2004 05:26 AM
Re: restoring with ignite-ux
# cd /
# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1
# tar xvf /dev/rmt/0mn etc/resolv.conf
Replace etc/resolv.conf with the filename of each file that needs to be restored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 06:24 AM
02-02-2004 06:24 AM
SolutionIn your excel you see only the % used before and after. After the restore I am not sure if all the logfiles were restored the same as before.
You could better look for the size of the logical volumes before and after.
The /dev/vg01/tmpspool should be restore by restoring the fstab(see previous post) and see if the device is available in /dev/vg01: ls /dev/vg01/tmpspool
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 07:04 AM
02-02-2004 07:04 AM
Re: restoring with ignite-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 09:51 AM
02-02-2004 09:51 AM
Re: restoring with ignite-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 05:22 PM
02-02-2004 05:22 PM
Re: restoring with ignite-ux
Yes, you can use the tar command to restore complete directory structures.
# cd /
# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1
# tar xvf /dev/rmt/0mn /etc
Will restore the /etc directory, check first with tar tvf /dev/rmt/0mn /etc if this contains the files you like to restore. (it could be that the tape does not contain a leading / so use: tar xvf /dev/rmt/0mn etc/)
Be aware that restoring everyting again from the ignite tape will fail because there will be files in use that you try to overwrite during the restore.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 05:47 PM
02-02-2004 05:47 PM
Re: restoring with ignite-ux
I checked an ignitetape and there seems to be no leading / in the stored path on tape.
So use:
tar xvf /dev/rmt/0mn etc/
Regards,
Peter