- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restore
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
07-12-2005 04:07 AM
07-12-2005 04:07 AM
Restore
The system has a second internal drive, but it is not used. I have also ordered the MirrorDisk software so that there will be a mirror backup of the system disk in the future!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:13 AM
07-12-2005 04:13 AM
Re: Restore
In order to recover using your tape, you reboot the server, interrupt at the 10 second prompt, interact with IPL, do a "sea bo" to search for bootable devices and select your tape drive with the Ignite tape in it. As far as what gets restored goes, it kind of depends on how the backup was specified. I always use the -x inc_entire=vg00 option to make sure I get all of vg00 and nothing else.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:17 AM
07-12-2005 04:17 AM
Re: Restore
The steps guided by Pete are complete enough to achive this. I also suggest to start installation on the spare drive inspite of waiting for the existing drive to go bad completely. Also do not discard the failed drive unless you are back normally because in worst case you may be required to get some files out of this failed disk.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:29 AM
07-12-2005 04:29 AM
Re: Restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:35 AM
07-12-2005 04:35 AM
Re: Restore
It will not ask to you enter hardware address while loading instead it will detect hardware and will prompt you to select from the selected hardware. At this step itself you will have other options of resizing file systems etc.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 07:22 AM
07-12-2005 07:22 AM
Re: Restore
If you're going to use the ignite recovery method:
Since you've got a spare disk in your system, run your restore to that spare instead of your main one. This will allow you to go back to your old one. Just boot from the spare instead of your newly replaced one.
If you want another method that may be less scary for you than an ignite recovery (because you've not seen it yet). Consider the following, but once again, consider your own ability to understand and complete the steps first!
Is your whole root system fully contained on a single drive and it's the one that's failing? If so, the following may present the easiest route between point a and b.
If your disk image can be fully read you could try the following which would probably be a lot less scary than for you since you've not seen an ignite install before.
A) First see if you can fully read your root disk. Use diskinfo on the /dev/rdsk/device file to see how big it is.
"diskinfo /dev/rdsk/your_boot_drive"
B) See if it can be fully read .
"dd if=/dev/dsk/your_boot_drive of=/dev/null bs=1024k"
If the total number of blocks read looks like how many meg the disk is - you've got a good shot at this.
C) Determine the device file of the unused disk and copy the root drive to it using the dd command. Please make SURE that you absolutely KNOW which drive is your working root drive and which is your spare by their device names!!!
"dd if=/dev/dsk/your_boot_drive of=/dev/dsk/your_spare_drive bs=1024k"
Now, if the number of blocks transferred looks like the correct number of bytes for the drive size that you're using - at this point you've got a whole bootable copy of your root drive on your spare disk, and you're ready to go.
Power down the system and swap the root and spare drives.
Boot your system from the original boot path that you've always used (the default that's currently set if you've not changed this ).
If all went well - at his point you're up. Have the HP tech replace the "spare" drive and not the boot drive.
If all didn't go well - all you have to do is put back your root drive and spare where they were and reboot - you should be back where you were before you attempted all of this.
If you're not comfortable with either of these steps - then by all means contact HP and ask for them to send someone from Professional Services (contract fee) to come and do it for you. If they can't help you quickly enough, there are vendors that could do it for you. I can think of Agilisys right off hand - I'm sure others can recommend more. The point is, if you're not ready for this - don't jeapordize your company's business - get onsite help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 07:20 AM
07-13-2005 07:20 AM