- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to recover the system
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
09-28-2004 12:20 AM
09-28-2004 12:20 AM
How to recover the system
I have a rp3440 system, and HP MSL5000 tape Library. Due to some file curroption its not booting. I had a backup of /, /stand, /var, /usr and home in single tape. That had been taken by the fabackup command.
fbackup -f /dev/rmt/0m -u0g graph
Now how to restore the / backup through tape library as I am able to boot the system in single user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:21 AM
09-28-2004 01:21 AM
Re: How to recover the system
Do you want to recover it all
Then
mount -a
frecover -r -f /dev/rmt/0m
If less then
use -g graph as in backup containing files you want
You may need to recreate some vols first
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:22 AM
09-28-2004 01:22 AM
Re: How to recover the system
first of all you should had a recovery backup taken with a command make_tape_recovery . if it is not available . you will have a recovery cd which is supplied with you installation media . the cd might be labeled as support cd boot from the cd and give a command in the isl support plus
from that you can get a menu and select the desired option . otherwise you may need to reload the o.s and try to restore the tape what you have with you .
bye
ramkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:53 AM
09-28-2004 01:53 AM
Re: How to recover the system
As I said that I am able to login in a single user mode. Now I also mentioned that I have tape library connected to the system.
My question is that if I want to restore all the backup , how I will do it. I mean simply I have to run the frecover command and it will restore all files and subdirectories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 02:32 AM
09-28-2004 02:32 AM
Re: How to recover the system
you can try this,
1.) boot into single user mode,
2.) activate vg00 "vgchange -a y /dev/vg00"
3.) mount all the lvs in vg00. you can use the mountall command since it will error out for all the lvs which are not part of vg00 and would still mount the ones for vg00
4.) do bdf to verify that the vg00 filesystem have been mounted.
5.) restore from tape using frecover -r if you want to restore the completer tape.
Keep a copy of the kernel before doing to the restore so that you can use it to boot again if there is a problem.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 01:13 AM
09-29-2004 01:13 AM
Re: How to recover the system
What type of errors are you getting going into multiuser mode ?
Error messages might give us a clue and help us recover just the files you need.
Best regards,
Kent